Skip to content

Commit

Permalink
Update DNS fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-signal committed Nov 13, 2024
1 parent 47ab8bf commit d177b2a
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": "18.65.216.46"
"address": "18.161.21.122"
},
{
"family": "ipv4",
"address": "18.65.216.61"
"address": "18.161.21.4"
},
{
"family": "ipv4",
"address": "18.65.216.84"
"address": "18.161.21.66"
},
{
"family": "ipv4",
"address": "18.65.216.87"
"address": "18.161.21.70"
},
{
"family": "ipv6",
"address": "2600:9000:221c:3400:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:0:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:221c:9e00:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:1400:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:221c:f800:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:1800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2224:a000:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:5800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2224:f600:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:7600:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2352:4e00:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:7800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2352:c000:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:9400:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:2352:dc00:1d:4f32:50c0:93a1"
"address": "2600:9000:24eb:dc00:1d:4f32:50c0:93a1"
}
]
},
Expand Down Expand Up @@ -133,11 +133,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "34.111.142.37"
"address": "34.54.241.109"
},
{
"family": "ipv6",
"address": "2600:1901:0:e149::"
"address": "2600:1901:0:c114::"
}
]
},
Expand All @@ -146,11 +146,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "142.251.42.147"
"address": "142.250.80.19"
},
{
"family": "ipv6",
"address": "2404:6800:4004:825::2013"
"address": "2607:f8b0:4006:80a::2013"
}
]
},
Expand Down

0 comments on commit d177b2a

Please sign in to comment.