]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
wg(8): clarify phrasing
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 17 Feb 2018 04:54:48 +0000 (05:54 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 17 Feb 2018 04:55:03 +0000 (05:55 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/wg.8

index ebfb7f6f6f104bef621bf89d16355081713f3fde..49dc15bffd06ff5aa567a6f1bf9991922cf7486e 100644 (file)
--- a/src/wg.8
+++ b/src/wg.8
@@ -143,9 +143,9 @@ and may be omitted. This option adds an additional layer of symmetric-key
 cryptography to be mixed into the already existing public-key cryptography,
 for post-quantum resistance.
 .IP \(bu
-AllowedIPs \(em a comma-separated list of ip (v4 or v6) addresses with
-CIDR masks from which this peer is allowed to send incoming traffic and
-to which outgoing traffic for this peer is directed. The catch-all
+AllowedIPs \(em a comma-separated list of IP (v4 or v6) addresses with
+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.