aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.8
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-08 13:53:00 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-08 14:05:37 +0200
commitf3489814efef5041ccffd8c6b5a45e37c133627d (patch)
tree012086ab4e88da937a6156d0d2cf06d53d839730 /src/tools/wg.8
parentKbuild: move module deps out of tests/ (diff)
downloadwireguard-monolithic-historical-f3489814efef5041ccffd8c6b5a45e37c133627d.tar.xz
wireguard-monolithic-historical-f3489814efef5041ccffd8c6b5a45e37c133627d.zip
persistent-keepalive: change range to [1,65535]
Diffstat (limited to 'src/tools/wg.8')
-rw-r--r--src/tools/wg.84
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/wg.8 b/src/tools/wg.8
index 0795fdf..4e7e4c2 100644
--- a/src/tools/wg.8
+++ b/src/tools/wg.8
@@ -68,7 +68,7 @@ public-key cryptography, for post-quantum resistance. If \fIallowed-ips\fP
is specified, but the value is the empty string, all allowed ips are removed
from the peer. The use of \fIpersistent-keepalive\fP is optional and is by
default off; setting it to 0 or "off", disables it. Otherwise it represents,
-in seconds, between 10 and 3600 inclusive, how often to send an authenticated
+in seconds, between 1 and 65535 inclusive, how often to send an authenticated
empty packet to the peer, for the purpose of keeping a stateful firewall or NAT
mapping valid persistently. For example, if the interface very rarely sends
traffic, but it might at anytime receive traffic from a peer, and it is behind
@@ -142,7 +142,7 @@ port number. This endpoint will be updated automatically to the most recent
source IP address and port of correctly authenticated packets from the peer.
Optional.
.IP \(bu
-PersistentKeepalive \(em a seconds interval, between 10 and 3600 inclusive, of
+PersistentKeepalive \(em a seconds interval, between 1 and 65535 inclusive, of
how often to send an authenticated empty packet to the peer for the purpose of keeping a
stateful firewall or NAT mapping valid persistently. For example, if the interface
very rarely sends traffic, but it might at anytime receive traffic from a peer,