<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-structured-dns-error-26" category="std" consensus="true" submissionType="IETF" updates="8914" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Structured DNS Error">Structured Error Data for Filtered DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-structured-dns-error-26"/>
    <author fullname="Dan Wing">
      <organization abbrev="Citrix">Citrix Systems, Inc.</organization>
      <address>
        <postal>
          <country>United States of America</country>
        </postal>
        <email>danwing@gmail.com</email>
      </address>
    </author>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <author fullname="Neil Cook">
      <organization>Open-Xchange</organization>
      <address>
        <postal>
          <country>United Kingdom</country>
        </postal>
        <email>neil.cook@noware.co.uk</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <postal>
          <street>Rennes</street>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="19"/>
    <area>Internet</area>
    <workgroup>DNS Operations Working Group</workgroup>
    <keyword>Customer experience</keyword>
    <keyword>Informed decision</keyword>
    <keyword>transparency</keyword>
    <keyword>enriched feedback</keyword>
    <abstract>
      <?line 82?>

<t>DNS filtering is widely deployed for various reasons, including
network security and policy enforcement. However, filtered DNS responses lack structured information
for end users to understand the reason for the filtering.
Existing mechanisms to provide explanatory details to end users cause harm
especially if the blocked DNS response is for HTTPS resources.</t>
      <t>This document updates RFC 8914 by signaling client support for structuring the EXTRA-TEXT field of
