Does NMControl support AAAA .bit queries ?

Namecoin, NMControl
Post Reply
grewalsatinder
Posts: 10
Joined: Mon May 09, 2016 8:43 am

Does NMControl support AAAA .bit queries ?

Post by grewalsatinder »

I just tested NMControl on my MacbookPro, and was able to visit nx.bit website. But that's IPv4.

What if I set my .bit domain with IPv6 address as per NMC specifications, will that resolve that IPv6 with AAAA queries towards .bit domain?

Example: dig AAAA mydomain.bit

Satinder

cassini
Posts: 336
Joined: Sun May 26, 2013 6:36 pm

Re: Does NMControl support AAAA .bit queries ?

Post by cassini »

It seems there is a bug in NMControl as AAAA queries always lead to empty results. It does contain some code in pluginNamespaceDomain.py and namecoindns.py that looks for the "AAAA" type, though. This bug must have been around for quite some time, see https://github.com/namecoin/nmcontrol/issues/20

Calum McAlinden's Namecoin To Zonefile correctly answers ip6-related requests. Choose one of the OpenNIC servers for experiments, e.g.

Code: Select all

nslookup AAAA bithunt.bit 193.183.98.154
Be aware that this method is not anonymous. All the queries eventually make it to OpenNICs only .bit resolving server which is run by Calum himself.

Post Reply