diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-30 11:46:34 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-30 11:53:39 +0100 |
commit | 89dd065e53e986234289a0ace66539873be8b075 (patch) | |
tree | b95cd16329a5c9f252892ebd20552cc1cdabeb95 | |
parent | ddfad453cf22146e9476a5f4b91cf6c47b77e9c7 (diff) |
README: update repo urls
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | device/conn_linux.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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`. diff --git a/device/conn_linux.go b/device/conn_linux.go index b38aa38..94b6d5c 100644 --- a/device/conn_linux.go +++ b/device/conn_linux.go @@ -7,7 +7,7 @@ * This implements userspace semantics of "sticky sockets", modeled after * WireGuard's kernelspace implementation. This is more or less a straight port * of the sticky-sockets.c example code: - * https://git.zx2c4.com/WireGuard/tree/contrib/examples/sticky-sockets/sticky-sockets.c + * https://git.zx2c4.com/wireguard-tools/tree/contrib/sticky-sockets/sticky-sockets.c * * Currently there is no way to achieve this within the net package: * See e.g. https://github.com/golang/go/issues/17930 |