From 673a7e02076d1064d5e8e6472555cf71fa803d2b Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Fri, 7 Apr 2017 16:26:43 +0200 Subject: [PATCH] Use IPv6-enabled download link (since Github is still v4-only) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a15c58b..296261f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ nench.sh ("new bench.sh") Current version always available at https://github.com/n-st/nench +IPv4- and v6-enabled download at http://wget.racing/nench.sh + - loosely based on the established freevps.us/bench.sh - includes CPU and ioping measurements - reduced number of speedtests (9 x 100 MB), while retaining useful European @@ -40,9 +42,9 @@ Usage example ------------- ``` -(curl -s bench.wget.racing | bash; curl -s bench.wget.racing | bash) 2>&1 | tee nench.log +(curl -s wget.racing/nench.sh | bash; curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log ``` ``` -(wget -qO- bench.wget.racing | bash; wget -qO- bench.wget.racing | bash) 2>&1 | tee nench.log +(wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log ```