From 905677b7ac69d0c33cd6f1f978f2b4fd1c285fd8 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 21 Dec 2025 20:58:53 +0300 Subject: [PATCH] init.d: remove unneeded code --- common/ipt.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/ipt.sh b/common/ipt.sh index 57bce20..a3774b6 100644 --- a/common/ipt.sh +++ b/common/ipt.sh @@ -2,8 +2,6 @@ std_ports ipt_connbytes="-m connbytes --connbytes-dir=original --connbytes-mode=packets --connbytes" IPSET_EXCLUDE="-m set ! --match-set nozapret" IPSET_EXCLUDE6="-m set ! --match-set nozapret6" -IPBAN_EXCLUDE="-m set ! --match-set ipban" -IPBAN_EXCLUDE6="-m set ! --match-set ipban6" ipt() {