1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-02 04:30:37 +01:00

19 lines
464 B
Bash
Executable File

#!/usr/bin/env bash
set -x
nordvpn set killswitch off
nordvpn set autoconnect off
nordvpn disconnect
sudo systemctl stop nordvpnd.socket
sudo systemctl stop nordvpnd.service
sudo systemctl restart iwd.service
sudo systemctl restart systemd-networkd.service
sleep 5
sudo systemctl restart unbound.service
sudo systemctl restart systemd-resolved.service
sleep 5
sudo systemctl restart yggdrasil.service
sudo chronyc online
sudo systemctl restart tor.service
set +x