the Extended DNS Error to provide details on the DNS filtering. Such
details can be parsed by the client and displayed, logged, or used for
other purposes.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-dnsop.github.io/draft-ietf-dnsop-structured-dns-error/draft-ietf-dnsop-structured-dns-error.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-dnsop-structured-dns-error/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        dnsop Working Group mailing list (<eref target="mailto:dnsop@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dnsop/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dnsop/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-dnsop/draft-ietf-dnsop-structured-dns-error"/>.</t>
    </note>
  </front>
  <middle>
    <?line 95?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>DNS filters are deployed for a variety of reasons, e.g., endpoint
security, parental filtering, and filtering required by law
enforcement. Network-based security solutions such as firewalls and
Intrusion Prevention Systems (IPS) rely upon network traffic
inspection to implement perimeter-based security policies and operate
by filtering DNS responses. In a home network, DNS filtering is used for the
same reasons as above and additionally for parental control. Internet
Service Providers (ISPs) typically block access to some DNS domains due to a
requirement imposed by an external entity (e.g., law enforcement
agency) also performed using DNS-based content filtering.</t>
      <t>End users or network administrators leveraging DNS services that perform filtering may wish to receive more
explanatory information about such a filtering to resolve problems with the filter
-- for example, to contact the DNS service administrator to allowlist a DNS domain that
was erroneously filtered or to understand the reason a particular
domain was filtered. With that information, they can choose
to use another network, open a trouble ticket with the DNS service administrator to
resolve erroneous filtering, log the information, etc.</t>
      <t>For the DNS filtering mechanisms described in <xref target="existing-techniques"/>, the DNS
server can return extended error codes Blocked, Filtered, Censored, or
Forged Answer defined in <xref section="4" sectionFormat="of" target="RFC8914"/>. However, these codes
only explain that filtering occurred but lack detail for the user to
diagnose erroneous filtering.</t>
      <t>No matter which type of response is generated (forged IP address(es),
NXDOMAIN or empty answer, even with an extended error code), the end user
who triggered the DNS query has little chance to understand which
entity filtered the query, how to report a mistake in the filter, or
why the entity filtered it at all. This document describes a mechanism
to provide such detail.</t>
      <t>As noted in <xref section="6" sectionFormat="of" target="RFC7754"/>, promptly informing the endpoint that blocking has occurred provides necessary transparency to redress any errors, particularly as they relate to collateral damage introduced by errant filters.</t>
      <t>One of the other benefits of the approach described in this document is to eliminate the need to
"spoof" block pages for HTTPS resources. This is achieved since
clients implementing this approach would be able to display a
meaningful error message, and would not need to connect to such a
block page. This approach thus avoids the need to install a local root
certificate authority on end-user devices.</t>
      <t>This document describes a format for machine-readable data in the
EXTRA-TEXT field of <xref target="RFC8914"/>. The document updates <xref section="2" sectionFormat="of" target="RFC8914"/>, which
says the information in EXTRA-TEXT field is intended for human
consumption (not automated parsing).</t>
      <t>This document does not recommend DNS filtering but provides a
mechanism for better transparency to explain to the end users why some DNS
queries are filtered.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>This document uses terms defined in DNS Terminology <xref target="RFC9499"/>.</t>
      <t>"Encrypted DNS" refers to any encrypted scheme to convey DNS messages,
for example, DNS over HTTPS (DoH) <xref target="RFC8484"/>, DNS over TLS (DoT) <xref target="RFC7858"/>, or
DNS over QUIC (DoQ) <xref target="RFC9250"/>.</t>
      <t>The document refers to an Extended DNS Error (EDE) using its purpose, not its
INFO-CODE as per Table 3 of <xref target="RFC8914"/>. "Forged Answer",
"Blocked", "Censored", and "Filtered" are thus used to refer to "Forged Answer (4)",
"Blocked (15)", "Censored (16)", and "Filtered (17)".</t>
      <t>In this document, "client security policy evaluation" refers to implementation-defined
decision-making performed by the DNS client or consuming application (e.g., web
browser) to
determine how, or whether, structured error information is used, displayed,
or acted upon.</t>
      <t>Structured DNS Error (SDE) is an EDNS(0) option indicating support for structured encoding of the EXTRA-TEXT field. See also <xref target="SDE"/>.</t>
      <t>"DNS administrator" refers to the party responsible for operating
and configuring the DNS server, including the definition of
filtering policies.</t>
      <t>"IT/InfoSec team" refers to the organizational team responsible
for receiving and handling end-user reports of misclassified DNS
filtering, including decisions on allowlisting domains or revising
filtering policies.</t>
    </section>
    <section anchor="existing-techniques">
      <name>DNS Filtering Techniques and Their Limitations</name>
      <t>DNS responses can be filtered by sending, e.g., a bogus (also called
"forged") response, NXDOMAIN error, or empty answer. Also, clients can be informed that filtering occurred by sending an
Extended DNS Error code defined in <xref target="RFC8914"/>. Each of these
methods have limitations that are discussed in the following subsections.</t>
      <section anchor="forged-responses">
        <name>Forged Responses</name>
        <t>The DNS response is forged to provide a list of IP addresses that
points to an HTTP(S) server alerting the end user about the reason for
blocking access to the requested domain (e.g., malware). If the host component <xref target="RFC3986"/>
of an HTTP URL is blocked, the network security device
(e.g., Customer Premises Equipment (CPE) or firewall) presents a block page instead of the HTTP
response from the content provider hosting that domain. This works successfully with HTTP.</t>
        <t>If this is an HTTPS URL, the network security device attempts to serve the block page over HTTPS.  In order to return a block page over HTTPS, the network security device uses a locally
generated root certificate and corresponding key pair. The local root certificate is
installed on the endpoint while the network security device stores a copy of the private key.
During the TLS handshake, the on-path network security device modifies the certificate
provided by the server and (re)signs it using the private key from the local root
certificate.</t>
        <t>Note that:</t>
        <ul spacing="normal">
          <li>
            <t>In deployments where a client is DNSSEC-aware and performs its own validation
   (DO=1), this approach becomes ineffective because DNSSEC
ensures the integrity and authenticity of DNS responses, preventing forged DNS
responses from being accepted.</t>
          </li>
          <li>
            <t>The HTTPS server hosted on the network security device will have access to the
client's IP address, the hostname, and the URL path component of the request. This information will be sensitive, as it will expose the end user's identity and the specific resource that an end user attempted to access.</t>
          </li>
          <li>
            <t>Configuring a local root certificate on endpoints is
not a viable option in several deployments like home networks,
schools, Small Office/Home Office (SOHO), or Small/Medium
Enterprise (SME). In these cases, the typical behavior is that
the filtered DNS response points to a server that will display
the block page. If the client is using HTTPS (via a web browser or
another application) this results in a certificate validation
error which gives no information to the end user about the reason
for the DNS filtering.</t>
          </li>
          <li>
            <t>Enterprise networks do not always assume that all the connected devices
are managed by the IT team or Mobile Device Management (MDM)
devices, especially in the quite common Bring Your Own Device
(BYOD) scenario. In addition, the local root certificate cannot
be installed on IoT devices without a device management tool.</t>
          </li>
          <li>
            <t>An end user does not know why the connection was prevented and,
consequently, may repeatedly try to reach the domain but with no
success. Frustrated, the end user may switch to an alternate
network that offers no DNS filtering against malware and
phishing, potentially compromising both security and
privacy. Furthermore, certificate errors train end users to click
through certificate errors, which is a bad security practice. To
eliminate the need for an end user to click through certificate
errors, an end user may manually install a local root certificate
on a host device. Doing so, however, is also a bad security
practice as it creates a security vulnerability that may be
exploited by a MITM attack. When a manually installed local root
certificate expires, the end user has to (again) manually install the
new local root certificate.</t>
          </li>
        </ul>
      </section>
      <section anchor="forged-nxdomain-answer">
        <name>Forged NXDOMAIN Answer</name>
        <t>The DNS response is forged to provide an NXDOMAIN answer, causing the DNS lookup to fail. This approach is incompatible with DNSSEC when the client performs validation, as the forged response will fail DNSSEC checks. However, in deployments where the client relies on the DNS server to perform DNSSEC validation, a filtering DNS server can forge an NXDOMAIN response for a valid domain, and the client will trust it. This undermines the integrity guarantees of DNSSEC, as the client has no way to distinguish between a genuine and a forged response. Further, the end user may not understand why a domain cannot be reached and may repeatedly attempt access without success. Frustrated, the end user may resort to using insecure methods to reach the domain, potentially compromising both security and privacy.</t>
      </section>
      <section anchor="extended-error-codes-edes">
        <name>Extended Error Codes (EDEs)</name>
        <t>The extended error codes Blocked and Filtered defined in
<xref section="4" sectionFormat="of" target="RFC8914"/> can be returned by a DNS server to provide
additional information about the cause of a DNS error.
These extended error codes do not suffer from the limitations
discussed in bullets (1) and (2), but the user still does not know the
exact reason nor is aware of the exact entity blocking the
access to the domain. For example, a DNS server may block access to a
domain based on the content category such as "Malware" to protect the
endpoint from malicious software, "Phishing" to prevent the end user from
revealing sensitive information to the attacker, etc. An end user may need to
know the contact details of the IT/InfoSec team to raise a complaint.
Further, the information conveyed by <xref target="RFC8914"/> is intended for
diagnostic purposes and is not structured for automated processing,
localization, or extensibility.</t>
        <t>This document defines a structured,
machine-readable format for conveying such details in the EXTRA-TEXT
field, enabling clients to process the information programmatically
and present it to end users (e.g., with localization support), while
allowing for extensibility and more granular, client security
policy-driven handling of the information. This specification requires
that clients only act upon such information when it is received
over an integrity-protected DNS response.</t>
      </section>
    </section>
    <section anchor="name-spec">
      <name>I-JSON in EXTRA-TEXT Field</name>
      <section anchor="json-names">
        <name>JSON Names</name>
        <t>DNS servers that are compliant with this specification and have received an indication that the client also supports this specification as per <xref target="client-request"/> send data in the EXTRA-TEXT field <xref target="RFC8914"/> as a JSON object encoded using the Internet JSON (I-JSON) message format <xref target="RFC7493"/>.</t>
        <t>This document defines the following JSON names:</t>
        <dl>
          <dt>c: (contact)</dt>
          <dd>
            <t>The contact details of the IT/InfoSec team to report misclassified
DNS filtering. This information is important for transparency and also to ease unblocking a legitimate domain name that got blocked due to wrong classification.</t>
          </dd>
          <dt/>
          <dd>
            <t>The field is a JSON array of contact URIs. When multiple contact details are provided, each contact URI is
represented as a separate array element in the JSON array.</t>
          </dd>
          <dt/>
          <dd>
            <t>Contact URIs conveyed in the "c" field <bcp14>MUST</bcp14> use URI schemes registered in <xref target="IANA-Contact"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is optional.</t>
          </dd>
          <dt>j: (justification)</dt>
          <dd>
            <t>'UTF-8'-encoded <xref target="RFC5198"/> human-readable explanation for the DNS
filtering decision.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is particularly useful when no applicable sub-error code
is defined or provided for the returned Extended DNS Error.</t>
          </dd>
          <dt/>
          <dd>
            <t>The information conveyed in this field <bcp14>MUST NOT</bcp14> be used as input to
automated processing that affects security policy enforcement or DNS
protocol behavior.</t>
          </dd>
          <dt/>
          <dd>
            <t>The DNS client determines, according to its client security policy,
whether the contents of this field are displayed to the end user,
logged, or ignored.</t>
          </dd>
          <dt/>
          <dd>
            <t>Returning non-UTF-8 data, syntactically invalid content, or
deliberately meaningless values (including empty strings) indicates that
a DNS server is misbehaving.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is optional.</t>
          </dd>
          <dt>s: (sub-error)</dt>
          <dd>
            <t>An integer representing the sub-error code for this particular DNS filtering case.</t>
          </dd>
          <dt/>
          <dd>
            <t>The integer values are defined in the IANA-managed registry for Extended DNS Sub-Error Codes in <xref target="IANA-SubError"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is optional.</t>
          </dd>
          <dt/>
          <dd>
            <t>When multiple blocking causes apply simultaneously
(e.g., a domain is blocked for both malware and phishing reasons),
a single SDE response is returned. If "s" is supplied, then the "s" field <bcp14>MUST</bcp14> convey the
primary blocking cause. In such case, the "j" field <bcp14>MUST</bcp14> be used to provide
additional context describing all applicable causes.</t>
          </dd>
          <dt>o: (organization)</dt>
          <dd>
            <t>'UTF-8'-encoded human-friendly name of the organization that filtered this particular DNS query.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is optional.</t>
          </dd>
          <dt>l: (language)</dt>
          <dd>
            <t>The "l" field indicates the language used for the JSON-encoded "j" and "o" fields.  The value of this field <bcp14>MUST</bcp14> conform to the
language tag syntax specified in <xref section="2.1" sectionFormat="of" target="RFC5646"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>This field is <bcp14>REQUIRED</bcp14> when either the "j" or "o" fields are present.</t>
          </dd>
        </dl>
        <t>The text in the "j" and "o" names can include international
characters. The text will be in natural language, chosen by the DNS administrator
to match its expected audience.</t>
        <t>The "o" field <bcp14>MAY</bcp14> be displayed to end users, subject to the conditions described in <xref target="security"/>.</t>
        <t>To avoid exceeding the maximum EDNS0 size <xref target="RFC9715"/>, the generated JSON values <bcp14>SHOULD</bcp14> be as short as
possible: concise text in the values for the "j"
and "o" names, and minified JSON (that is, without spaces or line
breaks between JSON elements). Otherwise, there is a risk that the response will get fragmented.</t>
        <t>The JSON data can be parsed to display to the user, logged, or
otherwise used to assist troubleshooting and diagnosis of DNS filtering.</t>
        <t>The sub-error codes provide a structured way to communicate more detailed and precise description of the cause of an error (e.g., distinguishing between malware-related blocking and phishing-related blocking under the general blocked error).</t>
        <ul empty="true">
          <li>
            <t>An alternate design for conveying the sub-error would be to define new EDE codes for these errors. However, such design is suboptimal because it requires replicating an error code for each EDE code to which the sub-error applies (e.g., "Malware" sub-error in <xref target="reg"/> would consume three EDE codes).</t>
          </li>
        </ul>
      </section>
      <section anchor="future-json-names-requirements">
        <name>Future JSON Names Requirements</name>
        <t>New JSON names may be defined in the future (see also <xref target="IANA-Names"/>). This section specifies the requirements to take into account for such names.</t>
        <t>New JSON names <bcp14>MUST</bcp14> consist only of lower-case ASCII characters, digits,
and hyphen-minus (that is, Unicode characters U+0061 through 007A,
U+0030 through U+0039, and U+002D). Also, these names <bcp14>MUST</bcp14> be 63
characters or shorter and it is <bcp14>RECOMMENDED</bcp14> they be as short as
possible to reduce contribution to exceeding maximum EDNS0 response
size. Refer to <xref target="RFC9715"/> for a discussion on IP fragmentation avoidance in DNS.</t>
      </section>
    </section>
    <section anchor="protocol-operation">
      <name>Protocol Operation</name>
      <section anchor="client-request">
        <name>Client Generating Request</name>
        <t>When generating a DNS query, a client that supports this specification
<bcp14>SHOULD</bcp14> include the Structured DNS Error (SDE) option defined in <xref target="SDE"/>, unless instructed by local policy otherwise.
The query should be sent over an encrypted DNS transport.</t>
        <t>The presence of the SDE option indicates that the client desires the
DNS server to include an EDE option in the DNS response when DNS
filtering is performed and that any data conveyed in the EXTRA-TEXT
field of the EDE option is encoded in accordance with
this specification.</t>
      </section>
      <section anchor="server-response">
        <name>Server Generating Response</name>
        <t>When the DNS server filters its DNS response to a
query (e.g., A or AAAA resource record query), the DNS response <bcp14>MAY</bcp14> contain an empty answer, NXDOMAIN, or (less
ideally) forged response, as desired by the DNS
server.</t>
        <t>If the query contained the SDE EDNS option (<xref target="client-request"/>), and the DNS server returns an EDE code of "Blocked", "Filtered", "Censored", or "Blocked by Upstream DNS Server", the DNS server <bcp14>SHOULD</bcp14> include additional detail in the EXTRA-TEXT field encoded as structured and machine-readable data in accordance with the present specification, unless configured otherwise. If the DNS response is sent over UDP and including the additional detail would cause the response to exceed the EDNS0 size
<xref target="RFC9715"/> (and thus setting TC=1), the server <bcp14>MUST</bcp14> first attempt to reduce the response size by omitting the "j" and "o" fields before omitting the EXTRA-TEXT entirely. In deployments using DoT, DoH, or DoQ, transport size limitations are unlikely to necessitate omission of structured data in the EXTRA-TEXT field.</t>
        <t>If the SDE option was not present in the DNS request, the DNS server <bcp14>MUST</bcp14> process the request in accordance with <xref target="RFC8914"/> and <bcp14>MUST NOT</bcp14> assume that the client supports this specification. This preserves compatibility with clients and servers that implement <xref target="RFC8914"/> but do not support this specification.</t>
        <t>Servers <bcp14>MAY</bcp14> return small TTL values in filtered DNS
responses (e.g., 10 seconds) to handle domain category and reputation
updates. Short TTLs allow for quick adaptation to dynamic changes in domain filtering decisions,
but can result in increased query traffic. In cases where updates are less frequent,
TTL values of 30 to 60 seconds might provide a better balance, reducing server load while
still ensuring reasonable flexibility for updates.</t>
        <t>If the query includes the SDE option as per <xref target="client-request"/>, the server <bcp14>MUST
NOT</bcp14> return the "Forged Answer" extended error code because the client
can take advantage of EDE's more sophisticated error reporting (e.g.,
"Filtered" or "Blocked").  Continuing to send "Forged
Answer" even to an EDE-supporting client will cause the persistence of
the drawbacks described in <xref target="existing-techniques"/>.</t>
        <t>When the "Censored" extended error code is included in the DNS response,
