| Internet-Draft | DNS EDE option for rate-limited queries | February 2026 |
| Sivaraman | Expires 27 August 2026 | [Page] |
This memo documents EDNS Extended DNS Errors INFO-CODE values for rate-limited and over-quota conditions.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 27 August 2026.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
DNS nameservers return EDNS Extended DNS Errors options [RFC8914] in query responses to provide extra details about the result of DNS query processing. This memo documents EDNS Extended DNS Errors INFO-CODE values to be returned when rate-limiting is performed, or an over-quota condition is reached.¶
When DNS queries or transactions are rate-limited, e.g., due to the effect of DNS Response Rate Limiting [RRL] or client IP-address based rate limiting, nameservers may return RCODE=REFUSED or return truncated responses possibly with an empty answer section depending on the implementation. In such responses, nameservers MAY include an EDNS Extended DNS Error option with the INFO-CODE set to "Rate Limited" as provided in Section 6.¶
When DNS queries or transactions cause an over-quota condition such as when the count of DNS UPDATEs allowed for a customer have breached a limit, nameservers may return failures. In such responses, nameservers MAY include an EDNS Extended DNS Error option with the INFO-CODE set to "Over Quota" as provided in Section 6.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
There are no security considerations.¶
IANA is requested to allocate the following code point in the "Extended DNS Error Codes" registry in the "Domain Name System (DNS) Parameters" registry group.¶
| INFO-CODE | Purpose | Reference |
|---|---|---|
| TBD | Rate Limited | See Section 2. |
| TBD | Over Quota | See Section 3. |