[Bug 46402] DnsQuery_W fails for DNS_TYPE_ANY

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 4 04:05:07 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46402

--- Comment #3 from Hans Leidekker <hans at meelstraat.net> ---
(In reply to Hans Leidekker from comment #2)
> Created attachment 63167 [details]
> test
> 
> Here's a test for DNS_TYPE_ANY. It succeeds on my Debian machine as well the
> Windows VMs on the testbot. It fails on the Debian testbot VM with
> DNS_ERROR_RCODE_NOT_IMPLEMENTED.

Looks like the ANY query is being deprecated, cf.
https://blog.cloudflare.com/deprecating-dns-any-meta-query-type/

This implies that you will also see these failures on Windows, depending on
which DNS server you ask:

CloudFlare DNS:

$ dig @1.1.1.1 -t any winehq.org

; <<>> DiG 9.10.3-P4-Debian <<>> @1.1.1.1 -t any winehq.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOTIMP, id: 8725
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;winehq.org.            IN    ANY

Google DNS:

$ dig @8.8.8.8 -t any winehq.org

; <<>> DiG 9.10.3-P4-Debian <<>> @8.8.8.8 -t any winehq.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26597
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;winehq.org.            IN    ANY

;; ANSWER SECTION:
winehq.org.        3788    IN    HINFO    "ANY obsoleted" "See
draft-ietf-dnsop-refuse-any"

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list