From 006984ab3ff48831149290ea7c4bed97951929c1 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 16 Jul 2017 16:12:20 +0200 Subject: global: wireguard.io --> wireguard.com Due to concerns with the .io TLD, we are switching to using wireguard.com instead. --- src/tests/netns.sh | 2 +- src/tests/qemu/Makefile | 2 +- src/tests/qemu/init.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tests') 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') { -- cgit v1.2.3-59-g8ed1b