diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-12-05 07:07:51 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-12-05 07:07:51 +0100 |
commit | 137cc5c10327306f0dc15f063e069d2cbc497519 (patch) | |
tree | 57951d2ac173a6738315fb422a6cefd4a2a1a9f4 /openvpn/doc | |
parent | ac1934d9e06d72fbe5bdacd5c0c1a89a377e508d (diff) |
Add pre resolve patch
Diffstat (limited to 'openvpn/doc')
-rw-r--r-- | openvpn/doc/openvpn.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openvpn/doc/openvpn.8 b/openvpn/doc/openvpn.8 index e351fff0..48a88647 100644 --- a/openvpn/doc/openvpn.8 +++ b/openvpn/doc/openvpn.8 @@ -221,7 +221,7 @@ options. indicates the protocol to use when connecting with the remote, and may be "tcp" or "udp". -For forcing IPv4 or IPv6 connection suffix tcp or udp +For forcing IPv4 or IPv6 connection suffix tcp or udp with 4/6 like udp4/udp6/tcp4/tcp6. The client will move on to the next host in the list, @@ -481,13 +481,13 @@ seconds (default=10). .TP .B \-\-connect-retry-max n .B n -specifies the number of times all -.B \-\-remote -respectively +specifies the number of times all +.B \-\-remote +respectively .B <connection> -statements are tried. Specifiying +statements are tried. Specifiying .B n -as one would try each entry exactly once. A sucessful connection +as one would try each entry exactly once. A sucessful connection resets the counter. (default=umlimited). .\"********************************************************* .TP @@ -693,8 +693,8 @@ or .B \-\-socks-proxy are used. -If the -.B \-\-ipv6only +If the +.B ipv6only keyword is present OpenVPN will bind only to IPv6 (as oposed to IPv6 and IPv4) when a IPv6 socket is opened. |