mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
deee38b20e
- Add curl as a dependency for those who run the script without 'curl URL | bash'. - Use POSIX 'command -v' instead of 'hash'. - Check if packages have actually been installed and abort execution if they have not. - Fixed issue with getStaticIPv4Settings() that prevented existing network settings to be used as static IP settings when running the script unattended with empty $IPv4addr and $IPv4gw variables. - Exit if processing wireguard-linux-compat fails. - Exit if 50unattended-upgrades fails to extract. - Exit clientSTAT.sh if the wg0 interface is not available. - Moved the Self Check to a single script since dedicated versions were very similar. - Add 'pivpn -wg' to update WireGuard for users running Raspbian with armv6l kernel.
11 lines
199 B
Text
11 lines
199 B
Text
IPv4dev=eth0
|
|
IPv4addr=192.168.23.211
|
|
IPv4gw=192.168.23.1
|
|
dhcpReserv=0
|
|
install_user=pi
|
|
VPN=wireguard
|
|
pivpnPORT=51820
|
|
pivpnDNS1=9.9.9.9
|
|
pivpnDNS2=149.112.112.112
|
|
pivpnHOST=pivpn.example.com
|
|
UNATTUPG=1
|