the "c", "j", "o", and "l" fields may be conveyed in the EXTRA-TEXT field.
The sub-error codes defined in this specification are not applicable to
the "Censored" extended error code and <bcp14>MUST NOT</bcp14> be used in conjunction with it.
Future specifications may update this behavior by defining sub-error codes
applicable to "Censored".</t>
      </section>
      <section anchor="client-processing">
        <name>Client Processing Response</name>
        <t>On receipt of a DNS response with an EDE option from a
DNS server, the following ordered actions are performed on the EXTRA-TEXT
field:</t>
        <ol spacing="normal" type="1"><li>
            <t>If the the response is not received over an encrypted DNS transport, the
DNS client <bcp14>MUST NOT</bcp14> act upon data in the EXTRA-TEXT field, as the data
is vulnerable  to
modification by an on-path attacker. An attacker can inject or
modify a structured DNS error response in transit without detection,
enabling fabrication of filtering information (e.g., misleading contact
information or false resolver identity information) that appears to
originate from the resolver. The data <bcp14>MAY</bcp14> be retained for diagnostic or
client security policy evaluation purposes.</t>
          </li>
          <li>
            <t>The DNS response <bcp14>MUST</bcp14> also contain an EDE code of
"Blocked by Upstream DNS Server", "Blocked", "Censored", or "Filtered" <xref target="RFC8914"/>,
otherwise the EXTRA-TEXT field is discarded.</t>
          </li>
          <li>
            <t>Servers that do not support this specification might use plain text in the
EXTRA-TEXT field. To ensure compatibility with those, DNS clients <bcp14>SHOULD</bcp14> handle both plaintext and structured content. The client attempts to parse the EXTRA-TEXT field as I-JSON. If parsing fails or the content is not valid I-JSON, the client <bcp14>MUST</bcp14> treat the data as invalid and <bcp14>MUST NOT</bcp14> process it according to this specification. The client <bcp14>MAY</bcp14> instead process the EXTRA-TEXT field as unstructured text as specified in <xref target="RFC8914"/>.</t>
          </li>
          <li>
            <t>If the JSON object contains an "s" field and the sub-error code
is not defined as applicable to the accompanying Extended DNS Error
(EDE) code, the client <bcp14>MUST</bcp14> ignore the value of the "s" field
and continue processing the remaining fields in accordance with this
specification.</t>
          </li>
          <li>
            <t>If the EXTRA-TEXT field does not contain at least one of the JSON
names "c", "j", or "s", or if all of the fields that are present have
empty values, the entire JSON object <bcp14>MUST</bcp14> be discarded.</t>
          </li>
          <li>
            <t>If the JSON object contains a "c" field any of its Contact URIs
