Domain does not have IPv6 configured, but DNS query should return with NOERROR and empty result?
Google DNS with DNSSEC disabled (+cd) works correctly, same for @2001:4860:4860::8888:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8642
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
; EDNS: version: 0, flags:; udp: 512
;; SERVER: 8.8.4.4#53(8.8.4.4)
;; WHEN: Mon May 23 14:27:39 CEST 2016
Google DNS with DNSSEC fails with SERVFAIL, same for @2001:4860:4860::8888:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 49525
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
; EDNS: version: 0, flags:; udp: 512
;; SERVER: 8.8.4.4#53(8.8.4.4)
;; WHEN: Mon May 23 14:29:16 CEST 2016
OpenDNS and Level 3 works fine with both DNSSEC enabled and disabled:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54296
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
; EDNS: version: 0, flags:; udp: 4096
;; SERVER: 208.67.220.220#53(208.67.220.220)
;; WHEN: Mon May 23 14:30:48 CEST 2016
Any ideas?
Arjen