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>
This commit is contained in:
parent
b37a1f46ae
commit
d9f06cbced
|
@ -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
|
||||
|
|
Reference in New Issue