mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-24 08:10:10 +00:00
add IPv6 support, exclude from testing since travis doesn't have proper ipv6 support
This commit is contained in:
parent
c47e0331dd
commit
4dfcfd0d17
6 changed files with 209 additions and 17 deletions
|
@ -2,6 +2,7 @@ IPv4dev=eth0
|
|||
IPv4addr=192.168.23.211/24
|
||||
IPv4gw=192.168.23.1
|
||||
dhcpReserv=0
|
||||
pivpnenableipv6=0
|
||||
install_user=pi
|
||||
VPN=openvpn
|
||||
pivpnNET=10.8.0.0
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
IPv4dev=eth0
|
||||
IPv6dev=eth0
|
||||
install_user=pi
|
||||
VPN=wireguard
|
||||
pivpnNET=10.6.0.0
|
||||
subnetClass=24
|
||||
pivpnenableipv6=1
|
||||
pivpnNETv6="fd11:5ee:bad:c0de::"
|
||||
subnetClassv6=64
|
||||
ALLOWED_IPS="0.0.0.0/0, ::0/0"
|
||||
pivpnMTU=1420
|
||||
pivpnPORT=51820
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue