diff --git a/bash/kill_switch_on.sh b/bash/kill_switch_on.sh deleted file mode 100644 index 7758ec0..0000000 --- a/bash/kill_switch_on.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -echo "y" | sudo ufw enable -sudo ufw default deny incoming -sudo ufw default deny outgoing -sudo ufw allow out on tun0 from any to any -sudo ufw enable -notify-send 'Kill-switch ON' 'Maybe, maybe not, or maybe fuck off' --icon=dialog-information