mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-24 00:00:11 +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=INTERFACE
|
|||
IPv4addr=IPADDRESS
|
||||
IPv4gw=GATEWAY
|
||||
dhcpReserv=0
|
||||
pivpnenableipv6=0
|
||||
install_user=pi
|
||||
VPN=openvpn
|
||||
pivpnPROTO=udp
|
||||
|
|
|
@ -2,6 +2,7 @@ IPv4dev=INTERFACE
|
|||
IPv4addr=IPADDRESS
|
||||
IPv4gw=GATEWAY
|
||||
dhcpReserv=0
|
||||
pivpnenableipv6=0
|
||||
install_user=pi
|
||||
VPN=wireguard
|
||||
pivpnPORT=51820
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue