From 7df73b2f905a901be68b2798fe57bc35f22a9701 Mon Sep 17 00:00:00 2001 From: Mykhailo Rohalskyy Date: Mon, 23 Sep 2024 17:47:38 +0300 Subject: [PATCH] new ip, fixed urls --- public/ips/ips.json | 5 +++-- src/content/docs/crowdin/project-management/webhooks.mdx | 2 +- src/content/docs/developer/capabilities/webhooks.mdx | 2 +- src/content/docs/developer/security/ip-addresses.mdx | 1 + src/content/docs/enterprise/project-management/webhooks.mdx | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/public/ips/ips.json b/public/ips/ips.json index 1cb9e38a..0e079bd6 100644 --- a/public/ips/ips.json +++ b/public/ips/ips.json @@ -14,6 +14,7 @@ "52.72.249.65/32", "52.73.138.157/32", "52.86.187.19/32", - "54.85.180.8/32" + "54.85.180.8/32", + "54.235.202.61/32" ] -} \ No newline at end of file +} diff --git a/src/content/docs/crowdin/project-management/webhooks.mdx b/src/content/docs/crowdin/project-management/webhooks.mdx index 0d6b7e3e..2c615068 100644 --- a/src/content/docs/crowdin/project-management/webhooks.mdx +++ b/src/content/docs/crowdin/project-management/webhooks.mdx @@ -63,7 +63,7 @@ Optionally, you can add special headers to your webhook. They can be used for ad Depending on your approach to webhook management, you might need to add dedicated Crowdin IP addresses to your firewall to allow Crowdin to open the pre-configured webhook URLs. - Read more about [IP Addresses](/developer/ip-addresses/#webhooks-and-mt-engines). + Read more about [IP Addresses](/developer/ip-addresses/#webhooks-ai-providers-and-mt-engines). ## Custom Payloads diff --git a/src/content/docs/developer/capabilities/webhooks.mdx b/src/content/docs/developer/capabilities/webhooks.mdx index 7712bf0c..07a35515 100644 --- a/src/content/docs/developer/capabilities/webhooks.mdx +++ b/src/content/docs/developer/capabilities/webhooks.mdx @@ -84,7 +84,7 @@ Webhook integration can be implemented at different levels, including Project, A Depending on your approach to webhooks management, you might need to add dedicated Crowdin IP addresses to your firewall to allow Crowdin to open the pre-configured webhook URLs. - Read more about [IP Addresses](/developer/ip-addresses/#webhooks-and-mt-engines). + Read more about [IP Addresses](/developer/ip-addresses/#webhooks-ai-providers-and-mt-engines). ## Events diff --git a/src/content/docs/developer/security/ip-addresses.mdx b/src/content/docs/developer/security/ip-addresses.mdx index 07f29698..f2f78b28 100644 --- a/src/content/docs/developer/security/ip-addresses.mdx +++ b/src/content/docs/developer/security/ip-addresses.mdx @@ -39,6 +39,7 @@ Crowdin uses the following IP addresses to send webhooks and interact with AI pr 52.73.138.157/32 52.86.187.19/32 54.85.180.8/32 +54.235.202.61/32 ``` ## Downloading Lists of Current IP Addresses diff --git a/src/content/docs/enterprise/project-management/webhooks.mdx b/src/content/docs/enterprise/project-management/webhooks.mdx index 52511127..81b9ae56 100644 --- a/src/content/docs/enterprise/project-management/webhooks.mdx +++ b/src/content/docs/enterprise/project-management/webhooks.mdx @@ -64,7 +64,7 @@ Optionally, you can add special headers to your webhook. They can be used for ad Depending on your approach to webhooks management, you might need to add dedicated Crowdin Enterprise IP addresses to your firewall to allow Crowdin Enterprise to open the pre-configured webhook URLs. - Read more about [IP Addresses](/developer/ip-addresses/#webhooks-and-mt-engines). + Read more about [IP Addresses](/developer/ip-addresses/#webhooks-ai-providers-and-mt-engines). ## Custom Payloads