mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 13:32:58 +03:00
custom-desync-keepalive: more verbose notice
This commit is contained in:
parent
e310bf26a2
commit
324451ead7
@ -9,7 +9,8 @@
|
|||||||
# GETLIST=your choice 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 --hostlist
|
# 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"
|
# 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()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# so processing of every outgoing packet is necessary
|
# so processing of every outgoing packet is necessary
|
||||||
# for https its enough to act on client hello packet. ignore others and save CPU time
|
# 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
|
# copy this file to custom
|
||||||
# check config :
|
# check config :
|
||||||
# MODE=custom
|
# MODE=custom
|
||||||
@ -9,7 +11,8 @@
|
|||||||
# GETLIST=your choice 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 --hostlist
|
# 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"
|
# 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()
|
zapret_custom_daemons()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user