add fr-nte1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-05-28 11:43:26 +01:00
parent bea21dda02
commit 2162a80792
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
2 changed files with 20 additions and 18 deletions

View File

@ -79,7 +79,11 @@ D_EXTEND(
A( 'shell.ca-bhs2', '66.70.155.200'),
AAAA('shell.ca-bhs2', '2607:5300:60:3741:216:3eff:fed7:2ceb'),
A( 'shell.us-nyc1', '107.173.23.179'),
AAAA('shell.us-nyc1', '2001:470:1f07:56b:216:3eff:fe77:4dfe')
AAAA('shell.us-nyc1', '2001:470:1f07:56b:216:3eff:fe77:4dfe'),
// fr-nte1 aliases
AAAA('orange.fr-nte1', '2a01:cb05:8fdb:2555:6c14:ecff:feb1:50c5'),
AAAA('free.fr-nte1', '2a01:e0a:46a:2785:488a:edff:fe80:c54f')
// A('uk-bri1', '2.222.170.2')
);

View File

@ -1,21 +1,19 @@
var nodes = [
[ 'us-nyc1', '107.173.23.178', 'undefined', 'false', 5, '172.20.129.177' ],
[ 'fr-rbx2', '188.165.201.107', '2001:41d0:2:926b::1', 'false', 6, '172.20.129.189' ],
[ 'uk-lon3', '45.91.93.103', '2a0e:dc0:5:6::1', 'false', 7, '172.20.129.173' ],
[ 'ch-zur1', '45.91.92.111', '2a0e:dc0:6:8::1', 'true', 8, '172.20.129.174' ],
[ 'uk-lon4', '45.91.93.104', '2a0e:dc0:5:5::1', 'false', 9, '172.20.129.175' ],
[ 'us-dal3', '144.172.126.201', '2602:fe64:8::4', 'true', 10, '172.20.129.172' ],
[ 'us-phx1', '162.251.160.61', 'undefined', 'false', 11, '172.20.129.171' ],
[ 'de-fra2', '45.61.161.9', 'undefined', 'false', 12, '172.20.129.170' ],
[ 'ca-bhs2', '192.99.6.65', '2607:5300:60:3741::1', 'true', 13, '172.20.129.167' ],
[ 'se-sto1', '31.220.7.116', '2a00:1a28:1157:1::1', 'false', 16, '172.20.129.184' ],
[ 'de-fra1', '193.41.237.149', '2a0d:5941:1:17c::4e2a', 'true', 17, '172.20.129.169' ],
[ 'nl-ams2', '31.220.4.69', '2a01:6f0:ffff:5d::1', 'false', 18, '172.20.129.186' ],
[ 'us-nyc2', '104.168.9.198', 'undefined', 'false', 20, 'undefined' ],
[ 'uk-lon1', '185.42.222.153', '2a04:92c5:2::1', 'true', 21, '172.20.129.187' ],
[ 'fr-rbx1', '176.31.240.39', '2001:41d0:8:127::1', 'true', 22, '172.20.129.188' ],
[ 'no-trd1', '217.168.87.226', '2001:678:dd0:ffff::25', 'true', 25, '172.20.129.185' ],
[ 'us-lax1', '185.215.224.214', '2a0b:ae40:1:4a0a::5a', 'true', 26, '172.20.129.165' ]
[ 'fr-nte1', 'undefined', '2a01:cb05:8fdb:2555:6c14:ecff:feb1:50c5', 'true', 4, '172.20.129.178' ],
[ 'us-nyc1', '107.173.23.178', 'undefined', 'false', 5, '172.20.129.177' ],
[ 'fr-rbx2', '188.165.201.107', '2001:41d0:2:926b::1', 'false', 6, '172.20.129.189' ],
[ 'uk-lon3', '45.91.93.103', '2a0e:dc0:5:6::1', 'false', 7, '172.20.129.173' ],
[ 'ch-zur1', '45.91.92.111', '2a0e:dc0:6:8::1', 'true', 8, '172.20.129.174' ],
[ 'uk-lon4', '45.91.93.104', '2a0e:dc0:5:5::1', 'false', 9, '172.20.129.175' ],
[ 'de-fra2', '45.61.161.9', 'undefined', 'false', 12, '172.20.129.170' ],
[ 'ca-bhs2', '192.99.6.65', '2607:5300:60:3741::1', 'true', 13, '172.20.129.167' ],
[ 'se-sto1', '31.220.7.116', '2a00:1a28:1157:1::1', 'false', 16, '172.20.129.184' ],
[ 'de-fra1', '193.41.237.149', '2a0d:5941:1:17c::4e2a', 'true', 17, '172.20.129.169' ],
[ 'nl-ams2', '31.220.4.69', '2a01:6f0:ffff:5d::1', 'false', 18, '172.20.129.186' ],
[ 'us-nyc2', '104.168.9.198', 'undefined', 'false', 20, 'undefined' ],
[ 'uk-lon1', '185.42.222.153', '2a04:92c5:2::1', 'true', 21, '172.20.129.187' ],
[ 'fr-rbx1', '176.31.240.39', '2001:41d0:8:127::1', 'true', 22, '172.20.129.188' ],
[ 'no-trd1', '217.168.87.226', '2001:678:dd0:ffff::25', 'true', 25, '172.20.129.185' ],
];