diff options
author | 2017-07-16 16:12:20 +0200 | |
---|---|---|
committer | 2017-07-20 03:37:39 +0200 | |
commit | 006984ab3ff48831149290ea7c4bed97951929c1 (patch) | |
tree | 00b303006a2643d157f210e9b38cb2625685082a /src | |
parent | blake2s: fix up alignment issues (diff) | |
download | wireguard-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')
-rw-r--r-- | src/Kconfig | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rwxr-xr-x | src/tests/netns.sh | 2 | ||||
-rw-r--r-- | src/tests/qemu/Makefile | 2 | ||||
-rw-r--r-- | src/tests/qemu/init.c | 2 | ||||
-rw-r--r-- | src/tools/wg-quick.8 | 4 | ||||
-rw-r--r-- | src/tools/wg-quick@.service | 4 | ||||
-rw-r--r-- | src/tools/wg.8 | 4 |
8 files changed, 11 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig index f2e25bb..e86a935 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -11,7 +11,7 @@ config WIREGUARD that uses modern cryptography and clever networking tricks. It's designed to be fairly general purpose and abstract enough to fit most use cases, while at the same time remaining extremely simple to - configure. See www.wireguard.io for more info. + configure. See www.wireguard.com for more info. It's safe to say Y or M here, as the driver is very lightweight and is only in use when an administrator chooses to add an interface. @@ -37,7 +37,7 @@ static int __init mod_init(void) if (ret < 0) goto err_device; - pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.io for information.\n"); + pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.com for information.\n"); pr_info("Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n"); return 0; 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') { diff --git a/src/tools/wg-quick.8 b/src/tools/wg-quick.8 index ceee026..04653a8 100644 --- a/src/tools/wg-quick.8 +++ b/src/tools/wg-quick.8 @@ -114,7 +114,7 @@ traffic: .br AllowedIPs = 0.0.0.0/0 .br - Endpoint = demo.wireguard.io:51820 + Endpoint = demo.wireguard.com:51820 .br Notice that the `PostUp` and `PostDown` commands are used here to configure DNS using @@ -193,6 +193,6 @@ was written by Jason A. Donenfeld .ME . For updates and more information, a project page is available on the -.UR https://\:www.wireguard.io/ +.UR https://\:www.wireguard.com/ World Wide Web .UE . diff --git a/src/tools/wg-quick@.service b/src/tools/wg-quick@.service index f5f4e8f..ce6d70a 100644 --- a/src/tools/wg-quick@.service +++ b/src/tools/wg-quick@.service @@ -4,8 +4,8 @@ After=network-online.target Wants=network-online.target Documentation=man:wg-quick(8) Documentation=man:wg(8) -Documentation=https://www.wireguard.io/ -Documentation=https://www.wireguard.io/quickstart/ +Documentation=https://www.wireguard.com/ +Documentation=https://www.wireguard.com/quickstart/ Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg-quick.8 Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg.8 diff --git a/src/tools/wg.8 b/src/tools/wg.8 index 1517432..612fb4e 100644 --- a/src/tools/wg.8 +++ b/src/tools/wg.8 @@ -200,7 +200,7 @@ ignored. .br PublicKey = gN65BkIKy1eCE9pP1wdc8ROUtkHLF2PfAqYdyYBz6EA= .br - Endpoint = test.wireguard.io:18981 + Endpoint = test.wireguard.com:18981 .br AllowedIPs = 10.10.10.230/32 @@ -225,6 +225,6 @@ was written by Jason A. Donenfeld .ME . For updates and more information, a project page is available on the -.UR https://\:www.wireguard.io/ +.UR https://\:www.wireguard.com/ World Wide Web .UE . |