From 6a5b45700e8cadf1f2f90dad244463c04876b948 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sat, 18 Nov 2023 14:44:27 +0000 Subject: [PATCH] add nl-ams2 --- dynamic/nodes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic/nodes.js b/dynamic/nodes.js index 9fea082..5bf6cb1 100644 --- a/dynamic/nodes.js +++ b/dynamic/nodes.js @@ -12,6 +12,8 @@ var nodes = [ [ 'uk-lon3', '150.107.201.105', '2a0e:dc0:5:d2dd::1', 'true', 16, '172.20.129.184' ], [ 'de-fra1', '193.41.237.149', '2a0d:5941:1:17c::4e2a', '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' ], [ 'fr-par2', '51.159.97.157', '2001:bc8:1201:6:9eb6:54ff:febb:4608', 'true', 24, '172.20.129.180' ],