mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 13:32:58 +03:00
custom-desync-keepalive: comments
This commit is contained in:
parent
cc5732abe1
commit
3b1bbe52e0
@ -1,6 +1,13 @@
|
|||||||
# this script contain your special code to launch daemons and configure firewall
|
# some DPIs monitor all requests in http keep-alive session
|
||||||
# use helpers from "functions" file and "zapret" init script
|
# so processing of every outgoing packet is necessary
|
||||||
# in case of upgrade keep this file only, do not modify others
|
# for https its enough to act on client hello packet. ignore others and save CPU time
|
||||||
|
|
||||||
|
# copy this file to custom
|
||||||
|
# check config :
|
||||||
|
# MODE=custom
|
||||||
|
# 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
|
||||||
|
# restart zapret
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# this script contain your special code to launch daemons and configure firewall
|
# some DPIs monitor all requests in http keep-alive session
|
||||||
# use helpers from "functions" file and "zapret" init script
|
# so processing of every outgoing packet is necessary
|
||||||
# in case of upgrade keep this file only, do not modify others
|
# for https its enough to act on client hello packet. ignore others and save CPU time
|
||||||
|
|
||||||
|
# copy this file to custom
|
||||||
|
# check config :
|
||||||
|
# MODE=custom
|
||||||
|
# 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
|
||||||
|
# restart zapret
|
||||||
|
|
||||||
zapret_custom_daemons()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user