mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
custom-desync-keepalive: hostlist line
This commit is contained in:
parent
3b1bbe52e0
commit
ac22c09d48
@ -6,12 +6,14 @@
|
|||||||
# check config :
|
# check config :
|
||||||
# MODE=custom
|
# MODE=custom
|
||||||
# NFQWS_OPT_DESYNC=your choice of nfqws desync options
|
# NFQWS_OPT_DESYNC=your choice of nfqws desync options
|
||||||
# GETLIST=your choise of script in ipset/get_*.sh, or comment if list downloading is not needed
|
# GETLIST=your choice of script in ipset/get_*.sh, or comment if list downloading is not needed
|
||||||
|
# if hostlist is needed then uncomment run_daemon with --hostlist and comment run_daemon without --hoslist
|
||||||
# restart zapret
|
# restart zapret
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
run_daemon 1 $NFQWS "$NFQWS_OPT_BASE $NFQWS_OPT_DESYNC"
|
run_daemon 1 $NFQWS "$NFQWS_OPT_BASE $NFQWS_OPT_DESYNC"
|
||||||
|
#run_daemon 1 $NFQWS "$NFQWS_OPT_BASE $NFQWS_OPT_DESYNC --hostlist=$HOSTLIST"
|
||||||
}
|
}
|
||||||
zapret_custom_firewall()
|
zapret_custom_firewall()
|
||||||
{
|
{
|
||||||
|
@ -6,12 +6,14 @@
|
|||||||
# check config :
|
# check config :
|
||||||
# MODE=custom
|
# MODE=custom
|
||||||
# NFQWS_OPT_DESYNC=your choice of nfqws desync options
|
# NFQWS_OPT_DESYNC=your choice of nfqws desync options
|
||||||
# GETLIST=your choise of script in ipset/get_*.sh, or comment if list downloading is not needed
|
# GETLIST=your choice of script in ipset/get_*.sh, or comment if list downloading is not needed
|
||||||
|
# if hostlist is needed then uncomment run_daemon with --hostlist and comment run_daemon without --hoslist
|
||||||
# restart zapret
|
# restart zapret
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
do_nfqws $1 1 "$NFQWS_OPT_DESYNC"
|
do_nfqws $1 1 "$NFQWS_OPT_DESYNC"
|
||||||
|
#do_nfqws $1 1 "$NFQWS_OPT_DESYNC --hostlist=$HOSTLIST"
|
||||||
}
|
}
|
||||||
zapret_custom_firewall()
|
zapret_custom_firewall()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user