Skip to content

Instantly share code, notes, and snippets.

@rpc180
Last active August 29, 2020 16:01
Show Gist options
  • Save rpc180/7370845674d696c9ac2ba9566a49cb98 to your computer and use it in GitHub Desktop.
Save rpc180/7370845674d696c9ac2ba9566a49cb98 to your computer and use it in GitHub Desktop.
How to find out which ban list contains domain entries
# 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