We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdf537 commit 2663539Copy full SHA for 2663539
docs/ipv6.md
@@ -91,4 +91,11 @@ Fire up a web browser and attempt to navigate to [https://ipv6.google.com](https
91
92
## Connect to the OpenVPN Server Over IPv6
93
94
-Not implemented, yet.
+This feature requires a docker daemon with working IPv6 support.
95
+
96
+This will allow connections over IPv4 and IPv6.
97
98
+Generate server configuration with the udp6 or tcp6 protocol:
99
100
+ docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp6://VPN.SERVERNAME.COM
101
+ docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u tcp6://VPN.SERVERNAME.COM
0 commit comments