Use IPv6-enabled download link (since Github is still v4-only)

This commit is contained in:
Nils Steinger 2017-04-07 16:26:43 +02:00
parent 9d2c11f38f
commit 673a7e0207
1 changed files with 4 additions and 2 deletions

View File

@ -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
```