From 1e7ce5c4c264f578c8721a1b30e7019f83ad076c Mon Sep 17 00:00:00 2001 From: bolvan Date: Fri, 10 May 2019 09:52:24 +0300 Subject: [PATCH] config : INIT_APPLY_FW parameter can disable iptables in init script --- config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config b/config index 3f9d577..dd01b8c 100644 --- a/config +++ b/config @@ -20,8 +20,12 @@ TPWS_OPT_HTTPS="--split-pos=3" # or leave it commented if its not router #SLAVE_ETH=eth0 +# should init scripts apply firewall rules ? +# set to 0 if firewall control system is present +# openwrt uses fw3 firewall , init never touch fw +INIT_APPLY_FW=1 # select which init script will be used to get ip or host list # possible values : get_user.sh get_antizapret.sh get_combined.sh get_reestr.sh get_hostlist.sh # comment if not required -GETLIST="get_antizapret.sh" +GETLIST=get_antizapret.sh