mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 21:09:03 +01:00
Added default values for headless install.
This commit is contained in:
parent
37fba62c29
commit
2b73d5e1a4
@ -645,6 +645,8 @@ function installOpenVPN() {
|
||||
CLIENT=${CLIENT:-client}
|
||||
PASS=${PASS:-1}
|
||||
CONTINUE=${CONTINUE:-y}
|
||||
CLIENT_TO_CLIENT_OPTION="y"
|
||||
ADDPORT="y"
|
||||
|
||||
# Behind NAT, we'll default to the publicly reachable IPv4/IPv6.
|
||||
if [[ $IPV6_SUPPORT == "y" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user