with schemes not registered in the <xref target="IANA-Contact"/> registry are
ignored. Remaining Contact URIs using registered schemes can be
processed.</t>
          </li>
          <li>
            <t>If the identity of the DNS server cannot be verified (e.g., when
using opportunistic privacy such as <xref section="5" sectionFormat="of" target="RFC8310"/> or opportunistic discovery <xref target="RFC9462"/>), the DNS client <bcp14>MUST</bcp14> ignore the "c", "j", and "o" fields, as these fields may influence end user behavior and are vulnerable to active attacks in the absence of resolver authentication. If the DNS response was received over an encrypted connection without server authentication, the client <bcp14>MAY</bcp14> process the "s" field and other parts of the response, as the "s" field is a registry-defined, enumerated value and does not contain free-form text.</t>
          </li>
          <li>
            <t>If the DNS client uses an authenticated connection to the DNS server (e.g., when
using a strict privacy profile for DoT (<xref section="5" sectionFormat="of" target="RFC8310"/>) or an authenticated DoH or DoQ connection), this mitigates both passive eavesdropping and client redirection (at the expense of providing no DNS service if such a connection is not available). In such cases, the DNS client <bcp14>MAY</bcp14> process the EXTRA-TEXT field of the DNS response.</t>
          </li>
          <li>
            <t>The DNS client <bcp14>MUST</bcp14> ignore any other JSON names that it does not support.</t>
          </li>
        </ol>
        <ul empty="true">
          <li>
            <t>Note that the strict and opportunistic privacy profiles as defined in <xref target="RFC8310"/> only apply to DoT; there has been
no such distinction made for DoH.</t>
          </li>
        </ul>
      </section>
      <section anchor="SDE">
        <name>Structured DNS Error (SDE) EDNS(0) Option Format</name>
        <t>The Structured DNS Error (SDE) EDNS(0) option is used by a client to
indicate support for I-JSON encoding in the EXTRA-TEXT field of an
Extended DNS Error (EDE) option.</t>
        <t>The SDE option has no OPTION-DATA. The OPTION-LENGTH field <bcp14>MUST</bcp14>
be set to 0. A server receiving an SDE option with a non-zero
OPTION-LENGTH <bcp14>MUST</bcp14> silently ignore the OPTION-DATA.</t>
        <t>The presence of the SDE option in a query indicates that the client
supports processing the EXTRA-TEXT field in accordance with this
specification.</t>
      </section>
    </section>
    <section anchor="new-sub-error-codes-definition">
      <name>New Sub-Error Codes Definition</name>
      <t>The document defines the following new IANA-registered Sub-Error codes. See <xref target="IANA-SubError"/>.</t>
      <section anchor="policy-reserved">
        <name>Reserved</name>
        <t>This sub-error code value <bcp14>MUST NOT</bcp14> be sent. If received, it has no meaning.</t>
      </section>
      <section anchor="policy-network">
        <name>Network Operator Policy</name>
        <t>The code indicates that the request was filtered according to a policy imposed by the operator of the local network (where local network is a relative term, e.g., it may refer to a Local Area Network or to the network of the ISP selected by the end user).</t>
      </section>
      <section anchor="policy-dns">
        <name>DNS Operator Policy</name>
        <t>The code indicates that the request was filtered according to policy determined by the operator of the DNS server. This is different from the "Network Operator Policy" code when a third-party DNS resolver is used.</t>
      </section>
    </section>
    <section anchor="new-extended-dns-errors">
      <name>New Extended DNS Errors</name>
      <t>This document defines an addition to the EDE codes defined in <xref target="RFC8914"/>.</t>
      <section anchor="extended-dns-error-code-tba1-blocked-by-upstream-dns-server">
        <name>Extended DNS Error Code TBA1 - Blocked by Upstream DNS Server</name>
        <t>The DNS server is unable to respond to the request
because the domain is on a blocklist due to an internal security policy
imposed by an upstream DNS server. This error code
is useful in deployments where a network-provided DNS forwarder
is configured to use an external resolver that filters malicious
domains. When the DNS forwarder receives a Blocked (15) error code
from the upstream DNS server, it can replace it with
"Blocked by Upstream DNS Server" (TBA1) before forwarding
the reply to the DNS client. Additionally, the EXTRA-TEXT field may
be forwarded to the DNS client.</t>
        <t>Implementations should ensure that the communication channel with the
upstream DNS server provides adequate integrity protection to mitigate
the threats described in step 1 of <xref target="client-processing"/>.</t>
      </section>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>An example showing the nameserver at 'ns.example.net' that filtered a
DNS "A" record query for 'example.org' is provided in <xref target="example-json"/>.</t>
      <figure anchor="example-json">
        <name>JSON Returned in EXTRA-TEXT Field of Extended DNS Error Response</name>
        <artwork><![CDATA[
{
  "c": [
    "tel:+358-555-1234567"
  ],
  "j": "malware present for 23 days",
  "s": 1,
  "o": "example-org",
  "l": "en"
}
]]></artwork>
      </figure>
      <t>In <xref target="example-json-minified"/> the same content is shown with minified JSON (no
whitespace, no blank lines) with <tt>'\'</tt> line wrapping per <xref target="RFC8792"/>.</t>
      <figure anchor="example-json-minified">
        <name>Minified Response</name>
        <artwork><![CDATA[
{ "c":["tel:+358-555-1234567"],\
"j":"malware present for 23 days",\
"s":1,\
"o":"example-org",\
"l":"en" }
]]></artwork>
      </figure>
      <t><xref target="example-dig"/> shows how the SDE and EDE options appear in a <tt>dig</tt> response for the same query.</t>
      <figure anchor="example-dig">
        <name>dig Response Showing SDE and EDE Options</name>
        <artwork><![CDATA[
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 12345
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=TBD1 (Structured DNS Error): (no data)
; EDE: 15 (Blocked): ({"c":["tel:+358-555-1234567"],\
  "j":"malware present for 23 days",\
  "s":1,"o":"example-org","l":"en"})
]]></artwork>
      </figure>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>When a forwarder receives an EDE option, whether or not (and how) to pass along JSON information in the
EXTRA-TEXT field to its client is implementation-dependent <xref target="RFC5625"/> and depends on operator policy. Implementations <bcp14>MAY</bcp14> choose not to
forward the JSON information, or they <bcp14>MAY</bcp14> choose to create a new EDE option that conveys the information in the
"c", "s", and "j" fields encoded in the JSON object.</t>
      <t>The application that triggered the DNS request may have a client security policy to override the contact information (e.g., redirect all complaint calls to a single contact point). In such cases, the content of the "c" attribute <bcp14>MAY</bcp14> be ignored.</t>
      <section anchor="backward-compatibility">
        <name>Backward Compatibility</name>
        <t>Future extensions <bcp14>MUST NOT</bcp14> introduce mandatory JSON attributes, as existing implementations are required to ignore unknown JSON names (see <xref target="client-processing"/>).</t>
      </section>
      <section anchor="client-updates">
        <name>Client Updates</name>
        <t>The specification relies on several IANA-maintained registries. In particular, since the content of these registries may change with time, clients that implement this extension have to periodically update the list of supported values in the "Contact URI Schemes" registry <xref target="IANA-Contact"/> to avoid discarding a recently-added Contact URI.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <section anchor="authentication-and-confidentiality">
        <name>Authentication and Confidentiality</name>
        <t>Security considerations in <xref section="6" sectionFormat="of" target="RFC8914"/> apply to this
document. <xref target="RFC8914"/> cautions against relying on EDE information because it may be unauthenticated and transmitted in cleartext. This specification requires the use of an authenticated, integrity-protected DNS transport. Such a transport <bcp14>MUST</bcp14> provide these properties using TLS 1.3 <xref target="RFC9846"/> or later, either directly (as in DoT and DoH) or by using TLS to secure QUIC <xref target="RFC9001"/> (as in DoQ).  Under these conditions, EDE information is integrity-protected, reducing the risks associated with relying on structured EDE content.</t>
        <t>To minimize impact of active on-path attacks on the DNS channel, the
client validates the response as described in <xref target="client-processing"/>.</t>
        <t>Because EDE is hop-by-hop, the client secures the EDE information by protecting its own
connection to the DNS server. This is sufficient when that server originates the EDE,
but not when the EDE reflects information from an upstream server reached over an
unprotected transport (see <xref target="legacy"/> and the TBA1 case). Propagation of EDE across a
DNS resolver or forwarder involves implementation choices; see <xref section="3" sectionFormat="of" target="RFC8914"/> for details.</t>
      </section>
      <section anchor="res">
        <name>Restrictions on Display of "c", "o", and "j" Fields</name>
        <t>A client might choose to display the information in the "c" field
