From 9436363a913c318a01d198a565fc6655cbe553d8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 2 Jan 2017 05:33:43 +0100 Subject: tools: add wg-quick This is based on wg-config, but is even easier to use, and now makes our full tools suite. --- src/tools/wg.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/wg.8') 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 -- cgit v1.2.3-59-g8ed1b