From 7a061485badb818df5a1304eae1086bb39ef4d74 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sat, 20 Jul 2019 10:39:39 +0200 Subject: [PATCH] Use a Softlayer DC with working IPv6 DAL01 no longer responds to pings, as pointed out in issue #6. --- nench.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nench.sh b/nench.sh index 3476ef7..c741c3c 100755 --- a/nench.sh +++ b/nench.sh @@ -127,7 +127,7 @@ then fi printf '%s\n' '-------------------------------------------------' -printf ' nench.sh v2019.06.29 -- https://git.io/nench.sh\n' +printf ' nench.sh v2019.07.20 -- https://git.io/nench.sh\n' date -u '+ benchmark timestamp: %F %T UTC' printf '%s\n' '-------------------------------------------------' @@ -264,7 +264,7 @@ then Bps_to_MiBps printf ' Softlayer DAL (US): ' - download_benchmark -4 http://speedtest.dal01.softlayer.com/downloads/test100.zip | \ + download_benchmark -4 http://speedtest.dal06.softlayer.com/downloads/test100.zip | \ Bps_to_MiBps printf ' Online.net (FR): ' @@ -293,7 +293,7 @@ then Bps_to_MiBps printf ' Softlayer DAL (US): ' - download_benchmark -6 http://speedtest.dal01.softlayer.com/downloads/test100.zip | \ + download_benchmark -6 http://speedtest.dal06.softlayer.com/downloads/test100.zip | \ Bps_to_MiBps printf ' Online.net (FR): '