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
11
11
proto $PROTO
12
12
nobind
13
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
14
19
# Remote info
15
20
remote $SERVER_IP $PORT
16
21
Original file line number Diff line number Diff line change 9
9
client
10
10
dev tun0
11
11
proto $PROTO
12
- #proto udp6 # Uncomment this to use IPv6 to connect to server
13
12
nobind
14
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
15
19
# Remote info
16
20
remote $SERVER_IP $PORT
17
21
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
11
11
proto $PROTO
12
12
nobind
13
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
14
19
# Remote info
15
20
remote $SERVER_IP $PORT
16
21
Original file line number Diff line number Diff line change 9
9
client
10
10
dev tun0
11
11
proto $PROTO
12
- #proto udp6 # Uncomment this to use IPv6 to connect to server
13
12
nobind
14
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
15
19
# Remote info
16
20
remote $SERVER_IP $PORT
17
21
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
11
11
proto $PROTO
12
12
nobind
13
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
14
19
# Remote info
15
20
remote $SERVER_IP $PORT
16
21
Original file line number Diff line number Diff line change 9
9
client
10
10
dev tun0
11
11
proto $PROTO
12
- #proto udp6 # Uncomment this to use IPv6 to connect to server
13
12
nobind
14
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
15
19
# Remote info
16
20
remote $SERVER_IP $PORT
17
21
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ dev tun0
11
11
proto $PROTO
12
12
nobind
13
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
14
19
# Remote info
15
20
remote $SERVER_IP $PORT
16
21
Original file line number Diff line number Diff line change 9
9
client
10
10
dev tun0
11
11
proto $PROTO
12
- #proto udp6 # Uncomment this to use IPv6 to connect to server
13
12
nobind
14
13
14
+ # Note: If using in container
15
+ # Also comment out user & group option bellow
16
+ # config include.conf
17
+ # config unprivileged.conf
18
+
15
19
# Remote info
16
20
remote $SERVER_IP $PORT
17
21
You can’t perform that action at this time.
0 commit comments