|
|
|
|
|
by bscphil
2400 days ago
|
|
> 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 resolver too (Unbound), but since you need an ad blocker on top of that anyway, I just keep my rules in uBlock. The following is all you need to block all subdomains but allow the bare domain: ||example.org^
@@*/example.org/*
Or to allow www: @@www.example.org^
|
|
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.