aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.8
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-02 05:33:43 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-01-05 02:30:20 +0100
commit9436363a913c318a01d198a565fc6655cbe553d8 (patch)
treeaaa3a95daeb4f50e29661eff6cf6a6c59e323153 /src/tools/wg.8
parenttools: add bash completion for wg(8) (diff)
downloadwireguard-monolithic-historical-9436363a913c318a01d198a565fc6655cbe553d8.tar.xz
wireguard-monolithic-historical-9436363a913c318a01d198a565fc6655cbe553d8.zip
tools: add wg-quick
This is based on wg-config, but is even easier to use, and now makes our full tools suite.
Diffstat (limited to 'src/tools/wg.8')
-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 18edba3..9322509 100644
--- a/src/tools/wg.8
+++ b/src/tools/wg.8
@@ -131,11 +131,12 @@ PublicKey \(em a base64 public key calculated by \fIwg pubkey\fP from a
private key, and usually transmitted out of band to the author of the
configuration file. Required.
.IP \(bu
-AllowedIPs \(em a comma-separated list of IP (v4 or v6) addresses with
+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
\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. Required.
+\fI::/0\fP may be specified for matching all IPv6 addresses. May be specified
+multiple times. Required.
.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
@@ -152,7 +153,6 @@ when unspecified, this option is off. Most users will not need this. Optional.
.SH CONFIGURATION FILE FORMAT EXAMPLE
This example may be used as a model for writing configuration files.
-Note that not all keys are required.
[Interface]
.br