Blacklist Named – Pushing

https://raw.githubusercontent.com/tomzuu/blacklist-named/master/pushing.sites.conf Open raw list
-entries
+0 -0last change
last updated
-size
1 day agolast checked
The last check failed: HTTP 404

Description

Filter list covering malware. Format: BIND. See the project homepage for details and inclusion criteria.

Integration

sudo curl -fsSL "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/pushing.sites.conf" -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

BIND (RPZ) documentation

Recent changes

Recently added entries

Recently removed entries

Scroll to Top