Update defaults.inc
This commit is contained in:
15
defaults.inc
15
defaults.inc
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user