aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/man/wg.8
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-19 03:35:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-19 03:35:25 +0200
commitd9f06cbced962b0491c47db18af32e4a90ec8416 (patch)
treebb84064c31da1d217ce3021d7d8268e01708c626 /src/man/wg.8
parentwg.8: specify that wg(8) shows runtime info too (diff)
downloadwireguard-tools-d9f06cbced962b0491c47db18af32e4a90ec8416.tar.xz
wireguard-tools-d9f06cbced962b0491c47db18af32e4a90ec8416.zip
wg.8: AllowedIPs isn't actually required
An empty allowed IPs is totally valid, for folks wishing to move IP addresses between multiple peers atomically. Suggested-by: Comex <comexk@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/man/wg.8')
-rw-r--r--src/man/wg.82
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/wg.8 b/src/man/wg.8
index 264773d..2013825 100644
--- a/src/man/wg.8
+++ b/src/man/wg.8
@@ -148,7 +148,7 @@ CIDR masks from which incoming traffic for this peer is allowed and to
which outgoing traffic for this peer is directed. The catch-all
\fI0.0.0.0/0\fP may be specified for matching all IPv4 addresses, and
\fI::/0\fP may be specified for matching all IPv6 addresses. May be specified
-multiple times. Required.
+multiple times.
.IP \(bu
Endpoint \(em an endpoint IP or hostname, followed by a colon, and then a
port number. This endpoint will be updated automatically to the most recent