Skip to content

Commit 2663539

Browse files
committed
README: Connect to the OpenVPN Server Over IPv6
1 parent abdf537 commit 2663539

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/ipv6.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,11 @@ Fire up a web browser and attempt to navigate to [https://ipv6.google.com](https
9191

9292
## Connect to the OpenVPN Server Over IPv6
9393

94-
Not implemented, yet.
94+
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

Comments
 (0)