This document defines some initial EDE codes. The mechanism is intended to be extensible, and additional codepoints can be registered in the "Extended DNS Errors" registry (
Section 5.2). The INFO-CODE from the EDE EDNS option is used to serve as an index into the "Extended DNS Error" IANA registry, the initial values for which are defined in the following subsections.
The error in question falls into a category that does not match known extended error codes. Implementations
SHOULD include an EXTRA-TEXT value to augment this error code with additional information.
The resolver attempted to perform DNSSEC validation, but a DNSKEY RRset contained only unsupported DNSSEC algorithms.
The resolver attempted to perform DNSSEC validation, but a DS RRset contained only unsupported Digest Types.
The resolver was unable to resolve the answer within its time limits and decided to answer with previously cached data instead of answering with an error. This is typically caused by problems communicating with an authoritative server, possibly as result of a denial of service (DoS) attack against another network. (See also Code 19.)
For policy reasons (legal obligation or malware filtering, for instance), an answer was forged. Note that this should be used when an answer is still provided, not when failure codes are returned instead. See Blocked (15), Censored (16), and Filtered (17) for use when returning other response codes.
The resolver attempted to perform DNSSEC validation, but validation ended in the Indeterminate state [
RFC 4035].
The resolver attempted to perform DNSSEC validation, but validation ended in the Bogus state.
The resolver attempted to perform DNSSEC validation, but no signatures are presently valid and some (often all) are expired.
The resolver attempted to perform DNSSEC validation, but no signatures are presently valid and at least some are not yet valid.
A DS record existed at a parent, but no supported matching DNSKEY record could be found for the child.
The resolver attempted to perform DNSSEC validation, but no RRSIGs could be found for at least one RRset where RRSIGs were expected.
The resolver attempted to perform DNSSEC validation, but no Zone Key Bit was set in a DNSKEY.
The resolver attempted to perform DNSSEC validation, but the requested data was missing and a covering NSEC or NSEC3 was not provided.
The resolver is returning the SERVFAIL RCODE from its cache.
The server is unable to answer the query, as it was not fully functional when the query was received.
The server is unable to respond to the request because the domain is on a blocklist due to an internal security policy imposed by the operator of the server resolving or forwarding the query.
The server is unable to respond to the request because the domain is on a blocklist due to an external requirement imposed by an entity other than the operator of the server resolving or forwarding the query. Note that how the imposed policy is applied is irrelevant (in-band DNS filtering, court order, etc.).
The server is unable to respond to the request because the domain is on a blocklist as requested by the client. Functionally, this amounts to "you requested that we filter domains like this one."
An authoritative server or recursive resolver that receives a query from an "unauthorized" client can annotate its REFUSED message with this code. Examples of "unauthorized" clients are recursive queries from IP addresses outside the network, blocklisted IP addresses, local policy, etc.
The resolver was unable to resolve an answer within its configured time limits and decided to answer with a previously cached NXDOMAIN answer instead of answering with an error. This may be caused, for example, by problems communicating with an authoritative server, possibly as result of a denial of service (DoS) attack against another network. (See also Code 3.)
An authoritative server that receives a query with the Recursion Desired (RD) bit clear, or when it is not configured for recursion for a domain for which it is not authoritative,
SHOULD include this EDE code in the REFUSED response. A resolver that receives a query with the RD bit clear
SHOULD include this EDE code in the REFUSED response.
The requested operation or query is not supported.
The resolver could not reach any of the authoritative name servers (or they potentially refused to reply).
An unrecoverable error occurred while communicating with another server.
The authoritative server cannot answer with data for a zone it is otherwise configured to support. Examples of this include its most recent zone being too old or having expired.