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/Kconfig | |
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/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 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. |