diff --git a/config.default b/config.default index 3c926f7..cdad05d 100644 --- a/config.default +++ b/config.default @@ -54,7 +54,7 @@ GZIP_LISTS=1 DESYNC_MARK=0x40000000 DESYNC_MARK_POSTNAT=0x20000000 -# do not pass outgoing traffic to tpws/nfqws not marked with this bit +# do not pass outgoing traffic to nfqws not marked with this bit # this setting allows to write your own rules to limit traffic that should be fooled # for example based on source IP or incoming interface name # no filter if not defined diff --git a/ipset/def.sh b/ipset/def.sh index 3ea7ae4..3d399cb 100644 --- a/ipset/def.sh +++ b/ipset/def.sh @@ -272,11 +272,10 @@ hup_zapret_daemons() { echo forcing zapret daemons to reload their hostlist if exists killall; then - killall -HUP tpws nfqws dvtws 2>/dev/null + killall -HUP nfqws2 dvtws2 2>/dev/null elif exists pkill; then - pkill -HUP ^tpws$ - pkill -HUP ^nfqws$ - pkill -HUP ^dvtws$ + pkill -HUP ^nfqws2$ + pkill -HUP ^dvtws2$ else echo no mass killer available ! cant HUP zapret daemons fi