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