to the end user if and only if the encrypted resolver has sufficient
reputation, according to some client security policy (e.g.,
administrative configuration, or a built-in list of respectable
resolvers). This limits the ability of a malicious encrypted resolver
to cause harm. For example, an end user can use the details in the "c" field to contact an attacker
to solve the problem of being unable to reach a domain. The attacker can mislead the end user to
install malware or spyware to compromise the device security posture or mislead the end user to reveal
personal data.
If the client decides not to display all of the
information in the EXTRA-TEXT field, it can be logged for diagnostics
purpose and the client can only display the resolver hostname that
blocked the domain, error description for the EDE code and the
sub-error description for the "s" field to the end user.</t>
        <t>The same client security policy considerations apply to the display of the "j" field, as it
contains free-form, human-readable text that may influence end user behavior.</t>
        <t>When displaying the free-form text of "o", the client <bcp14>MUST
NOT</bcp14> make any of those elements into actionable (clickable) links and these
fields need to be rendered as text, not as HTML. The contact details of "c" can be made
into clickable links to provide a convenient way for end users to initiate, e.g., voice calls. The client might
choose to display the contact details only when the identity of the DNS server is verified.</t>
        <t>Clients <bcp14>MUST NOT</bcp14> automatically initiate connections to URIs derived from the EXTRA-TEXT field. Doing so could allow a resolver to silently report client activity to third parties, enable denial-of-service reflection attacks, or be used to entrap a client. The restriction of Contact URI schemes to "tel" and "mailto" is intentional, as these schemes do not result in automatic HTTP connections.</t>
        <t>Furthermore, clients <bcp14>MUST NOT</bcp14> display the value of the <tt>"o"</tt> field to the end user unless one of the following
conditions is met:</t>
        <ul spacing="normal">
          <li>
            <t>The value matches a registered organization name in a trust list maintained by the client, OR</t>
          </li>
          <li>
            <t>The value consists solely of an organization name and does not contain any additional free-form content (e.g., URLs), as determined by client security policy or heuristics.</t>
          </li>
        </ul>
        <t>If the organization name cannot be verified through registry checks or heuristics, the client <bcp14>MUST NOT</bcp14> display the "o" field to the end user.</t>
        <t>It is beyond the scope of this document to describe how the trust list is created and updated, and how the structured DNS error response interacts with the trust list to influence user experience or user interface elements.</t>
        <t>DNS clients <bcp14>MAY</bcp14> keep all fields conveyed in the EXTRA-TEXT field for evaluation according to the client security  policy. Such data <bcp14>MUST NOT</bcp14> be automatically trusted, displayed to end users, or used to influence security decisions without appropriate validation.</t>
      </section>
      <section anchor="legacy">
        <name>Security Risks from Legacy DNS Forwarders</name>
        <t>An attacker might inject (or modify) the EDE EXTRA-TEXT field with a
DNS proxy or DNS forwarder that is unaware of EDE. Such a DNS proxy or
DNS forwarder will forward that attacker-controlled EDE option.  To
prevent such an attack, clients can be configured to process EDE only from
explicitly configured DNS servers or utilize RESINFO
<xref target="RFC9606"/>.</t>
      </section>
      <section anchor="privacy-considerations">
        <name>Privacy Considerations</name>
        <t>The EXTRA-TEXT field may reveal details about the filtering organization and its policies. Clients <bcp14>MUST NOT</bcp14> log or transmit the contents of the EXTRA-TEXT field to third parties without the end user's knowledge.</t>
        <t>This specification requires the use of an encrypted DNS transport (e.g., DoT, DoH, or DoQ), which protects both the DNS query and the structured error response from passive observers.</t>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document requests five IANA actions as described in the following subsections.</t>
      <ul empty="true">
        <li>
          <t>Notes to the RFC Editor: Please replace RFCXXXX with the RFC number assigned to this document and "TBA1" with the value assigned by IANA, and replace "TBD1" in <xref target="example-dig"/> with the value assigned by IANA.</t>
        </li>
      </ul>
      <section anchor="structured-dns-error-edns-option">
        <name>Structured DNS Error EDNS Option</name>
        <t>IANA is requested to register the following new EDNS(0) Option Code in the
"DNS EDNS0 Option Codes (OPT)" registry under the "Domain Name System (DNS) Parameters" registry group <xref target="IANA-DNS"/>:</t>
        <dl>
          <dt>Value:</dt>
          <dd>
            <t>TBD1</t>
          </dd>
          <dt>Name:</dt>
          <dd>
            <t>Structured DNS Error</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>Standard</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>RFC XXXX</t>
          </dd>
        </dl>
      </section>
      <section anchor="IANA-Names">
        <name>New Registry for JSON Names</name>
        <t>This document requests IANA to create a new registry, entitled "EXTRA-TEXT JSON Names"
under "Extended DNS Error Codes" registry, which is under the "Domain Name System (DNS) Parameters" registry group <xref target="IANA-DNS"/>. The registration request for a new JSON name must include the following fields:</t>
        <dl>
          <dt>JSON Name:</dt>
          <dd>
            <t>Specifies the name of an attribute that is present in the JSON data enclosed in EXTRA-TEXT field. The name must follow the guidelines in <xref target="name-spec"/>.</t>
          </dd>
          <dt>Field Meaning:</dt>
          <dd>
            <t>Provides a brief, human-readable label summarizing the purpose of the JSON attribute.</t>
          </dd>
          <dt>Short description:</dt>
          <dd>
            <t>Includes a short description of the requested JSON name.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>Provides a pointer to the reference document that specifies the attribute.</t>
          </dd>
        </dl>
        <t>The registry is initially populated with the following values:</t>
        <table anchor="reg-names">
          <name>Initial JSON Names Registry</name>
          <thead>
            <tr>
              <th align="center">JSON Name</th>
              <th align="left">Field Meaning</th>
              <th align="left">Description</th>
              <th align="center">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">c</td>
              <td align="left">contact</td>
              <td align="left">The contact details of the IT/InfoSec team to report misclassified DNS filtering</td>
              <td align="center">
                <xref target="name-spec"/> of RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">j</td>
              <td align="left">justification</td>
              <td align="left">UTF-8-encoded <xref target="RFC5198"/> textual justification for a particular DNS filtering</td>
              <td align="center">
                <xref target="name-spec"/> of RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">s</td>
              <td align="left">sub-error</td>
              <td align="left">Integer representing the sub-error code for this DNS filtering case</td>
              <td align="center">
                <xref target="name-spec"/> of RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">o</td>
              <td align="left">organization</td>
              <td align="left">UTF-8-encoded human-friendly name of the organization that filtered this particular DNS query</td>
              <td align="center">
                <xref target="name-spec"/> of RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">l</td>
              <td align="left">language</td>
              <td align="left">Indicates the language of the "j" and "o" fields as defined in <xref target="RFC5646"/></td>
              <td align="center">
                <xref target="name-spec"/> of RFCXXXX</td>
            </tr>
          </tbody>
        </table>
        <t>New JSON names are registered via IETF Review (<xref section="4.8" sectionFormat="of" target="RFC8126"/>) and their formatting
constraints are described in <xref target="name-spec"/>.</t>
      </section>
      <section anchor="IANA-Contact">
        <name>New Registry for Contact URI Scheme</name>
        <t>This document requests IANA to create a new registry, entitled "Contact URI Schemes"
