sefinek / Sefinek-Blocklist-Collection

🌍 A comprehensive repository of blocklists for various DNS servers, featuring over 100 links and more than 6 million domains. Additionally, you can use our personalized Blocklist Generator to tailor content filtering according to your specific needs, giving you full control over what gets blocked on your network.
https://blocklist.sefinek.net
Other
554 stars 26 forks source link

RPZ & UNBOUND FORMAT #26

Closed alsyundawy closed 5 months ago

alsyundawy commented 5 months ago

please support rpz and unbound format

RPZ Format

$TTL 300
@ SOA localhost. root.localhost. 1715037180 43200 3600 259200 300
  NS  localhost.

domain.tld CNAME .
*.domain.tld CNAME .

Unbound Format

server:
local-zone: "domain.tld." always_nxdomain
sefinek commented 5 months ago

I have preliminarily added support for Unbound and the RPZ format. Thanks.

RPZ: https://blocklist.sefinek.net/generated/v1/rpz Unbound: https://blocklist.sefinek.net/generated/v1/unbound

sefinek commented 5 months ago

Finished.

alsyundawy commented 5 months ago

big thx