mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
nordvpn-off: comment turning off {service,socket} for meshnet
This commit is contained in:
parent
530467d73c
commit
fd2f62010e
@ -13,9 +13,10 @@ nordvpn disconnect
|
|||||||
# Explicitly restores IPv6 since NordVPN disables it by setting this to 1.
|
# Explicitly restores IPv6 since NordVPN disables it by setting this to 1.
|
||||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
|
||||||
# My scripts autostart them, I don't want NordVPN to haunt logs.
|
# My scripts autostart them, I don't want NordVPN to haunt logs. However
|
||||||
sudo systemctl stop nordvpnd.socket
|
# I have to change my mind since meshnet requires them.
|
||||||
sudo systemctl stop nordvpnd.service
|
#sudo systemctl stop nordvpnd.socket
|
||||||
|
#sudo systemctl stop nordvpnd.service
|
||||||
|
|
||||||
# Restarting networking ensures IPv6 connectivity will return.
|
# Restarting networking ensures IPv6 connectivity will return.
|
||||||
sudo systemctl restart iwd.service
|
sudo systemctl restart iwd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user