diff --git a/unkiller.sh b/unkiller.sh new file mode 100644 index 0000000..896d620 --- /dev/null +++ b/unkiller.sh @@ -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