remove ipv6 from us-phx1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2021-10-19 11:13:48 +01:00
parent ea714ffca5
commit 5153709044
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -20,5 +20,5 @@ var nodes = [
[ 'us-dal3', '144.172.126.201', '2602:fe64:8::4', 'true', 10, '172.20.129.172' ],
[ 'us-nyc1', '107.173.23.178', 'undefined', 'false', 5, '172.20.129.177' ],
[ 'us-lax1', '185.215.224.214', '2a0b:ae40:1:4a0a::5a', 'true', 26, '172.20.129.165' ],
[ 'us-phx1', '162.251.160.61', '2605:8340:0:6::2', 'false', 11, '172.20.129.171' ],
[ 'us-phx1', '162.251.160.61', 'undefined', 'false', 11, '172.20.129.171' ],
];