under "Extended DNS Error Codes" registry, which is under the "Domain Name System (DNS) Parameters" registry group <xref target="IANA-DNS"/>. The registration request for a new Contact URI scheme has to include the following fields:</t>
        <ul spacing="normal">
          <li>
            <t>Name: URI scheme name.</t>
          </li>
          <li>
            <t>Meaning: Provides a short description of the scheme.</t>
          </li>
          <li>
            <t>Reference: Provides a pointer to an IETF-approved specification that defines
the URI scheme.</t>
          </li>
        </ul>
        <t>The Contact URI scheme registry is initially populated with the
following schemes:</t>
        <table>
          <thead>
            <tr>
              <th align="center">Name</th>
              <th align="left">Meaning</th>
              <th align="center">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">tel</td>
              <td align="left">Telephone Number</td>
              <td align="center">
                <xref target="RFC3966"/></td>
            </tr>
            <tr>
              <td align="center">mailto</td>
              <td align="left">Internet mail</td>
              <td align="center">
                <xref target="RFC6068"/></td>
            </tr>
          </tbody>
        </table>
        <t>The registration procedure for adding new Contact URI schemes to the "Contact URI Schemes" registry is "IETF
Review" as defined in <xref section="4.8" sectionFormat="of" target="RFC8126"/>.</t>
      </section>
      <section anchor="IANA-SubError">
        <name>New Registry for Extended DNS Sub-Error Codes</name>
        <t>This document requests IANA to create a new registry, entitled "Extended DNS Sub-Error Codes"
under "Extended DNS Error Codes" registry, which is under the "Domain Name System (DNS) Parameters" registry group <xref target="IANA-DNS"/>. The registration request for a new sub-error code must include the
following fields:</t>
        <ul spacing="normal">
          <li>
            <t>Number: Is the wire format sub-error code (range 0-255).</t>
          </li>
          <li>
            <t>Meaning: Provides a short description of the sub-error.</t>
          </li>
          <li>
            <t>EDE Codes Applicability: Indicates which Extended DNS Error (EDE) Codes apply to this sub-error code.</t>
          </li>
          <li>
            <t>Reference: Provides a pointer to an IETF-approved specification that registered
the code and/or an authoritative specification that describes the
meaning of this code.</t>
          </li>
        </ul>
        <t>The Sub-Error Code registry is initially populated with the
following values:</t>
        <table anchor="reg">
          <name>Initial Sub-Error Code Registry</name>
          <thead>
            <tr>
              <th align="center">Number</th>
              <th align="left">Meaning</th>
              <th align="left">EDE Codes Applicability</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">0</td>
              <td align="left">Reserved</td>
              <td align="left">Not used</td>
              <td align="left">
                <xref target="policy-reserved"/> of this document</td>
            </tr>
            <tr>
              <td align="center">1</td>
              <td align="left">Malware</td>
              <td align="left">"Blocked", "Blocked by Upstream DNS Server", "Filtered"</td>
              <td align="left">Section 5.5 of <xref target="RFC5901"/></td>
            </tr>
            <tr>
              <td align="center">2</td>
              <td align="left">Phishing</td>
              <td align="left">"Blocked", "Blocked by Upstream DNS Server", "Filtered"</td>
              <td align="left">Section 5.5 of <xref target="RFC5901"/></td>
            </tr>
            <tr>
              <td align="center">3</td>
              <td align="left">Spam</td>
              <td align="left">"Blocked", "Blocked by Upstream DNS Server", "Filtered"</td>
              <td align="left">
                <xref target="RFC4949"/></td>
            </tr>
            <tr>
              <td align="center">4</td>
              <td align="left">Spyware</td>
              <td align="left">"Blocked", "Blocked by Upstream DNS Server", "Filtered"</td>
              <td align="left">
                <xref target="RFC4949"/></td>
            </tr>
            <tr>
              <td align="center">5</td>
              <td align="left">Network operator policy</td>
              <td align="left">"Blocked"</td>
              <td align="left">
                <xref target="policy-network"/> of this document</td>
            </tr>
            <tr>
              <td align="center">6</td>
              <td align="left">DNS operator policy</td>
              <td align="left">"Blocked"</td>
              <td align="left">
                <xref target="policy-dns"/> of this document</td>
            </tr>
          </tbody>
        </table>
        <t>The registration procedure to add new Sub-Error Codes is IETF Review as defined in <xref section="4.8" sectionFormat="of" target="RFC8126"/>.</t>
      </section>
      <section anchor="new-extended-dns-error-code">
        <name>New Extended DNS Error Code</name>
        <t>IANA is requested to assign the following Extended DNS Error code from the "Extended DNS Error Codes"
