Browse Source

config : INIT_APPLY_FW parameter can disable iptables in init script

pull/33/head
bolvan 6 years ago
parent
commit
1e7ce5c4c2
  1. 6
      config

6
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

Loading…
Cancel
Save