https://block.energized.pro/extensions/social/formats/rpz.txt Open raw list The last check failed: fetch failed
Description
Filter list covering social. Format: Response Policy Zones (RPZ). Maintained by Team Boltz. See the project homepage for details and inclusion criteria.
Integration
sudo curl -fsSL "https://block.energized.pro/extensions/social/formats/rpz.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 