registry under the "Domain Name System (DNS) Parameters" registry group <xref target="IANA-DNS"/>:</t>
        <table anchor="reg-ede">
          <name>New DNS Error Code</name>
          <thead>
            <tr>
              <th align="center">INFO-CODE</th>
              <th align="left">Purpose</th>
              <th align="center">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">TBA1</td>
              <td align="left">Blocked by Upstream DNS Server</td>
              <td align="center">RFCXXXX</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8914">
          <front>
            <title>Extended DNS Errors</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="E. Hunt" initials="E." surname="Hunt"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document defines an extensible method to return additional information about the cause of DNS errors. Though created primarily to extend SERVFAIL to provide additional information about the cause of DNS and DNSSEC failures, the Extended DNS Errors option defined in this document allows all response types to contain extended error information. Extended DNS Error information does not change the processing of RCODEs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8914"/>
          <seriesInfo name="DOI" value="10.17487/RFC8914"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC9499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="9499"/>
          <seriesInfo name="DOI" value="10.17487/RFC9499"/>
        </reference>
        <reference anchor="RFC7493">
          <front>
            <title>The I-JSON Message Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="March" year="2015"/>
            <abstract>
              <t>I-JSON (short for "Internet JSON") is a restricted profile of JSON designed to maximize interoperability and increase confidence that software can process it successfully with predictable results.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7493"/>
          <seriesInfo name="DOI" value="10.17487/RFC7493"/>
        </reference>
        <reference anchor="RFC5198">
          <front>
            <title>Unicode Format for Network Interchange</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="M. Padlipsky" initials="M." surname="Padlipsky"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Internet today is in need of a standardized form for the transmission of internationalized "text" information, paralleling the specifications for the use of ASCII that date from the early days of the ARPANET. This document specifies that format, using UTF-8 with normalization and specific line-ending sequences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5198"/>
          <seriesInfo name="DOI" value="10.17487/RFC5198"/>
        </reference>
        <reference anchor="RFC5646">
          <front>
            <title>Tags for Identifying Languages</title>
            <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
            <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="47"/>
          <seriesInfo name="RFC" value="5646"/>
          <seriesInfo name="DOI" value="10.17487/RFC5646"/>
        </reference>
        <reference anchor="RFC8310">
          <front>
            <title>Usage Profiles for DNS over TLS and DNS over DTLS</title>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="D. Gillmor" initials="D." surname="Gillmor"/>
            <author fullname="T. Reddy" initials="T." surname="Reddy"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document discusses usage profiles, based on one or more authentication mechanisms, which can be used for DNS over Transport Layer Security (TLS) or Datagram TLS (DTLS). These profiles can increase the privacy of DNS transactions compared to using only cleartext DNS. This document also specifies new authentication mechanisms -- it describes several ways that a DNS client can use an authentication domain name to authenticate a (D)TLS connection to a DNS server. Additionally, it defines (D)TLS protocol profiles for DNS clients and servers implementing DNS over (D)TLS. This document updates RFC 7858.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8310"/>
          <seriesInfo name="DOI" value="10.17487/RFC8310"/>
        </reference>
        <reference anchor="RFC9846">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="July" year="2026"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document obsoletes RFC 8446, which specified TLS 1.3. This document obsoletes RFC 5246 (specifying TLS 1.2) and RFCs 5077, 6961, 7627, and 8422, all of which pertain to TLS 1.2 or earlier, and updates RFCs 5705 and 6066. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9846"/>
          <seriesInfo name="DOI" value="10.17487/RFC9846"/>
        </reference>
        <reference anchor="RFC9001">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC3966">
          <front>
            <title>The tel URI for Telephone Numbers</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <date month="December" year="2004"/>
            <abstract>
              <t>This document specifies the URI (Uniform Resource Identifier) scheme "tel". The "tel" URI describes resources identified by telephone numbers. This document obsoletes RFC 2806. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3966"/>
          <seriesInfo name="DOI" value="10.17487/RFC3966"/>
        </reference>
        <reference anchor="RFC6068">
          <front>
            <title>The 'mailto' URI Scheme</title>
            <author fullname="M. Duerst" initials="M." surname="Duerst"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <author fullname="J. Zawinski" initials="J." surname="Zawinski"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>This document defines the format of Uniform Resource Identifiers (URIs) to identify resources that are reached using Internet mail. It adds better internationalization and compatibility with Internationalized Resource Identifiers (IRIs; RFC 3987) to the previous syntax of 'mailto' URIs (RFC 2368). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6068"/>
          <seriesInfo name="DOI" value="10.17487/RFC6068"/>
        </reference>
        <reference anchor="RFC5901">
          <front>
            <title>Extensions to the IODEF-Document Class for Reporting Phishing</title>
            <author fullname="P. Cain" initials="P." surname="Cain"/>
            <author fullname="D. Jevans" initials="D." surname="Jevans"/>
            <date month="July" year="2010"/>
            <abstract>
              <t>This document extends the Incident Object Description Exchange Format (IODEF) defined in RFC 5070 to support the reporting of phishing events, which is a particular type of fraud. These extensions are flexible enough to support information gleaned from activities throughout the entire electronic fraud cycle -- from receipt of the phishing lure to the disablement of the collection site. Both simple reporting and complete forensic reporting are possible, as is consolidating multiple incidents. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5901"/>
          <seriesInfo name="DOI" value="10.17487/RFC5901"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-DNS" target="https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#extended-dns-error-codes">
          <front>
            <title>Domain Name System (DNS) Parameters, Extended DNS Error Codes</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RPZ" target="https://dnsrpz.info">
          <front>
            <title>Response Policy Zone</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Impl-1" target="https://datatracker.ietf.org/meeting/116/materials/slides-116-dnsop-dns-errors-implementation-proposal-slides-116-dnsop-update-on-dns-errors-implementation-00">
          <front>
            <title>Use of DNS Errors To improve Browsing User Experience With network based malware protection</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="March"/>
          </front>
        </reference>
        <reference anchor="RFC7754">
          <front>
            <title>Technical Considerations for Internet Service Blocking and Filtering</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="A. Cooper" initials="A." surname="Cooper"/>
            <author fullname="O. Kolkman" initials="O." surname="Kolkman"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="E. Nordmark" initials="E." surname="Nordmark"/>
            <date month="March" year="2016"/>
            <abstract>
              <t>The Internet is structured to be an open communications medium. This openness is one of the key underpinnings of Internet innovation, but it can also allow communications that may be viewed as undesirable by certain parties. Thus, as the Internet has grown, so have mechanisms to limit the extent and impact of abusive or objectionable communications. Recently, there has been an increasing emphasis on "blocking" and "filtering", the active prevention of such communications. This document examines several technical approaches to Internet blocking and filtering in terms of their alignment with the overall Internet architecture. When it is possible to do so, the approach to blocking and filtering that is most coherent with the Internet architecture is to inform endpoints about potentially undesirable services, so that the communicants can avoid engaging in abusive or objectionable communications. We observe that certain filtering and blocking approaches can cause unintended consequences to third parties, and we discuss the limits of efficacy of various approaches.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7754"/>
          <seriesInfo name="DOI" value="10.17487/RFC7754"/>
        </reference>
        <reference anchor="RFC8484">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS. Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8484"/>
          <seriesInfo name="DOI" value="10.17487/RFC8484"/>
        </reference>
        <reference anchor="RFC7858">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <author fullname="Z. Hu" initials="Z." surname="Hu"/>
            <author fullname="L. Zhu" initials="L." surname="Zhu"/>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS. Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626. In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group. It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7858"/>
          <seriesInfo name="DOI" value="10.17487/RFC7858"/>
        </reference>
        <reference anchor="RFC9250">
          <front>
            <title>DNS over Dedicated QUIC Connections</title>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document describes the use of QUIC to provide transport confidentiality for DNS. The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport eliminates the head-of-line blocking issues inherent with TCP and provides more efficient packet-loss recovery than UDP. DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) specified in RFC 7858, and latency characteristics similar to classic DNS over UDP. This specification describes the use of DoQ as a general-purpose transport for DNS and includes the use of DoQ for stub to recursive, recursive to authoritative, and zone transfer scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9250"/>
          <seriesInfo name="DOI" value="10.17487/RFC9250"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC9715">
          <front>
            <title>IP Fragmentation Avoidance in DNS over UDP</title>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <date month="January" year="2025"/>
            <abstract>
              <t>The widely deployed Extension Mechanisms for DNS (EDNS(0)) feature in the DNS enables a DNS receiver to indicate its received UDP message size capacity, which supports the sending of large UDP responses by a DNS server. Large DNS/UDP messages are more likely to be fragmented, and IP fragmentation has exposed weaknesses in application protocols. It is possible to avoid IP fragmentation in DNS by limiting the response size where possible and signaling the need to upgrade from UDP to TCP transport where necessary. This document describes techniques to avoid IP fragmentation in DNS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9715"/>
          <seriesInfo name="DOI" value="10.17487/RFC9715"/>
        </reference>
        <reference anchor="RFC9462">
          <front>
            <title>Discovery of Designated Resolvers</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <author fullname="T. Jensen" initials="T." surname="Jensen"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document defines Discovery of Designated Resolvers (DDR), a set of mechanisms for DNS clients to use DNS records to discover a resolver's encrypted DNS configuration. An Encrypted DNS Resolver discovered in this manner is referred to as a "Designated Resolver". These mechanisms can be used to move from unencrypted DNS to encrypted DNS when only the IP address of a resolver is known. These mechanisms are designed to be limited to cases where Unencrypted DNS Resolvers and their Designated Resolvers are operated by the same entity or cooperating entities. It can also be used to discover support for encrypted DNS protocols when the name of an Encrypted DNS Resolver is known.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9462"/>
          <seriesInfo name="DOI" value="10.17487/RFC9462"/>
        </reference>
        <reference anchor="RFC8792">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="RFC5625">
          <front>
            <title>DNS Proxy Implementation Guidelines</title>
            <author fullname="R. Bellis" initials="R." surname="Bellis"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>This document provides guidelines for the implementation of DNS proxies, as found in broadband gateways and other similar network devices. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="152"/>
          <seriesInfo name="RFC" value="5625"/>
          <seriesInfo name="DOI" value="10.17487/RFC5625"/>
        </reference>
        <reference anchor="RFC9606">
          <front>
            <title>DNS Resolver Information</title>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document specifies a method for DNS resolvers to publish information about themselves. DNS clients can use the resolver information to identify the capabilities of DNS resolvers. How DNS clients use such information is beyond the scope of this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9606"/>
          <seriesInfo name="DOI" value="10.17487/RFC9606"/>
        </reference>
      </references>
    </references>
    <?line 779?>

<section anchor="interoperation-with-rpz-servers">
      <name>Interoperation with RPZ Servers</name>
      <t>This appendix provides a non-normative guidance for operation with a Response Policy Zones (RPZ) server <xref target="RPZ"/> that
