Using the domain test at https://dnsflagday.net reports that our domains (hosted at several different DNS companies) all fail with this (note the edns512tcp=reset
):
xxxxxxxxx.com. @98.124.243.3 (dns5.name-services.com.): dns=ok edns=ok edns1=ok edns@512=ok ednsopt=ok edns1opt=ok do=ok ednsflags=ok docookie=ok edns512tcp=reset optlist=ok,nsid (pdns12.dns.sjl.prod.tucows.net)
The Following Tests Failed
EDNS - over TCP Response (edns@512tcp)
dig +vc +nocookie +norec +noad +edns +dnssec +bufsize=512 dnskey zone @server
expect: NOERROR
expect: OPT record with version set to 0
See RFC5966 and See RFC6891
Codes
ok - test passed.
nsid - NSID supported [RFC5001].
reset - TCP connection reset.
But there are no actions explained by the site, and web searches are not making this any clearer.
It seems to be saying it doesn't expect reset
? dig
shows the domains all reply with the following, which is required:
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 1452
What is the DNS flag day tester trying to tell me is wrong? And is there anything I can do to fix it, or is it a problem with our authoritative DNS host?