Загрузить новый файл
This commit is contained in:
parent
b4866b2d85
commit
57febe1862
7
unkiller.sh
Normal file
7
unkiller.sh
Normal 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
|
Reference in a new issue