mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-20 05:52:57 +03:00
config : INIT_APPLY_FW parameter can disable iptables in init script
This commit is contained in:
parent
af7610741b
commit
1e7ce5c4c2
6
config
6
config
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user