From: Gert Doering Date: Sun, 19 Mar 2017 19:34:51 +0000 (+0100) Subject: Document --proto udp6, tcp6, etc. X-Git-Tag: v2.3.15~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c4e0640e076facaf8cd945833ea0b1078a836e;p=thirdparty%2Fopenvpn.git Document --proto udp6, tcp6, etc. Trac #793 Signed-off-by: Gert Doering Acked-by: Arne Schwabe Message-Id: <20170319193451.24289-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14283.html Signed-off-by: Gert Doering --- diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 108696081..612cdddc3 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -419,6 +419,16 @@ can be or .B tcp-server. +These will only try IPv4 to connect to the remote host. To use IPv6, +add "6" to the protocol, as in +.B udp6, +.B tcp6-client, +or +.B tcp6-server. +OpenVPN 2.3 cannot auto-determine whether to use IPv4 or IPv6 (or +automatically try whatever is available) - full dual-stack functionality +is available starting with OpenVPN 2.4.0 + The default protocol is .B udp when