Merge pull request #3415 from fhriley/reload_privacy

Reload the lists, which will cause the cached privacy level to be upd…
pull/3446/head
DL6ER 4 years ago committed by GitHub
commit 27f0fd2372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -600,6 +600,7 @@ SetPrivacyLevel() {
# Set privacy level. Minimum is 0, maximum is 4
if [ "${args[2]}" -ge 0 ] && [ "${args[2]}" -le 4 ]; then
changeFTLsetting "PRIVACYLEVEL" "${args[2]}"
pihole restartdns reload-lists
fi
}

Loading…
Cancel
Save