diff --git a/defaults.inc b/defaults.inc index 509e330..4e4d8fc 100755 --- a/defaults.inc +++ b/defaults.inc @@ -17,8 +17,8 @@ NM_SERVICES['ombi']='Ombi (Download Requester)' #if [[ $(/sbin/ip -o -4 addr list ens160 | awk '{print $4}' | cut -d/ -f1) == *"10.10.1.24"* ]]; then if [ "${VPN_INTERFACE}" = "nordlynx" ]; then - # VPN_START=(/usr/bin/nordvpn connect United_States Chicago) - VPN_START=(/usr/bin/nordvpn connect us9316) + VPN_START=(/usr/bin/nordvpn connect United_States Chicago) + # VPN_START=(/usr/bin/nordvpn connect us9316) VPN_STOP=(/usr/bin/nordvpn disconnect) else VPN_START=(/bin/systemctl start openvpn)