Show HN: Which DNS servers are you pointing to?
which.nameserve.rs
Show HN: Which DNS servers are you pointing to?
1–10 of 97 posts
Re: Show HN: Which DNS servers are you pointing to?
#2This isn't a new idea ([2]), but mine supports https (hat tip to Matt Holt's certmagic [3]), is ad-free, and the source is available [4].
Let me know what you think!
[1] https://which.nameserve.rs
[2] http://www.whatsmydnsserver.com/
[3] https://github.com/caddyserver/certmagic
[4] AGPL. It is my first foray into golang. https://github.com/redirect2me/which-dns
Re: Show HN: Which DNS servers are you pointing to?
#3I kept running into DNS issues, and needed to triple-check that I was pointing to the right DNS servers, so I made this utility website that does exactly that: which-dns [1] This isn't a new idea ([2]), but mine supports https (hat tip to Matt Holt's certmagic [3]), is ad-free, and the source is available [4]. Let me know what you think! [1] https://which.nameserve.rs [2] http://www.whatsmydnsserver.com/ [3] https://…
Re: Show HN: Which DNS servers are you pointing to?
#4I kept running into DNS issues, and needed to triple-check that I was pointing to the right DNS servers, so I made this utility website that does exactly that: which-dns [1] This isn't a new idea ([2]), but mine supports https (hat tip to Matt Holt's certmagic [3]), is ad-free, and the source is available [4]. Let me know what you think! [1] https://which.nameserve.rs [2] http://www.whatsmydnsserver.com/ [3] https://…
I find this really useful! I seem to frequently run into dns weirdness. Does it work internally e.g. diagnosing dns queries on a local net?
If you want to see if a local workstation is pointing to a different public/external DNS server than the rest of your network, it should work.
[1] https://www.cloudflare.com/learning/dns/what-is-recursive-dn...
Re: Show HN: Which DNS servers are you pointing to?
#5I kept running into DNS issues, and needed to triple-check that I was pointing to the right DNS servers, so I made this utility website that does exactly that: which-dns [1] This isn't a new idea ([2]), but mine supports https (hat tip to Matt Holt's certmagic [3]), is ad-free, and the source is available [4]. Let me know what you think! [1] https://which.nameserve.rs [2] http://www.whatsmydnsserver.com/ [3] https://…
> How does it work? You make a request to a hostname with a unique prefix. All hostnames resolve to the same IP, but the DNS server records which IP address the query came from. The webserver looks for this record and returns it.
That's a smart way of detecting a user's DNS server - well done!
Is there a way to "fail" the first request and try to force the user's secondary DNS to kick in so that it can be detected too?
Re: Show HN: Which DNS servers are you pointing to?
#6Re: Show HN: Which DNS servers are you pointing to?
#7Re: Show HN: Which DNS servers are you pointing to?
#8Wow, this is such a useful tool and a clever way of finding out the DNS server. Great job!
Re: Show HN: Which DNS servers are you pointing to?
#9Page alternately returns WOODYNET @ rrdns.pch.net and CLOUDFLARENET. I like the pch.net info - it's something about Quad9 I didn't know.