Skip to content

Commit

Permalink
Update DNS fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-signal committed Nov 20, 2024
1 parent 99ece58 commit 6e46411
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.161.21.122"
"address": "13.227.74.123"
},
{
"family": "ipv4",
"address": "18.161.21.4"
"address": "13.227.74.19"
},
{
"family": "ipv4",
"address": "18.161.21.66"
"address": "13.227.74.59"
},
{
"family": "ipv4",
"address": "18.161.21.70"
"address": "13.227.74.77"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:0:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:1a00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:1400:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:4a00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:1800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:5000:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:5800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:5600:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:7600:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:b600:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:7800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:ce00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:9400:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:d400:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:dc00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:e00:1d:4f32:50c0:93a1"
}
]
},
Expand Down Expand Up @@ -133,11 +133,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "34.54.241.109"
"address": "34.117.120.77"
},
{
"family": "ipv6",
"address": "2600:1901:0:c114::"
"address": "2600:1901:0:3bd6::"
}
]
},
Expand All @@ -146,11 +146,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "142.250.80.19"
"address": "142.251.46.211"
},
{
"family": "ipv6",
"address": "2607:f8b0:4006:80a::2013"
"address": "2607:f8b0:4005:803::2013"
}
]
},
Expand Down

0 comments on commit 6e46411

Please sign in to comment.