From 2b73d5e1a442cb74c55fc8c0f7d873918b208bcd Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Fri, 21 Jun 2024 17:26:29 +0200 Subject: [PATCH] Added default values for headless install. --- openvpn-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 458a95e..cd97b87 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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