summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-02-17 05:54:48 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-02-17 05:55:03 +0100
commit6fcd113f21d38e8343923e79b976a43c9881db4c (patch)
tree681dc0f6935af7a8f09c16878e8a80052930e7ad /src
parenttools: allow in-line comments (diff)
downloadwireguard-monolithic-historical-6fcd113f21d38e8343923e79b976a43c9881db4c.tar.xz
wireguard-monolithic-historical-6fcd113f21d38e8343923e79b976a43c9881db4c.zip
wg(8): clarify phrasing
Diffstat (limited to 'src')
-rw-r--r--src/tools/wg.86
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/wg.8 b/src/tools/wg.8
index ebfb7f6..49dc15b 100644
--- a/src/tools/wg.8
+++ b/src/tools/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.