From 01bbe9bbf11f695489e26ce23c6151e08754e9da Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 19 Oct 2018 03:35:25 +0200 Subject: 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 --- src/tools/man/wg.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b