From 324451ead706ef0ee6121c12489017a829d9ceeb Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 4 Feb 2020 16:08:04 +0300 Subject: [PATCH] custom-desync-keepalive: more verbose notice --- init.d/openwrt/custom-desync-keepalive | 3 ++- init.d/sysv/custom-desync-keepalive | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/init.d/openwrt/custom-desync-keepalive b/init.d/openwrt/custom-desync-keepalive index b9d638d..b1aa2a1 100644 --- a/init.d/openwrt/custom-desync-keepalive +++ b/init.d/openwrt/custom-desync-keepalive @@ -9,7 +9,8 @@ # 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 --hostlist # if ipset filter is needed then uncomment lines starting with "ipset_zapret" and "ipset_zapret6" -# restart zapret +# /etc/init.d/zapret restart +# fw3 restart zapret_custom_daemons() { diff --git a/init.d/sysv/custom-desync-keepalive b/init.d/sysv/custom-desync-keepalive index 828e7b1..182a301 100644 --- a/init.d/sysv/custom-desync-keepalive +++ b/init.d/sysv/custom-desync-keepalive @@ -2,6 +2,8 @@ # so processing of every outgoing packet is necessary # for https its enough to act on client hello packet. ignore others and save CPU time +# systemd: systemctl stop zapret +# sysv init: /etc/init.d/zapret stop # copy this file to custom # check config : # MODE=custom @@ -9,7 +11,8 @@ # 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 --hostlist # if ipset filter is needed then uncomment lines starting with "ipset_zapret" and "ipset_zapret6" -# restart zapret +# systemd: systemctl start zapret +# sysv init: /etc/init.d/zapret start zapret_custom_daemons() {