mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
custom: use NFQWS_OPT_DESYNC_HTTPS
This commit is contained in:
parent
567554afb0
commit
9dfbb91651
@ -1,5 +1,5 @@
|
|||||||
# this custom script demonstrates how to apply tpws to http and nfqws to https
|
# this custom script demonstrates how to apply tpws to http and nfqws to https
|
||||||
# it preserves config settings : MODE_HTTP, MODE_HTTPS, MODE_FILTER, TPWS_OPT, NFQWS_OPT_DESYNC
|
# it preserves config settings : MODE_HTTP, MODE_HTTPS, MODE_FILTER, TPWS_OPT, NFQWS_OPT_DESYNC, NFQWS_OPT_DESYNC_HTTPS
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
@ -12,7 +12,7 @@ zapret_custom_daemons()
|
|||||||
}
|
}
|
||||||
|
|
||||||
[ "$MODE_HTTPS" = "1" ] && {
|
[ "$MODE_HTTPS" = "1" ] && {
|
||||||
opt="--qnum=$QNUM $NFQWS_OPT_BASE $NFQWS_OPT_DESYNC"
|
opt="--qnum=$QNUM $NFQWS_OPT_BASE $NFQWS_OPT_DESYNC_HTTPS"
|
||||||
filter_apply_hostlist_target opt
|
filter_apply_hostlist_target opt
|
||||||
run_daemon 2 $NFQWS "$opt"
|
run_daemon 2 $NFQWS "$opt"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# this custom script demonstrates how to apply tpws to http and nfqws to https
|
# this custom script demonstrates how to apply tpws to http and nfqws to https
|
||||||
# it preserves config settings : MODE_HTTP, MODE_HTTPS, MODE_FILTER, TPWS_OPT, NFQWS_OPT_DESYNC
|
# it preserves config settings : MODE_HTTP, MODE_HTTPS, MODE_FILTER, TPWS_OPT, NFQWS_OPT_DESYNC, NFQWS_OPT_DESYNC_HTTPS
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
@ -12,7 +12,7 @@ zapret_custom_daemons()
|
|||||||
}
|
}
|
||||||
|
|
||||||
[ "$MODE_HTTPS" = "1" ] && {
|
[ "$MODE_HTTPS" = "1" ] && {
|
||||||
opt="--qnum=$QNUM $NFQWS_OPT_DESYNC"
|
opt="--qnum=$QNUM $NFQWS_OPT_DESYNC_HTTPS"
|
||||||
filter_apply_hostlist_target opt
|
filter_apply_hostlist_target opt
|
||||||
do_nfqws $1 2 "$opt"
|
do_nfqws $1 2 "$opt"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user