Skip to content

Commit

Permalink
Update DNS fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed Oct 23, 2024
1 parent 62bcbe7 commit 21d2a13
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": "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:1800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:3200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:2400:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:5400:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:3000:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:8200:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:5200:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:8800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:9000:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:a400:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:c800:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:a800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:de00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:c800:1d:4f32:50c0:93a1"
},
{
"family": "ipv6",
"address": "2600:9000:24eb:fa00:1d:4f32:50c0:93a1"
"address": "2600:9000:2202:de00:1d:4f32:50c0:93a1"
}
]
},
Expand Down Expand Up @@ -146,11 +146,11 @@
"endpoints": [
{
"family": "ipv4",
"address": "142.250.80.19"
"address": "142.250.191.51"
},
{
"family": "ipv6",
"address": "2607:f8b0:4006:80a::2013"
"address": "2607:f8b0:4005:80e::2013"
}
]
},
Expand Down

0 comments on commit 21d2a13

Please sign in to comment.