Удалить 'bash/kill_switch_on.sh'
This commit is contained in:
parent
af48599675
commit
5a5560d177
|
@ -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
|
Reference in a new issue