Update defaults.inc

This commit is contained in:
2023-02-20 18:06:05 -06:00
parent d2095001a1
commit feefa88a8d

View File

@@ -22,14 +22,15 @@ NM_SERVICES['ombi']='Ombi (Download Requester)'
#if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"10.10.1.24"* ]]; then #if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"10.10.1.24"* ]]; then
if [ "${VPN_INTERFACE}" = "nordlynx" ]; then if [ "${VPN_INTERFACE}" = "nordlynx" ]; then
# VPN_START=(/usr/bin/nordvpn connect United_States Chicago) # VPN_START="/usr/bin/nordvpn connect United_States Chicago"
# VPN_START=(/usr/bin/nordvpn connect us9316) # VPN_START="/usr/bin/nordvpn connect us9316"
VPN_START=(/usr/bin/nordvpn c double_vpn) VPN_START="/usr/bin/nordvpn c double_vpn"
VPN_STOP="/usr/bin/nordvpn disconnect"
VPN_STOP=(/usr/bin/nordvpn disconnect)
else else
VPN_START=(/bin/systemctl start openvpn) VPN_START="/bin/systemctl start openvpn"
VPN_STOP=(/bin/systemctl stop openvpn) VPN_STOP="/bin/systemctl stop openvpn"
fi fi
DEBUGLOGSTOP(){ DEBUGLOGSTOP(){