mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-25 16:50:12 +00:00
support ALLOWED_IPS from setupVARs.conf
This commit is contained in:
parent
d3e009d171
commit
a3d652755c
2 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,7 @@ install_user=pi
|
|||
VPN=wireguard
|
||||
pivpnNET=10.6.0.0
|
||||
subnetClass=24
|
||||
ALLOWED_IPS="0.0.0.0/0, ::0/0"
|
||||
pivpnPORT=51820
|
||||
pivpnDNS1=9.9.9.9
|
||||
pivpnDNS2=149.112.112.112
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue