aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-30 11:46:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-30 11:53:39 +0100
commit89dd065e53e986234289a0ace66539873be8b075 (patch)
treeb95cd16329a5c9f252892ebd20552cc1cdabeb95 /README.md
parentdevice: SendmsgN mutates the input sockaddr (diff)
downloadwireguard-go-89dd065e53e986234289a0ace66539873be8b075.tar.xz
wireguard-go-89dd065e53e986234289a0ace66539873be8b075.zip
README: update repo urls
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d73bf59..cbcfb05 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ To run wireguard-go without forking to the background, pass `-f` or `--foregroun
$ wireguard-go -f wg0
```
-When an interface is running, you may use [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) to configure it, as well as the usual `ip(8)` and `ifconfig(8)` commands.
+When an interface is running, you may use [`wg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) to configure it, as well as the usual `ip(8)` and `ifconfig(8)` commands.
To run with more logging you may set the environment variable `LOG_LEVEL=debug`.