HNSDoH
HNSDoH is a public DNS resolver that supports Handshake domains
HNSDoH provides a public DNS resolver with Handshake support available from multiple IP addresses for stability. You can get an up to date list of IP addresses from the HNSDoH website.
Once you've configured HNSDoH you can visit Handshake domains directly in your browser (i.e. try visiting nathan.woodburn/ once you've configured HNSDoH). You can also use HNSDoH programmatically in applications to query Handshake domains just like you would use a traditional DNS resolver like Cloudflare's 1.1.1.1 or Google's 8.8.8.8.
DNS-over-HTTPS (DoH)
HNSDoH offers DNS-over-HTTPS resolvers with support for wireformat queries available at:
You can use knot dns utils to query HNSDoH easily:
You can use curl's DoH flag to query Handshake endpoints in shell scripts easily:
DNS-over-TLS (DoT)
HNSDoH also offers DNS-over-TLS resolvers available at: hnsdoh.com:853
Using HNSDoH in Node.js
Here's an example on how to query the DoH resolver in Node.js. Note that you must install the dohjs package first.
Last updated