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

vn-badsite-filter (BIND)

by Ming Di Leom

Filter list from the public FilterLists directory. Format: BIND. Maintained by Ming Di Leom. See the project homepage for details […]

Comprehensive RPZ
- entries
±0 last change
updated
RPZ
Scroll to Top