From 5a5560d177624f3a82dfc056dc2477c15d973610 Mon Sep 17 00:00:00 2001 From: def Date: Mon, 12 Sep 2022 10:14:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'b?= =?UTF-8?q?ash/kill=5Fswitch=5Fon.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/kill_switch_on.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 bash/kill_switch_on.sh diff --git a/bash/kill_switch_on.sh b/bash/kill_switch_on.sh deleted file mode 100644 index 7758ec0..0000000 --- a/bash/kill_switch_on.sh +++ /dev/null @@ -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