dns/dynamic/nodes.js
Simon Marsh 754eaa17aa
All checks were successful
continuous-integration/drone/push Build is passing
add uk-lon6
2025-01-04 10:16:49 +00:00

34 lines
3.1 KiB
JavaScript

var nodes = [
// 1 has no IPv4 address
[ 'uk-red1', '2.58.203.147', '2a05:4140:19:91::a', 'false', 2, undefined ],
[ 'uk-cov1', '96.9.215.213', '2a0c:b840:2:1f::a', 'true', 3, '172.20.129.179' ],
[ 'uk-lon5', '194.29.101.115', '2a0e:dc0:5:6977::1', 'true', 4, '172.20.129.178' ],
[ 'uk-lon4', '150.107.201.44', '2a0e:dc0:5:821f::1', 'true', 5, '172.20.129.177' ],
[ 'fr-rbx1', '51.254.198.204', '2001:41d0:1008:acc::1', 'true', 6, '172.20.129.189' ],
[ 'uk-lon6', '82.180.149.118', '2a0e:dc0:5:9a44::1', 'true', 7, '172.20.129.173' ],
[ 'ch-zur1', '45.91.92.111', '2a0e:dc0:6:8::1', 'true', 8, '172.20.129.174' ],
[ 'us-nyc1', '109.205.61.36', '2605:4840:2:eed4::1', 'true', 9, '172.20.129.175' ],
[ 'us-lax1', '45.67.219.3', '2a04:bdc7:100:4656::1', 'true', 10, '172.20.129.172' ],
[ 'de-fra2', '178.251.228.112', '2a09:bfc7:0:7100::1', 'true', 11, '172.20.129.171' ],
[ 'ca-bhs1', '167.114.211.156', '2607:5300:60:7a9c::1', 'true', 12, '172.20.129.170' ],
[ 'se-sto1', '176.126.84.199', '2a0e:dc0:2:1e93::1', 'true', 13, '172.20.129.167' ],
[ 'uk-lon2', '150.107.201.114', '2a0e:dc0:5:65ce::1', 'true', 14, '172.20.129.166' ],
// 15 has no ipv4 address
[ 'uk-lon3', '150.107.201.105', '2a0e:dc0:5:d2dd::1', 'true', 16, '172.20.129.184' ],
[ 'de-fra1', '5.180.253.211', '2a0e:6a80:3:430::1', 'true', 17, '172.20.129.169' ],
[ 'nl-ams1', '176.126.85.61', '2a01:6f0:ffff:68a4::1', 'true', 18, '172.20.129.186' ],
// 19 has no IPv4 address
[ 'de-fra3', '109.94.169.216', '2a03:d9c2:100:1005::a', 'true', 20, '172.20.129.168' ],
[ 'uk-lon1', '45.91.93.104', '2a0e:dc0:5:5::1', 'true', 21, '172.20.129.187' ],
[ 'fr-par1', '51.159.194.131', '2001:bc8:1201:50d:d6ae:52ff:fecc:c97', 'true', 22, '172.20.129.188' ],
[ 'us-ash1', '173.249.195.195', '2607:9000:9000:10ae::a', 'true', 23, '172.20.129.181' ],
[ 'us-lax2', '31.220.30.46', '2a04:bdc7:100:1173::1', 'true', 24, '172.20.129.180' ],
[ 'no-trd1', '217.168.87.226', '2001:678:dd0:ffff::25', 'true', 25, '172.20.129.185' ],
[ 'us-nyc3', '170.205.37.109', '2605:4840:2:12f1::1', 'true', 26, '172.20.129.165' ],
// 27 has no IPv4 address
[ 'nl-ams3', '130.117.79.188', '2602:fcc0:5555:1:8c40:3ad1:b2c8:1', 'true', 28, '172.20.129.183' ],
[ 'us-nyc2', '109.205.61.64', '2605:4840:2:5abe::1', 'true', 29, '172.20.129.176' ],
[ 'fr-par2', '51.158.36.207', '2001:bc8:1201:712:fabc:12ff:fe48:ec7c', 'true', 30, '172.20.129.182' ],
[ 'fr-gra1', '51.38.41.47', '2001:41d0:303:682f::1', 'true', 31, '172.20.129.164' ]
];