mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-07-03 13:04:22 +02: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}
|
CLIENT=${CLIENT:-client}
|
||||||
PASS=${PASS:-1}
|
PASS=${PASS:-1}
|
||||||
CONTINUE=${CONTINUE:-y}
|
CONTINUE=${CONTINUE:-y}
|
||||||
|
CLIENT_TO_CLIENT_OPTION="y"
|
||||||
|
ADDPORT="y"
|
||||||
|
|
||||||
# Behind NAT, we'll default to the publicly reachable IPv4/IPv6.
|
# Behind NAT, we'll default to the publicly reachable IPv4/IPv6.
|
||||||
if [[ $IPV6_SUPPORT == "y" ]]; then
|
if [[ $IPV6_SUPPORT == "y" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user