Загрузить новый файл

This commit is contained in:
def 2021-10-26 22:26:37 +00:00
parent 57febe1862
commit dceb7253aa
1 changed files with 8 additions and 0 deletions

8
killer.sh Normal file
View File

@ -0,0 +1,8 @@
#!/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