wireguard switch
This commit is contained in:
@@ -31,8 +31,8 @@ if [ "${VPN_INTERFACE}" = "nordlynx" ]; then
|
||||
else
|
||||
#VPN_START=(/bin/systemctl start openvpn)
|
||||
#VPN_STOP=(/bin/systemctl stop openvpn)
|
||||
VPN_START=(/usr/bin/wg-quick up Torguard)
|
||||
VPN_STOP=(/usr/bin/wg-quick down Torguard)
|
||||
VPN_START=(/usr/bin/wg-quick up wg-torguard)
|
||||
VPN_STOP=(/usr/bin/wg-quick down wg-torguard)
|
||||
fi
|
||||
|
||||
DEBUGLOGSTOP(){
|
||||
|
||||
Reference in New Issue
Block a user