From fe11511bf422105bb90b5b7d8594b66bad2794ea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Mar 2022 18:44:48 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index c37b451..3bea775 100755 --- a/defaults.inc +++ b/defaults.inc @@ -15,8 +15,8 @@ NM_SERVICES['qbittorrent']='qBittorrent (Torrent Downloader)' NM_SERVICES['snap.tautulli.tautulli']='Tautulli (Plex Stats)' 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 +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_STOP=(/usr/bin/nordvpn disconnect)