dns/dynamic/nodes.js
Simon Marsh 53f2b69a4c
All checks were successful
continuous-integration/drone/push Build is passing
tmp
2024-09-14 10:54:03 +01:00

33 lines
2.9 KiB
JavaScript

var nodes = [
// 1 has no IPv4 address
// 2 has no IPv4 address
[ 'de-fra4', '193.41.237.149', '2a0d:5941:1:17c::4e2a', 'true', 3, '172.20.129.179' ],
[ 'uk-lon5', '45.91.93.136', '2a0e:dc0:5:d245::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-par3', '163.172.63.58', '2001:bc8:32d7:2e1::1', 'true', 6, '172.20.129.189' ],
[ 'ch-zur2', '188.244.117.218', '2a0e:dc0:6:8::1', 'true', 7, '172.20.129.173' ],
[ 'ch-zur1', '45.91.92.111', '2a0e:dc0:6:b2de::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' ],
[ 'de-fra3', '45.158.9.213', '2a12:bec0:153:e::a', '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:4f24::1', 'true', 14, '172.20.129.166' ],
[ '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
[ 'nl-ams2', '31.41.249.236', '2a07:e042:1:56::1', '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' ],
[ 'de-nue1', '204.10.194.76', '2602:fb54:143::5b', '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' ]
// [ '', '', '', 'true', 31, '172.20.129.164' ]
];