From b4fdf7377182fd8f7ceae3fbdab9ebe3b0400093 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 6 Nov 2021 11:00:06 +0300 Subject: [PATCH] Revert "init.d: openwrt avoid possible duplicate input_rule_zapret rules" This reverts commit 185568165785c01aa32d05fb1c62cad64823c97b. --- init.d/openwrt/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/init.d/openwrt/functions b/init.d/openwrt/functions index dc8cf39..c6c6fad 100644 --- a/init.d/openwrt/functions +++ b/init.d/openwrt/functions @@ -241,7 +241,6 @@ fw_tpws4() # allow localnet route only to special tpws IP iptables -N input_rule_zapret 2>/dev/null - iptables -F input_rule_zapret ipt input_rule_zapret -d 127.0.0.0/8 -j DROP ipt input_rule_zapret -d $TPWS_LOCALHOST4 -j RETURN