aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-07-16 16:12:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-07-20 03:37:39 +0200
commit006984ab3ff48831149290ea7c4bed97951929c1 (patch)
tree00b303006a2643d157f210e9b38cb2625685082a /src/tests
parentblake2s: fix up alignment issues (diff)
downloadwireguard-monolithic-historical-006984ab3ff48831149290ea7c4bed97951929c1.tar.xz
wireguard-monolithic-historical-006984ab3ff48831149290ea7c4bed97951929c1.zip
global: wireguard.io --> wireguard.com
Due to concerns with the .io TLD, we are switching to using wireguard.com instead.
Diffstat (limited to 'src/tests')
-rwxr-xr-xsrc/tests/netns.sh2
-rw-r--r--src/tests/qemu/Makefile2
-rw-r--r--src/tests/qemu/init.c2
3 files changed, 3 insertions, 3 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
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile
index 9dbcc51..05081cd 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -10,7 +10,7 @@ NR_CPUS ?= 2
DOWNLOAD := wget -O
# DOWNLOAD := curl -f -o
-MIRROR := https://download.wireguard.io/qemu-test/distfiles/
+MIRROR := https://download.wireguard.com/qemu-test/distfiles/
CHOST := $(shell gcc -dumpmachine)
ARCH := $(shell uname -m)
diff --git a/src/tests/qemu/init.c b/src/tests/qemu/init.c
index 38df1aa..ea578c1 100644
--- a/src/tests/qemu/init.c
+++ b/src/tests/qemu/init.c
@@ -129,7 +129,7 @@ static void kmod_selftests(void)
continue;
start += 11;
*strchrnul(start, '\n') = '\0';
- if (strstr(start, "www.wireguard.io"))
+ if (strstr(start, "www.wireguard.com"))
break;
pass = strstr(start, ": pass");
if (!pass || pass[6] != '\0') {