https://curben.gitlab.io/malware-filter/vn-badsite-filter-bind.conf Open raw list The last check failed: HTTP 403
Description
Filter list from the public FilterLists directory. Format: BIND. Maintained by Ming Di Leom. See the project homepage for details and inclusion criteria.
Integration
sudo curl -fsSL "https://curben.gitlab.io/malware-filter/vn-badsite-filter-bind.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 