aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.8
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-24 05:59:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-13 21:55:17 +0100
commitc595161b6836d8e508d0047d4c5f823027833a68 (patch)
treec26477019861657722bd652ced6ad638dbffea34 /src/tools/wg.8
parenttools: wg-quick: support v6 dual stack (diff)
downloadwireguard-monolithic-historical-c595161b6836d8e508d0047d4c5f823027833a68.tar.xz
wireguard-monolithic-historical-c595161b6836d8e508d0047d4c5f823027833a68.zip
socket: general ephemeral ports instead of name-based ports
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 2ec005c..be05acf 100644
--- a/src/tools/wg.8
+++ b/src/tools/wg.8
@@ -53,7 +53,7 @@ by \fICONFIGURATION FILE FORMAT\fP below.
Sets configuration values for the specified \fI<interface>\fP. Multiple
\fIpeer\fPs may be specified, and if the \fIremove\fP argument is given
for a peer, that peer is removed, not configured. If \fIlisten-port\fP
-is not specified, the port will be automatically generated when the
+is not specified, the port will be chosen randomly when the
interface comes up. Both \fIprivate-key\fP and \fIpreshared-key\fP must
be a files, because command line arguments are not considered private on
most systems but if you are using
@@ -123,8 +123,8 @@ 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
-ListenPort \(em a 16-bit port for listening. Optional; if not specified,
-automatically generated based on interface name.
+ListenPort \(em a 16-bit port for listening. Optional; if not specified, chosen
+randomly.
.P
The \fIPeer\fP sections may contain the following fields:
.IP \(bu