From 3b1bbe52e0b887f5e098fd12ba858df010f46465 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 2 Feb 2020 16:29:36 +0300 Subject: [PATCH] custom-desync-keepalive: comments --- init.d/openwrt/custom-desync-keepalive | 13 ++++++++++--- init.d/sysv/custom-desync-keepalive | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/init.d/openwrt/custom-desync-keepalive b/init.d/openwrt/custom-desync-keepalive index 3c5c314..1cb61f0 100644 --- a/init.d/openwrt/custom-desync-keepalive +++ b/init.d/openwrt/custom-desync-keepalive @@ -1,6 +1,13 @@ -# this script contain your special code to launch daemons and configure firewall -# use helpers from "functions" file and "zapret" init script -# in case of upgrade keep this file only, do not modify others +# some DPIs monitor all requests in http keep-alive session +# so processing of every outgoing packet is necessary +# 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() { diff --git a/init.d/sysv/custom-desync-keepalive b/init.d/sysv/custom-desync-keepalive index 258abfa..02e3a92 100644 --- a/init.d/sysv/custom-desync-keepalive +++ b/init.d/sysv/custom-desync-keepalive @@ -1,6 +1,13 @@ -# this script contain your special code to launch daemons and configure firewall -# use helpers from "functions" file and "zapret" init script -# in case of upgrade keep this file only, do not modify others +# some DPIs monitor all requests in http keep-alive session +# so processing of every outgoing packet is necessary +# 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() {