restart tor after network change

This commit is contained in:
Felix Van der Jeugt 2018-09-13 09:43:58 +02:00
parent 9dce785f9f
commit f93881ca25
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ sudo ip link set "$enp" up
# No more wireless
sudo ip link set "$wlp" down
# Restart tor on network change
sudo sv restart tor