Live data from Hacker News

Ask HN: Neutral DNS servers?

news.ycombinator.com

1–10 of 99 posts

Ask HN: Neutral DNS servers?

#1
Hi HN - Here’s a question that I hope will generate some useful comments, suggestions and links.

Background for question: I normally run an internal DNS resolver with an upstream pool of 10-15 providers. These are normally a mix of Global Anycast servers (Quad9 etc) with some OpenNIC, YandexDNS etc thrown in towards the end to cover the ‘chilling effects’ blackholes.

Currently Yandex DNS is pinging a timeout (either due to black-holing or DDOS’ing depending on where I connect To/From).

My question to HN is this – Given my ‘Information Wants To Be Free’ viewpoint, are there any DNS equivalents of Switzerland (WWII, Neutral to all parties) providers?

Re: Ask HN: Neutral DNS servers?

#3

You could just run a recursive resolver yourself by using the root hints. You don't need to delegate your DNS queries onto a third-party resolver like Quad9. https://www.iana.org/domains/root/files

Thanks for that, appreciated. I'll be honest- I'm just a 'little guy' in the food chain so I always figured that doing something like that was for the ISP level folks One quick question though - After taking a quick skim of it the list seems to be extremely 'Western-Centric' (reference link https://www.internic.net/domain/named.root)

Re: Ask HN: Neutral DNS servers?

#4

You could just run a recursive resolver yourself by using the root hints. You don't need to delegate your DNS queries onto a third-party resolver like Quad9. https://www.iana.org/domains/root/files

Thanks for that, appreciated. I'll be honest- I'm just a 'little guy' in the food chain so I always figured that doing something like that was for the ISP level folks One quick question though - After taking a quick skim of it the list seems to be extremely 'Western-Centric' (reference link https://www.internic.net/domain/named.root )

The root servers are anycasted. Each one of those root server IPs corresponds to N physical servers at diverse networks / locations all over the world.

Re: Ask HN: Neutral DNS servers?

#6
post #5

ControlD, DNS.sb and LibreDNS for instance. The latter two are open source. I think non-disciminating DNS providers are rather the norm and not an exception though.

Really?

Then your experience differs greatly from mine (EU based). My usual mix of 'fastest anycast' upstreams’ are reliably black-holing a lot of .ru domains right now

(Rightly or wrongly is a ‘nother question for a ‘nother day).

P.S, YMMV and obviously does :)

Re: Ask HN: Neutral DNS servers?

#7
post #5

ControlD, DNS.sb and LibreDNS for instance. The latter two are open source. I think non-disciminating DNS providers are rather the norm and not an exception though.

Really? Then your experience differs greatly from mine (EU based). My usual mix of 'fastest anycast' upstreams’ are reliably black-holing a lot of .ru domains right now (Rightly or wrongly is a ‘nother question for a ‘nother day). P.S, YMMV and obviously does :)

Could you give a couple of examples of the black holing you've seen?

Re: Ask HN: Neutral DNS servers?

#10
>My question to HN is this – Given my ‘Information Wants To Be Free’ viewpoint, are there any DNS equivalents of Switzerland (WWII, Neutral to all parties) providers?

Presumably the root and authoritative servers. Which is why I use a local recursive resolver rather than any upstream/third party resolvers.

You should try it. It's easy and fun!

Post reply on HN