nordvpn-off: ensure ipv6, notify and lan-discover

This commit is contained in:
Aminda Suomalainen 2024-07-30 07:46:36 +03:00
parent bdef768d3c
commit e492be76c4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ nordvpn set autoconnect off
# Disconnects VPN # Disconnects VPN
nordvpn disconnect nordvpn disconnect
nordvpn set ipv6 on
nordvpn set notify on
nordvpn set lan-discovery on
# 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