Skip to content

Commit de737aa

Browse files
committed
Improved templates, moved proto to remote
1 parent a3e2562 commit de737aa

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

root/usr/local/share/docker-openvpn/examples/basic/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_ipv6/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_nat/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_nat_ipv6/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_nat_wlp/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_nat_wlp_ipv6/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_routed/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

root/usr/local/share/docker-openvpn/examples/basic_routed_ipv6/config/openvpn/openvpn-template.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Basic info
99
client
1010
dev tun0
11-
proto $PROTO
1211
nobind
1312

1413
# Note: If using in container
@@ -17,7 +16,7 @@ nobind
1716
# config unprivileged.conf
1817

1918
# Remote info
20-
remote $SERVER_IP $PORT
19+
remote $SERVER_IP $PORT $PROTO
2120

2221
# Connection settings
2322
resolv-retry infinite

0 commit comments

Comments
 (0)