Earlier quoted context omitted.
I know all that. IMHO in that configuration the root servers are your upstream servers. That’s what I was trying to convey. And serving expired records does generally work, but is not suggested practice.
Technically, you don't have upstream DNS servers in that configuration. The root servers are not recursive resolvers like an upstream. But this isn't a problem... DNS caching works very well. I've been running my own nameservers for over two decades.
DNS servers that offer privacy and filtering
91–95 of 95 posts
Re: DNS servers that offer privacy and filtering
#92I know this is not for everyone, but I strongly prefer to run my own recursive resolver at home. Performance is great, plus I get regular DNS for the machines on my home network. Also, it was a fun little project. :)
I love my Pi Hole! Great for blocking ads on everything. * Pi-hole®: A black hole for Internet advertisements – curl -sSL https://install.pi-hole.net | bash || https://pi-hole.net/
Re: DNS servers that offer privacy and filtering
#93Earlier quoted context omitted.
Only non-cached requests go to a third party. And I don’t think there’s an easy way to prevent this unless you get a hold of all the zone files and copy in bulk. What’s nice about pi-hole is that you get one request to sites like google.com until the record expires in the cache. If you use 8.8.8.8 as your dns you might end up requesting the same domain name a bunch of times depending on how your client caches and the…
In a network of just a few computers, are there really that many cached requests? Local DNS caches will already cache short term and TTL of most domains is probably too short to get much caching beyond that.
Re: DNS servers that offer privacy and filtering
#94Another option here is DNS servers that block ads. I can't vouch for the company itself, but I have found AdGuard DNS reliable and effective, if not memorable: 176.103.130.130, 176.103.130.131 https://adguard.com/en/adguard-dns/overview.html
Run your own: https://pi-hole.net/
Re: DNS servers that offer privacy and filtering
#95Earlier quoted context omitted.
Run your own: https://pi-hole.net/
Genuine question: what benefits does this have over using a service provided for free by someone else? Privacy?