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 Oct 10, 2024
1 parent c07c5f6 commit 614310b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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": "3.166.228.111"
"address": "13.227.74.123"
},
{
"family": "ipv4",
"address": "3.166.228.16"
"address": "13.227.74.19"
},
{
"family": "ipv4",
"address": "3.166.228.43"
"address": "13.227.74.59"
},
{
"family": "ipv4",
"address": "3.166.228.88"
"address": "13.227.74.77"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:5200:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:1800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:5a00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:2a00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:6800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:5600:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:7a00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:8e00:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:9200:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:a200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:a000:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:d000:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:d800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:e800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:27b6:e00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:f200:1d:4f32:50c0:93a1"
}
]
},
Expand Down Expand Up @@ -146,11 +146,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "142.250.207.51"
"address": "142.250.191.51"
},
{
"family": "ipv6",
"address": "2404:6800:4004:824::2013"
"address": "2607:f8b0:4005:813::2013"
}
]
},
Expand Down

0 comments on commit 614310b

Please sign in to comment.