@@ -22,13 +22,6 @@ which mode OpenVPN is configured as.
This directive does not affect the ``--http-proxy`` username/password.
It is always cached.
---bind keywords
- Bind to local address and port. This is the default unless any of
- ``--proto tcp-client`` , ``--http-proxy`` or ``--socks-proxy`` are used.
-
- If the optional :code:`ipv6only` keyword is present OpenVPN will bind only
- to IPv6 (as opposed to IPv6 and IPv4) when a IPv6 socket is opened.
-
--cd dir
Change directory to ``dir`` prior to reading any files such as
configuration files, key files, scripts, etc. ``dir`` should be an
@@ -3,6 +3,13 @@ Link Options
This link options section covers options related to the connection between
the local and the remote host.
+--bind keywords
+ Bind to local address and port. This is the default unless any of
+ ``--proto tcp-client`` , ``--http-proxy`` or ``--socks-proxy`` are used.
+
+ If the optional :code:`ipv6only` keyword is present OpenVPN will bind only
+ to IPv6 (as opposed to IPv6 and IPv4) when a IPv6 socket is opened.
+
--float
Allow remote peer to change its IP address and/or port number, such as
due to DHCP (this is the default if ``--remote`` is not used).
This is more related to the configuration of the link, plus --nobind is already placed in the link section. Signed-off-by: David Sommerseth <davids@openvpn.net> --- doc/man-sections/generic-options.rst | 7 ------- doc/man-sections/link-options.rst | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-)