Live data from Hacker News

Show HN: Ip6.name – A DNS record for any IPv6 address

ip6.name

1–4 of 4 posts

Re: Show HN: Ip6.name – A DNS record for any IPv6 address

#2
Announcement: https://blog.tho.ms/network/2017/02/25/ip6-name-dns-record-a...

I had the idea when I needed a TLS certificate for a system without a global DNS record. I recalled that http://xip.io/ exists for IPv4, but didn't find something similar for IPv6. So I had to do it myself :-)

Re: Show HN: Ip6.name – A DNS record for any IPv6 address

#4
post #3

These names are incompatible with the "host" command-line utility, probably because looking up the A record returns NXDOMAIN instead of NOERROR. NXDOMAIN means "this name doesn't exist, so don't bother asking for other record types."

Thanks for the feedback, I somehow missed that mistake. As a quick fix the server now returns NOERROR for both unknown records and names. That's still not 100% correct, but better than nothing.