Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 support #9

Open
Sunkawakan opened this issue Dec 4, 2014 · 2 comments
Open

IPv6 support #9

Sunkawakan opened this issue Dec 4, 2014 · 2 comments

Comments

@Sunkawakan
Copy link

Hi,

After testing, seems that resolving IPv6 addresss do not work. Tried with the lastest nmcontrol version and tried using a public opennicproject DNS. IPv4 is OK, IPv6 nothing.

See this example:

pi@raspberry ~ $ namecoind name_show d/buro
{
    "name" : "d/buro",
    "value" : "{\"ip\":\"83.160.102.54\",\"ip6\":\"2001:980:608c:1:215:5dff:fe00:a301\",\"map\":{\"*\":{\"ip\":\"83.160.102.54\",\"ip6\":\"2001:980:608c:1:215:5dff:fe00:a301\"}},\"website\":\"http://SQUATTER-WEB\",\"email\":\"SQUATTER-EMAIL\",\"bitmessage\":\"BM-SQATTER-BM_ADDRESS\",\"namecoin\":\"SQUATTER-NAMECOIN-ADDRESS\",\"about\":\"bit domain reservation\"}",
    "txid" : "058e8a0147a302f8fc7ba17c32aeda4562e6702c1ebaa05a6323d2fcf2359040",
    "address" : "N7KMG9o43V8yygPLKKfhcxPE6b6EhUnkxA",
    "expires_in" : 15022
}
pi@raspberry ~ $ 
pi@raspberry ~ $ 
pi@raspberry ~ $ dig -t A buro.bit

; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> -t A buro.bit
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6397
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;buro.bit.          IN  A

;; ANSWER SECTION:
buro.bit.       300 IN  A   83.160.102.54

;; Query time: 13 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Dec  4 17:39:03 2014
;; MSG SIZE  rcvd: 50

pi@raspberry ~ $ 
pi@raspberry ~ $ 
pi@raspberry ~ $ dig -t AAAA buro.bit

; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> -t AAAA buro.bit
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54242
;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;buro.bit.          IN  AAAA

;; Query time: 12 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Dec  4 17:39:10 2014
;; MSG SIZE  rcvd: 26
@Sunkawakan Sunkawakan changed the title IPV6 support IPv6 support Dec 4, 2014
@Sunkawakan
Copy link
Author

Damn, I posted the squatter contact info on the example. Edited.

@KimJi55
Copy link

KimJi55 commented Sep 1, 2021

ขอบคุณ👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants