Fabrizio Salmi’s Domains Blacklist (RPZ)
Filter list covering ads, privacy, malware, phishing. Format: Response Policy Zones (RPZ). Maintained by Fabrizio Salmi. See the project homepage […]
Response Policy Zones for BIND and other RPZ-capable resolvers.
sudo curl -fsSL "https://github.com/fabriziosalmi/blacklists/releases/download/latest/rpz_blacklist.txt" -o /etc/bind/rpz.blocklist.db Then reference the zone in named.conf:
options {
response-policy { zone "rpz.blocklist"; };
};
zone "rpz.blocklist" {
type master;
file "/etc/bind/rpz.blocklist.db";
}; sudo rndc reloadThe address shown above is an example. Every list in the directory has its own URL, which you can copy with one click.
Filter list from the public FilterLists directory. Format: BIND. Maintained by Ming Di Leom. See the project homepage for details […]