config : INIT_APPLY_FW parameter can disable iptables in init script

This commit is contained in:
bolvan 2019-05-10 09:52:24 +03:00
parent af7610741b
commit 1e7ce5c4c2

6
config
View File

@ -20,8 +20,12 @@ TPWS_OPT_HTTPS="--split-pos=3"
# or leave it commented if its not router # or leave it commented if its not router
#SLAVE_ETH=eth0 #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 # 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 # possible values : get_user.sh get_antizapret.sh get_combined.sh get_reestr.sh get_hostlist.sh
# comment if not required # comment if not required
GETLIST="get_antizapret.sh" GETLIST=get_antizapret.sh