RPZ

Blocklists for BIND (RPZ)

Response Policy Zones for BIND and other RPZ-capable resolvers.

3compatible lists
1supported formats
10categories

Adding a blocklist to BIND (RPZ)

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 reload

The address shown above is an example. Every list in the directory has its own URL, which you can copy with one click.

By topic

All 3 lists for BIND (RPZ)

Submit a list
3 lists < 7 days < 30 days older

Filter list covering nsfw. Format: Response Policy Zones (RPZ). Maintained by Team Boltz. See the project homepage for details and […]

Adult content RPZ
- entries
±0 last change
updated
RPZ

Filter list covering nsfw. Format: Response Policy Zones (RPZ). Maintained by Team Boltz. See the project homepage for details and […]

Adult content RPZ
- entries
±0 last change
updated
RPZ

Filter list covering crypto, ads, privacy, malware, phishing. Format: Response Policy Zones (RPZ). Maintained by Team Boltz. See the project […]

Ads Adult content Annoyances RPZ
- entries
±0 last change
updated
RPZ
Scroll to Top