Skip to content

Commit

Permalink
Update DNS fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Sep 12, 2024
1 parent 80fd7a6 commit 30c9e08
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions build/dns-fallback.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
"endpoints": [
{
"family": "ipv4",
"address": "13.227.74.123"
"address": "3.166.228.111"
},
{
"family": "ipv4",
"address": "13.227.74.19"
"address": "3.166.228.16"
},
{
"family": "ipv4",
"address": "13.227.74.59"
"address": "3.166.228.43"
},
{
"family": "ipv4",
"address": "13.227.74.77"
"address": "3.166.228.88"
},
{
"family": "ipv6",
"address": "2600:9000:2202:1600:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:2000:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:1c00:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:3200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:4a00:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:5a00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:5c00:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:600:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:a600:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:7200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:d400:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:a00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:e000:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:b200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2202:ee00:1d:4f32:50c0:93a1"
"address": "2600:9000:27b6:d200:1d:4f32:50c0:93a1"
}
]
},
Expand Down Expand Up @@ -133,11 +133,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "34.54.181.87"
"address": "34.160.196.25"
},
{
"family": "ipv6",
"address": "2600:1901:0:feb2::"
"address": "2600:1901:0:c114::"
}
]
},
Expand All @@ -146,11 +146,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "142.251.214.147"
"address": "142.251.42.147"
},
{
"family": "ipv6",
"address": "2607:f8b0:4005:80e::2013"
"address": "2404:6800:4004:825::2013"
}
]
},
Expand Down

0 comments on commit 30c9e08

Please sign in to comment.