From efaccee705c0fe21f6094ae30504bc8d1074b3ab Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Fri, 29 Mar 2024 16:03:44 -0400 Subject: [PATCH 1/2] Add IPv6 source subnets and us-east to webhook-ips.json --- docs/receiving/source-ips.mdx | 10 +++++++++- static/webhook-ips.json | 13 ++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/receiving/source-ips.mdx b/docs/receiving/source-ips.mdx index cdd669f..760fa41 100644 --- a/docs/receiving/source-ips.mdx +++ b/docs/receiving/source-ips.mdx @@ -12,7 +12,15 @@ This is the full list of IP addresses that webhooks may originate from grouped b
 
-{sourceIps["us"].join("\n")}
+{sourceIps["us-west"].join("\n")}
+
+
+ +## US (Private region) + +
+
+{sourceIps["us-east"].join("\n")}
 
 
diff --git a/static/webhook-ips.json b/static/webhook-ips.json index 992bf87..14b0472 100644 --- a/static/webhook-ips.json +++ b/static/webhook-ips.json @@ -1,14 +1,21 @@ { - "us": [ + "us-west": [ "44.228.126.217", "50.112.21.217", "52.24.126.164", - "54.148.139.208" + "54.148.139.208", + "2600:1f24:64:8000::/52", + ], + "us-east": [ + "54.164.207.221", + "54.90.7.123", + "2600:1f28:37:4000::/52" ], "eu": [ "52.215.16.239", "54.216.8.72", - "63.33.109.123" + "63.33.109.123", + "2a05:d028:17:8000::/52" ], "in": [ "13.126.41.108", From bd62b6093439c2df381957caa780fcedf12c0ec6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 16 Apr 2024 17:00:23 -0400 Subject: [PATCH 2/2] Fix json. --- static/webhook-ips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webhook-ips.json b/static/webhook-ips.json index 14b0472..0f465ed 100644 --- a/static/webhook-ips.json +++ b/static/webhook-ips.json @@ -4,7 +4,7 @@ "50.112.21.217", "52.24.126.164", "54.148.139.208", - "2600:1f24:64:8000::/52", + "2600:1f24:64:8000::/52" ], "us-east": [ "54.164.207.221",