aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit01bbe9bbf11f695489e26ce23c6151e08754e9da (patch)
treefcdbdf3d95fc77ed7667b850049ecbb32380e086
parentwg.8: specify that wg(8) shows runtime info too (diff)
downloadwireguard-monolithic-historical-01bbe9bbf11f695489e26ce23c6151e08754e9da.tar.xz
wireguard-monolithic-historical-01bbe9bbf11f695489e26ce23c6151e08754e9da.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>
-rw-r--r--src/tools/man/wg.82
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/man/wg.8 b/src/tools/man/wg.8
index 264773d..2013825 100644
--- a/src/tools/man/wg.8
+++ b/src/tools/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