RPZ

Blocklists for BIND (RPZ)

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

1compatible 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 1 lists for BIND (RPZ)

Submit a list
1 list < 7 days < 30 days older

Filter list covering allowlist. Format: Response Policy Zones (RPZ). See the project homepage for details and inclusion criteria.

Allowlist RPZ
10.8k entries
±0 last change
updated
RPZ
Scroll to Top