diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-07-16 16:12:20 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-07-20 03:37:39 +0200 |
commit | 71d40d0a9aa8498ce085daa501d6905991f1249d (patch) | |
tree | 57190795f4377a9e07d84415bead45ab74ee83fb /src/tests/netns.sh | |
parent | 06238bf0bb7f4e895edb78ab26cb2336dd06d06b (diff) |
global: wireguard.io --> wireguard.com
Due to concerns with the .io TLD, we are switching to using
wireguard.com instead.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/netns.sh')
-rwxr-xr-x | src/tests/netns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/netns.sh b/src/tests/netns.sh index 72f6333..4c60e95 100755 --- a/src/tests/netns.sh +++ b/src/tests/netns.sh @@ -18,7 +18,7 @@ # # After the topology is prepared we run a series of TCP/UDP iperf3 tests between the # wireguard peers in $ns1 and $ns2. Note that $ns0 is the endpoint for the wg0 -# interfaces in $ns1 and $ns2. See https://www.wireguard.io/netns/ for further +# interfaces in $ns1 and $ns2. See https://www.wireguard.com/netns/ for further # details on how this is accomplished. set -e |