Merge pull request #4264 from yubiuser/tweak_enable

On enabling/disabeling only reload-lists instead of reload
This commit is contained in:
DL6ER
2021-08-09 18:26:24 +02:00
committed by GitHub

2
pihole
View File

@ -242,7 +242,7 @@ Time:
echo "BLOCKING_ENABLED=true" >> "${setupVars}"
fi
restartDNS reload
restartDNS reload-lists
echo -e "${OVER} ${TICK} ${str}"
}