oznu / dns-zone-blacklist

This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.
https://hub.docker.com/r/oznu/dns-ad-blocker
MIT License
169 stars 24 forks source link

unbound nxdomain file uses incorrect syntax #19

Closed mark-brandis closed 4 years ago

mark-brandis commented 4 years ago

It seems to me the unbound DNS zone file uses incorrect syntax.

The lines are formed like: local-zone: "s.sh" static [...]

where they should be: local-zone: "s.sh" always_nxdomain [...]

Could this be fixed please?

Thanks for your very useful work! - Mark

oznu commented 4 years ago

Thanks