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

This commit is contained in:
def 2021-10-26 22:25:55 +00:00
parent b4866b2d85
commit 57febe1862
1 changed files with 7 additions and 0 deletions

7
unkiller.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
echo "y" | sudo ufw enable
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
notify-send 'Kill-switch OFF' 'Maybe, maybe not, or maybe fuck off' --icon=dialog-information