From 57febe1862140fff8b05bcb895d5e37092db7705 Mon Sep 17 00:00:00 2001 From: def <8384198-dettlaff@users.noreply.gitlab.com> Date: Tue, 26 Oct 2021 22:25:55 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unkiller.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unkiller.sh 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