mwarning / KadNode

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
MIT License
413 stars 75 forks source link

kadnode-ctl lookup only shows IPv4 results #89

Closed zciendor closed 6 years ago

zciendor commented 6 years ago

I noticed that kadnode-ctl lookup only displays IPv4 results. However, ping6 works as expected and resolves IPv6 addresses correctly for the given .p2p domain. So it's not a general problem with the kadnode daemon. It's rather just the kadnode-ctl command line tool which doesn't list IPv6 addresses.

mwarning commented 6 years ago

A curious case. Is the IPv6 address you expect a public or a private address?

zciendor commented 6 years ago

A public one.

mwarning commented 6 years ago

should be fixed now.

mwarning commented 6 years ago

I close this ticket for now. Please reopen if the problem persists.