openvpn: fix v6 addresses
This commit is contained in:
parent
68f9296876
commit
f348e5ee68
|
@ -8,7 +8,7 @@ proto udp
|
|||
|
||||
tun-mtu 1500
|
||||
ifconfig 172.31.43.3 172.31.43.2
|
||||
ifconfig-ipv6 2001:67c:21bc:7fff:f0f:fcf1::2/120 2001:67c:21bc:7fff:f0f:fcf1::1
|
||||
ifconfig-ipv6 2001:67c:21bc:7fff:f0f:fcf2::2/120 2001:67c:21bc:7fff:f0f:fcf2::1
|
||||
|
||||
secret /etc/openvpn/eric.key
|
||||
|
||||
|
|
Loading…
Reference in New Issue