Earlier quoted context omitted.
"... the exact same thing an ad blocking DNS provider is doing." Just to be clear, I was not advocating using third party DNS. Using djbdns I can just "block" all non-www subdomains for a domain with a single line in a zone file (if using tinydns) or a single byte file in a directory (if using dnscache) and then add entries in the zone file for any specific subdomains I want to "allow". It is only an opinion, but I t…
> Just to be clear, I was not advocating using third party DNS. Well, you weren't, but the OP is a Show HN by a company offering such a service. > It is only an opinion, but I think the ability to wildcard all subdomains makes DNS-based methods of blocking trackers easier to manage I dunno, I think for most people uBlock rules are going to be easier to handle then setting up their own DNS server. Sure, I have my own…
A resolver (e.g., unbound) is only one half of the DNS method I use. The other is an authoritative nameserver (e.g., nsd). For my own purposes, the resolver is optional.