From dceb7253aa7fcbc4897246b2a953dc8fa5df6bff Mon Sep 17 00:00:00 2001 From: def <8384198-dettlaff@users.noreply.gitlab.com> Date: Tue, 26 Oct 2021 22:26:37 +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 --- killer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 killer.sh diff --git a/killer.sh b/killer.sh new file mode 100644 index 0000000..7758ec0 --- /dev/null +++ b/killer.sh @@ -0,0 +1,8 @@ +#!/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