aboutsummaryrefslogtreecommitdiff
path: root/doc/man-sections/server-options.rst
diff options
context:
space:
mode:
authorDavid Sommerseth2020-09-11 17:42:59 +0200
committerGert Doering2020-09-11 18:23:54 +0200
commit8120e1ad4f20d4ec1fa9e191f3b15740c4aec448 (patch)
tree82c3d0f759edf9d46343c2cd57150a8c5ef21bea /doc/man-sections/server-options.rst
parent50c7700da09a1f83474e18f8709d59dbc4b509e2 (diff)
downloadopenvpn-8120e1ad4f20d4ec1fa9e191f3b15740c4aec448.zip
openvpn-8120e1ad4f20d4ec1fa9e191f3b15740c4aec448.tar.gz
man: Add missing --server-ipv6
During the conversion from .8 to .rst and further reorganizing of the content into separate files, the --server-ipv6 entry got lost. This resurrects it again. Trac: #1324 Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20200911154259.13837-1-davids@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20970.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc/man-sections/server-options.rst')
-rw-r--r--doc/man-sections/server-options.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/man-sections/server-options.rst b/doc/man-sections/server-options.rst
index 2009953..fe0e6a9 100644
--- a/doc/man-sections/server-options.rst
+++ b/doc/man-sections/server-options.rst
@@ -639,6 +639,19 @@ fast hardware. SSL/TLS authentication must be used in this mode.
mode server
tls-server
+--server-ipv6 args
+ Convenience-function to enable a number of IPv6 related options at once,
+ namely ``--ifconfig-ipv6``, ``--ifconfig-ipv6-pool`` and
+ ``--push tun-ipv6``.
+
+ Valid syntax:
+ ::
+
+ server-ipv6 ipv6addr/bits
+
+ Pushing of the ``--tun-ipv6`` directive is done for older clients which
+ require an explicit ``--tun-ipv6`` in their configuration.
+
--stale-routes-check args
Remove routes which haven't had activity for ``n`` seconds (i.e. the ageing
time). This check is run every ``t`` seconds (i.e. check interval).