File tree Expand file tree Collapse file tree 8 files changed +40
-4
lines changed
root/usr/local/share/docker-openvpn/examples
basic_ipv6/config/openvpn
basic_nat_ipv6/config/openvpn
basic_nat_wlp_ipv6/config/openvpn
basic_nat_wlp/config/openvpn
basic_routed_ipv6/config/openvpn
basic_routed/config/openvpn Expand file tree Collapse file tree 8 files changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
1111proto $PROTO
1212nobind
1313
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1419# Remote info
1520remote $SERVER_IP $PORT
1621
Original file line number Diff line number Diff line change 99client
1010dev tun0
1111proto $PROTO
12- #proto udp6 # Uncomment this to use IPv6 to connect to server
1312nobind
1413
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1519# Remote info
1620remote $SERVER_IP $PORT
1721
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
1111proto $PROTO
1212nobind
1313
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1419# Remote info
1520remote $SERVER_IP $PORT
1621
Original file line number Diff line number Diff line change 99client
1010dev tun0
1111proto $PROTO
12- #proto udp6 # Uncomment this to use IPv6 to connect to server
1312nobind
1413
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1519# Remote info
1620remote $SERVER_IP $PORT
1721
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
1111proto $PROTO
1212nobind
1313
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1419# Remote info
1520remote $SERVER_IP $PORT
1621
Original file line number Diff line number Diff line change 99client
1010dev tun0
1111proto $PROTO
12- #proto udp6 # Uncomment this to use IPv6 to connect to server
1312nobind
1413
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1519# Remote info
1620remote $SERVER_IP $PORT
1721
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
1111proto $PROTO
1212nobind
1313
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1419# Remote info
1520remote $SERVER_IP $PORT
1621
Original file line number Diff line number Diff line change 99client
1010dev tun0
1111proto $PROTO
12- #proto udp6 # Uncomment this to use IPv6 to connect to server
1312nobind
1413
14+ # Note: If using in container
15+ # Also comment out user & group option bellow
16+ # config include.conf
17+ # config unprivileged.conf
18+
1519# Remote info
1620remote $SERVER_IP $PORT
1721
You can’t perform that action at this time.
0 commit comments