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

DNSサーバに対してIPv6のクエリが来るとIPv4で返している #21

Open
funa-tk opened this issue Oct 1, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@funa-tk
Copy link
Contributor

funa-tk commented Oct 1, 2019

以下のようにAAAAのクエリに対してAで返している。

% dig @localhost google.com. AAAA

; <<>> DiG 9.10.6 <<>> @localhost google.com. AAAA
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4917
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;google.com.			IN	AAAA

;; ANSWER SECTION:
google.com.		0	IN	A	172.217.26.46

;; Query time: 5 msec
;; SERVER: ::1#53(::1)
;; WHEN: Fri Sep 06 17:54:46 JST 2019
;; MSG SIZE  rcvd: 55```
@funa-tk funa-tk added the bug Something isn't working label Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant