1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

ipset: -artefact

This commit is contained in:
bol-van 2021-03-11 22:30:41 +03:00
parent bcdd708b51
commit 76e52c350b

@ -176,7 +176,6 @@ hup_zapret_daemons()
{
echo forcing zapret daemons to reload their hostlist
if exists killall; then
kcmd=killall
killall -HUP tpws nfqws dvtws 2>/dev/null
elif exists pkill; then
pkill -HUP ^tpws$ ^nfqws$ ^dvtws$