Get rid of numBlocked file, FTLDNS can now determine number of domains thanks to the new lists format

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2186/head
DL6ER 6 years ago
parent bac9e005ae
commit d24b141d8b
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -515,11 +515,9 @@ gravity_ParseBlacklistDomains() {
if [[ -f "${piholeDir}/${whitelistMatter}" ]]; then
mv "${piholeDir}/${whitelistMatter}" "${piholeDir}/${accretionDisc}"
grep -c "^" "${piholeDir}/${whitelistMatter}" > "${piholeDir}/numBlocked" 2> /dev/null
else
# There was no whitelist file, so use preEventHorizon instead of whitelistMatter.
mv "${piholeDir}/${preEventHorizon}" "${piholeDir}/${accretionDisc}"
grep -c "^" "${piholeDir}/${preEventHorizon}" > "${piholeDir}/numBlocked" 2> /dev/null
fi
# Move the file over as /etc/pihole/gravity.list so dnsmasq can use it

Loading…
Cancel
Save