indicates filtering with a NXDOMAIN response with the Recursion
Available bit cleared (RA=0). This guidance is provided to ease interoperation with RPZ.</t>
      <t>When a DNS client supports this specification, it includes the
SDE option in its DNS query.</t>
      <t>If the server does not support this specification and is performing
RPZ filtering, the server ignores the SDE option in the DNS query and
replies with NXDOMAIN and RA=0. The DNS client can continue to accept
such responses.</t>
      <t>If the server does support this specification and is performing RPZ
filtering, the server can use the SDE option in the query to identify
an SDE-aware client and respond appropriately (that is, by generating
a response described in <xref target="server-response"/>) as NXDOMAIN and RA=0
are not necessary when generating a response to such a client.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: please remove this appendix prior publication.</t>
        </li>
      </ul>
      <t>At IETF#116, Gianpaolo Scalone (Vodafone) and Ralf Weber (Akamai) presented an implementation of this specification. More details can be found at <xref target="Impl-1"/>.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Vittorio Bertola, Wes Hardaker, Ben Schwartz, Erid Orth,
Viktor Dukhovni, Warren Kumari, Paul Wouters, John Levine, Bob
Harold, Mukund Sivaraman, Gianpaolo Angelo Scalone, Mark Nottingham, Stephane Bortzmeyer, Daniel Migault, Lars Eggert, and Stephen Farrell for the comments.</t>
      <t>Thanks to Ralf Weber and Gianpaolo Scalone for sharing details about their implementation.</t>
      <t>Thanks Petr Špaček, Di Ma and Matt Brown for the DNSDIR reviews, Joseph Salowey for the SECDIR review, and Paul Kyzivat for the ARTART reviews.</t>
      <t>Thanks to Éric Vyncke for the AD review.</t>
      <t>Thanks to Mike Bishop, Roman Danyliw, Mahesh Jethanandani, Andy Newton, and Deb Cooley for the IESG review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9V92Xrb2JXuPZ5iN31hMU3SlqeyVUk6siXHSmxLkeQklXS+
UyAJiSiBAAOAklUu9/25OO/Qz3KG9zrrX2vtCQRlZ+iL1ldfmQSBPay95gnj
8Thp87bI9szgrK3Xs3ZdZ3NzWNdVbQ7SNjUX9OF1XrQZrh+8Pxsk6XRaZ9fx
A/SDPDRIZmmbXVb17Z5p2nmyXs3pe7Nnnr/YfZIk82pWpkuabV6nF+04z9qL
8bxsqtW4cYPhwjjDYOMCz7ZJs54u86bJq7K9XdHDR4fnr5NyvZxm9V6C8feS
WVU2WdmsaSYaKEtofY+TtM5SWudRSasvs3aQ3FT11WVdrVd0FUs+XmV12tK4
jfkD/ZSXl+bX+HmQXGW3dPN8LzFj82rdtNUyq032ke7Ps3KW4fJRSbBZ0ubn
2SzH4nCxrdOyWdHE5ewW37OyzmcLuukiy+bTdHaVJNdZuaYVG2NXwgAY0AXZ
3aCzFGOWaV7Y+34FmE2q+hI/pPVsQT8s2nbV7D14gPtwKb/OJva2B7jwYFpX
N032gEd4gCcv83axntKzfAQ3l3IKD77qWPC8nEwwdzTORIaf5NXXjfh1d00W
7bIYJEnTpuX8f6RFVRK0brMmWeV75s9tNRuZpqrbOrto6NPtUj+0dALtyMyq
5TIrW7pCSLhMVysC8V+SJF23i6rGOdOujLlYF4Vg6EFamj/QPXyZAJmW+Y+M
K3vmVU5jfjRnt02bLWnAo3I24dssacgNfGlWrcsW1PChzFvCg7MWkDPVhdkn
lMpnKd+V2SNOyxua81eX+D6hJQ82F3ae1+tlWmTNTVqb02w+v+1Z4vvqKpeh
Z3lLs79My0uCWJ3xtTq75Lt+m9YlEflVGi/1qJzn8bquqnLe5vWd63qf5YV5
VVVXPcshQivHf5wtaBVZL1h+S7ueV8to0jLjuaqrX5UV7TWjz5P1Vc/M76pF
CkJ8Wa1n6TzN674V1G5uwogsI9w9zcqSsEeWM6dxHj99+PBhvLzX9Ngsi5a1
lNkmUzvbryoeW8CSJCVxBZr0mmg8yZlH2G/GHO2/3x8T59njEY2y3oOKhi7N
expWkcrs0E1Dc5LWdI24FyHZ4cc2K+chryVgz3X9xqGx/I3thy4YBljBQGdP
60vAwZLwzc3NJE/LVNgG8dvLkikGbGO8ckvpfJ18BFney3R5Afee+eUxkzYX
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
FyepROnUfHP8m33xWgBHp6Vshl2D1jmWhXn66vCgLSjvFg1l5jRC6MhxPrMt
lw18VWBHmuSUxIEFu3nOjg5GcnqIl2sAemyY502QGy7hLc7kuVUp13FCdN2q
Lqs6mLhxzi2kjrDFyhgEwZ1snqHwqzPZToQ8uupP92SvY7sPiz6dIKCtnId+
FW2bIwdyXspg90GS+/TnM5hQbFTP5ViHo03YQR9jXw82VXZqKm30kM3lHWBS
QsIYlvCwG6HjkJ8cZpiMr6WuNiPT4pfOqEWTQJRDrrTQiqpNx+TQBykD0IjV
1VgUYQZIJxcWQrjCh7goAvq1DYvRaj+s0EkmXYpxyoMPRt3ZOkQZWFlaEbvN
ZWrxBmzQU7FEIrfUvnXwi8e1jvoIzRyJ26x8uI4cSdv8qW583VP1h4MTYd5R
4v7m3lQ4s5YQKZWOXyvBWFU7ibjyjpweglFZy3Rw/kpTI11iJwuZi7xGLbqG
ZL2MiOZkVZ6OrVrmrfNsbBp4xL8uoBdGtwWnA7cI2jZMupmf2jOgOh/R/94w
thxUvxt5jicrCPPRYaLRSeRX8ALRsqUYFj/z/CqKLkIEuMvN7gkm4KI3qQSq
XMQm5IVMKBs4yzANw0F6Yx+OxZ79MnAUhkloAe++Q4KpCsUrrZE7ZxMvJC7E
89loDaaKoiK+RUa0JIRyXUxYimJ62e6ZjgXWponZDSdFnp+/tUYabT9MVXS5
6E5X3X0I/Y/MT7SzqCQulfm0Ag3JYumkJ68FC2yLvIk5Y22H5mukeoS1EtIb
Efadp6vWRVHnt6Rg5TMj/bR4XTrHppOZFECAQLoGIIkRdxPdwj2VKYu3TUcY
pTlzU9NNbGUs8JT5xUUtiW2jJAALISiUw8o8c9sng/Vy0QaGmFaiTtMCqDMS
ApVQMaNcUaVzjQxKvJ3zmL0fTQKeRfbRIgNgYyHXkRPKa5suJWwNYG0wFFSh
WixgLhFXzfVlHjhryKN6AqCzpp/Or1OSXZcsaEjo3G/E9mwqGIItazl2MIkr
YeeCVElQhhcIoAGp3BwjyZEBcynVB1xVx0tN3FIRINXKwoPDsdJA0FCI7Xu/
dIIQTAxVybh90LxOb9C68OsaVkwChcQLz16QSXIVzmrep6KNEg31jMCmR+DR
WjlYOGatttp21cxyxj4/QWThbcY76YA4p9a7Pdsq+YptRVzQelpzjqz8sC41
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
v3aT/X+4eOtXSKYAAA==

-->

</rfc>
