Skip to content

Commit

Permalink
Add IPv6 source subnets and us-east to webhook-ips.json
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-aaron1011 committed Apr 16, 2024
1 parent 4fd68f3 commit efaccee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/receiving/source-ips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ This is the full list of IP addresses that webhooks may originate from grouped b

<pre>
<code>
{sourceIps["us"].join("\n")}
{sourceIps["us-west"].join("\n")}
</code>
</pre>

## US (Private region)

<pre>
<code>
{sourceIps["us-east"].join("\n")}
</code>
</pre>

Expand Down
13 changes: 10 additions & 3 deletions static/webhook-ips.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit efaccee

Please sign in to comment.