PacketProxy icon indicating copy to clipboard operation
PacketProxy copied to clipboard

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

Open funa-tk opened this issue 5 years ago • 0 comments

以下のように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 avatar Oct 01 '19 10:10 funa-tk