Last active
August 29, 2020 16:01
-
-
Save rpc180/7370845674d696c9ac2ba9566a49cb98 to your computer and use it in GitHub Desktop.
How to find out which ban list contains domain entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From: | |
# reddit.com/pfsense pfBlockerNG invalid certificate with google.com; CN_DNSBL | |
# Basics on troubleshooting whitelist additions: https://www.reddit.com/r/pfBlockerNG/comments/apx9uc/whitelisting_sites_not_working/ | |
# Find a feed that has a domain in it: | |
grep "google" /var/db/pfblockerng/dnsbl/* | |
# See if that is in the final database (not whitelisted by Alexa or other override): | |
grep "google" /var/unbound/pfb_dnsbl.conf | |
# Use Alerts Tab | Whitelist + icon to remove false positives | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment