Skip to content

Commit d338d7e

Browse files
committed
Added IPv6 settings & notes
1 parent 9ed2e99 commit d338d7e

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

root/defaults/example/config/basic_nat_ipv6/client/client.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
client
1010
dev tun0
1111
proto $PROTO
12+
#proto udp6 # Uncomment this to use IPv6 to connect to server
1213
nobind
1314

1415
# Remote info

root/defaults/example/config/basic_nat_ipv6/config/server.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Basic info
99
proto $PROTO
10+
#proto udp6 # Uncomment this so server is accessible over IPv6
1011
port $PORT
1112

1213
# Network info (local VPN network)

root/defaults/example/config/basic_nat_wlp_ipv6/client/client.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
client
1010
dev tun0
1111
proto $PROTO
12+
#proto udp6 # Uncomment this to use IPv6 to connect to server
1213
nobind
1314

1415
# Remote info

root/defaults/example/config/basic_nat_wlp_ipv6/config/server.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Basic info
99
proto $PROTO
10+
#proto udp6 # Uncomment this so server is accessible over IPv6
1011
port $PORT
1112

1213
# Network info (local VPN network)

root/defaults/example/config/basic_routed_ipv6/client/client.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
client
1010
dev tun0
1111
proto $PROTO
12+
#proto udp6 # Uncomment this to use IPv6 to connect to server
1213
nobind
1314

1415
# Remote info

root/defaults/example/config/basic_routed_ipv6/config/server.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Basic info
99
proto $PROTO
10+
#proto udp6 # Uncomment this so server is accessible over IPv6
1011
port $PORT
1112

1213
# Network info (local VPN network)

0 commit comments

Comments
 (0)