<?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.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-add-resolver-info-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="DNS Resolver Information">DNS Resolver Information</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-add-resolver-info-06"/>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <postal>
          <city>Rennes</city>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2023" month="October" day="04"/>
    <area>Internet</area>
    <workgroup>ADD</workgroup>
    <keyword>Transparency</keyword>
    <keyword>User Experience</keyword>
    <keyword>DNS server selection</keyword>
    <abstract>
      <?line 50?>

<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 such an information is then used by DNS clients is out of the scope of the document.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Adaptive DNS Discovery Working Group mailing list (add@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/add/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/add-resolver-information"/>.</t>
    </note>
  </front>
  <middle>
    <?line 56?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Historically, DNS stub resolvers communicated with upstream
   resolvers without needing to know anything about the features
   supported by these recursive resolvers.  As more and more recursive
   resolvers expose different features that may impact delivered DNS
   services, means to help stub resolvers to identify the capabilities of
   resolvers are valuable.  Typically, stub resolvers can discover
   and authenticate encrypted DNS resolvers provided by a local network,
   for example, using the Discovery of Network-designated Resolvers (DNR) <xref target="I-D.ietf-add-dnr"/> and the Discovery of Designated Resolvers (DDR)
   <xref target="I-D.ietf-add-ddr"/>.  However, these stub resolvers need a mechanism to
   retrieve information from the discovered recursive resolvers about
   their capabilities.</t>
      <t>This document fills that void by specifying a method for stub
   resolvers to retrieve such information.  To that aim, a new resource record (RR) type
   is defined for stub resolvers to query the recursive resolvers.  The
   information that a resolver might want to expose is defined in
   <xref target="key-val"/>.</t>
      <t>Retrieved information can be used to feed the server selection
   procedure. However, that selection procedure is out of the scope of this document.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</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 makes use of the terms defined in <xref target="RFC8499"/>. The following additional terms are used:</t>
      <dl>
        <dt>Encrypted DNS:</dt>
        <dd>
          <t>Refers to a DNS scheme where DNS exchanges are
 transported over an encrypted channel between a DNS client and server (e.g.,
 DNS over HTTPS (DoH) <xref target="RFC8484"/>, DNS over TLS (DoT) <xref target="RFC7858"/>, or
 DNS over QUIC (DoQ) <xref target="RFC9250"/>).</t>
        </dd>
        <dt>Encrypted DNS resolver:</dt>
        <dd>
          <t>Refers to a DNS resolver that supports any encrypted DNS scheme.</t>
        </dd>
      </dl>
    </section>
    <section anchor="retreive">
      <name>Retrieving Resolver Information</name>
      <t>A stub resolver that wants to retrieve the resolver information may
   use the RR type "RESINFO" defined in this document.</t>
      <t>The content of the RDATA in a response to a RESINFO RR type query is defined in
   <xref target="key-val"/>.  If the resolver understands the RESINFO RR type, the
   RRSet in the Answer section <bcp14>MUST</bcp14> have exactly one record.</t>
      <t>A DNS client can retrieve the resolver information using the RESINFO
   RR type and the QNAME of the domain name that is used to authenticate the
   DNS resolver (referred to as the Authentication Domain Name (ADN) in <xref target="I-D.ietf-add-dnr"/>).</t>
      <t>If the Special-Use Domain Name "resolver.arpa", defined in
   <xref target="I-D.ietf-add-ddr"/>, is used to discover an encrypted DNS resolver, the
   client can retrieve the resolver information using the RESINFO RR
   type and QNAME of "resolver.arpa".  If a resolver supports DDR
   but does not support RESINFO, the client can receive a positive RESINFO
   response from a legitimate upstream DNS resolver or an attacker. While DNSSEC can be considered as a candidate mechanism
   to protect against the attack, it is important to note that DNSSEC protection is not possible with
   "resolver.arpa" due to the lack of uniqueness. To prevent such an attack,
   resolvers supporting DDR <bcp14>MUST</bcp14> convey the "sig" attribute as defined in <xref target="key-val"/>. DNS clients
   using DDR for encrypted resolver discovery querying for a RESINFO RR <bcp14>MUST</bcp14> validate the signature
   in the "sig" attribute for data origin authentication using the public key
   in the certificate, including ensuring that the certificate contains
   the IP address that DDR uses for validation as per <xref section="4.2" sectionFormat="of" target="I-D.ietf-add-ddr"/>.
   If the signature validation fails, the DNS client <bcp14>MUST</bcp14> reject the RESINFO RR.</t>
    </section>
    <section anchor="format">
      <name>Format of the Resolver Information</name>
      <t>The resolver information uses the same format as DNS TXT records.
   The motivation for using the same format as TXT records is to convey a
   small amount of useful information about a DNS resolver.  As a
   reminder, the format rules for TXT records are defined in
   the base DNS specification (<xref section="3.3.14" sectionFormat="of" target="RFC1035"/>) and further
   elaborated in the DNS-based Service Discovery (DNS-SD) specification
   (<xref section="6.1" sectionFormat="of" target="RFC6763"/>). The recommendations to limit the TXT record size are
   discussed in <xref section="6.1" sectionFormat="of" target="RFC6763"/>.</t>
      <t>Similar to DNS-SD, the RESINFO RR type uses "key/value" pairs to
   convey the resolver information.  Each "key/value" pair is encoded
   using the format rules defined in <xref section="6.3" sectionFormat="of" target="RFC6763"/>.  Using
   standardized "key/value" syntax within the RESINFO RR type makes it
   easier for future keys to be defined.  If a DNS client sees unknown
   keys in a RESINFO RR type, it <bcp14>MUST</bcp14> silently ignore them.  The same
   rules for the keys as those defined in <xref section="6.4" sectionFormat="of" target="RFC6763"/> <bcp14>MUST</bcp14>
   be followed for RESINFO.</t>
      <t>Keys <bcp14>MUST</bcp14> either be defined in the IANA registry (<xref target="key-reg"/>) or begin
   with the substring "temp-" for names defined for local use only.</t>
    </section>
    <section anchor="key-val">
      <name>Resolver Information Keys/Values</name>
      <t>The following resolver information keys are defined:</t>
      <dl>
        <dt>qnamemin:</dt>
        <dd>
          <t>If the DNS resolver supports QNAME minimisation <xref target="RFC9156"/>
 to improve DNS privacy, the key is present.  Note that, as per the
 rules for the keys defined in <xref section="6.4" sectionFormat="of" target="RFC6763"/>, if there
 is no '=' in a key, then it is a boolean attribute, simply
 identified as being present, with no value.
</t>
          <t>This is an optional attribute.</t>
        </dd>
        <dt>exterr:</dt>
        <dd>
          <t>If the DNS resolver supports extended DNS errors (EDE) option
 <xref target="RFC8914"/> to return additional information about the cause of DNS
 errors, the value of this key lists the possible extended DNS
 error codes that can be returned by this DNS resolver.  When
 multiple values are present, these values <bcp14>MUST</bcp14> be comma-separated.
</t>
          <t>This is an optional attribute.</t>
        </dd>
        <dt>infourl:</dt>
        <dd>
          <t>An URL that points to the generic unstructured resolver
 information (e.g., DoH APIs supported, possible HTTP status codes
 returned by the DoH server, how to report a problem) for
 troubleshooting purposes.
</t>
          <t>The server <bcp14>MUST</bcp14> support the content-type 'text/html'.  The DNS
 client <bcp14>MUST</bcp14> reject the URL if the scheme is not "https".  The URL
 <bcp14>SHOULD</bcp14> be treated only as diagnostic information for IT staff.  It
 is not intended for end user consumption as the URL can possibily
 provide misleading information.  A DNS client <bcp14>MAY</bcp14> choose to display
 the URL to the end user, if and only if the encrypted resolver has
 sufficient reputation, according to some local policy (e.g., user
 configuration, administrative configuration, or a built-in list of
 respectable resolvers).</t>
          <t>This is an optional attribute.  For example, a DoT server may
 not want to host an HTTPS server.</t>
        </dd>
        <dt>sig:</dt>
        <dd>
          <t>It contains the signature of the RESINFO RR excluding the "sig"  <br/>
attribute.  The signature is generated by the encrypted DNS
resolver using all of the attributes in the RESINFO RR except the "sig"    attribute.
The signature algorithm <bcp14>MUST</bcp14> be compatible with the public key in the DNS resolver's
end-entity certificate.  As a      reminder, the server's end-entity certificate's
public key will be compatible with the selected authentication algorithm from
the        client's "signature_algorithms" TLS extension (<xref section="4.4.2.2" sectionFormat="of" target="RFC8446"/>).
</t>
          <t>This is an optional attribute.</t>
        </dd>
      </dl>
      <t>New keys can be defined as per the procedure defined in <xref target="key-reg"/>.</t>
      <t><xref target="ex-1"/> shows an example of a published resolver information record:</t>
      <figure anchor="ex-1">
        <name>An Example of Resolver Information Record</name>
        <artwork align="center"><![CDATA[
resolver.example.net. 7200 IN RESINFO qnamemin exterr=15,16,17
                      infourl=https://resolver.example.com/guide
]]></artwork>
      </figure>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>To prevent DNS response forgery attacks, DNS clients using DNR <bcp14>MUST</bcp14> employ one of the following measures:</t>
      <ol spacing="normal" type="1"><li>
          <t>Establish an authenticated secure connection to the DNS resolver.</t>
        </li>
        <li>
          <t>Implement local DNSSEC validation (<xref section="10" sectionFormat="of" target="RFC8499"/>) to verify the authenticity of the resolver information.</t>
        </li>
      </ol>
      <t>In order to prevent DNS response forgery attacks, DNS clients using DDR <bcp14>MUST</bcp14> perform the validation explained in <xref target="retreive"/> for data origin authentication of RESINFO RR.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: Please update "RFCXXXX" occurences with the RFC number to be assigned to this document.</t>
        </li>
      </ul>
      <section anchor="resinfo-rr-type">
        <name>RESINFO RR Type</name>
        <t>This document requests IANA to register a new value from the
   "Resource Record (RR) TYPEs" registry of the "Domain Name System
   (DNS) Parameters" registry group available at <xref target="RRTYPE"/>:</t>
        <artwork><![CDATA[
Type: RESINFO
Value: TBD
Meaning: Resolver Information as Key/Value Pairs
Reference: RFCXXXX
]]></artwork>
      </section>
      <section anchor="key-reg">
        <name>DNS Resolver Information Key Registration</name>
        <t>This document requests IANA to create a new registry entitled "DNS
   Resolver Information Keys" under the "Domain Name System (DNS) Parameters" registry group (<xref target="IANA-DNS"/>).  This new registry contains definitions of
   the keys that can be used to provide the resolver information.</t>
        <t>The registration procedure is Specification Required (<xref section="4.6" sectionFormat="of" target="RFC8126"/>).</t>
        <t>The structure of the registry is as follows:</t>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>The key name.  The name <bcp14>MUST</bcp14> conform to the definition in
 <xref target="format"/> of this document.  The IANA registry <bcp14>MUST NOT</bcp14> register names that begin
 with "temp-", so these names can be used freely by any
 implementer.</t>
          </dd>
          <dt>Value Type:</dt>
          <dd>
            <t>The type of the value to be used in the key.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>A description of the registered key.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>The reference specification for the registered
 element.</t>
          </dd>
        </dl>
        <t>The initial content of this registry is provided in <xref target="initial"/>.</t>
        <table anchor="initial">
          <name>Initial RESINFO Registry</name>
          <thead>
            <tr>
              <th align="center">Name</th>
              <th align="center">Value Type</th>
              <th align="left">Description</th>
              <th align="center">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">qnamemin</td>
              <td align="center">None</td>
              <td align="left">The presence of the key name indicates that 'qnameminimization' is enabled</td>
              <td align="center">RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">exterr</td>
              <td align="center">16-bit unsigned integer</td>
              <td align="left">Lists the set of supported extended DNS errors. It must be a value in the "Extended DNS Error Codes" registry.</td>
              <td align="center">RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">infourl</td>
              <td align="center">string</td>
              <td align="left">Provides an URL that points to an unstructured resolver information that is used for troubleshooting</td>
              <td align="center">RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">sig</td>
              <td align="center">binary</td>
              <td align="left">Includes a signature of RESINFO RR for data origin authentication</td>
              <td align="center">RFCXXXX</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-add-dnr">
          <front>
            <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Dan Wing" initials="D." surname="Wing">
              <organization>Citrix Systems, Inc.</organization>
            </author>
            <author fullname="Neil Cook" initials="N." surname="Cook">
              <organization>Open-Xchange</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Microsoft</organization>
            </author>
            <date day="27" month="April" year="2023"/>
            <abstract>
              <t>   The document specifies new DHCP and IPv6 Router Advertisement options
   to discover encrypted DNS resolvers (e.g., DNS-over-HTTPS, DNS-over-
   TLS, DNS-over-QUIC).  Particularly, it allows a host to learn an
   authentication domain name together with a list of IP addresses and a
   set of service parameters to reach such encrypted DNS resolvers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-add-dnr-16"/>
        </reference>
        <reference anchor="I-D.ietf-add-ddr">
          <front>
            <title>Discovery of Designated Resolvers</title>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Patrick McManus" initials="P." surname="McManus">
              <organization>Fastly</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Microsoft</organization>
            </author>
            <date day="5" month="August" year="2022"/>
            <abstract>
              <t>   This document defines Discovery of Designated Resolvers (DDR), a
   mechanism 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".  This
   mechanism can be used to move from unencrypted DNS to encrypted DNS
   when only the IP address of a resolver is known.  This mechanism is
   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="Internet-Draft" value="draft-ietf-add-ddr-10"/>
        </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="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System. It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC6763">
          <front>
            <title>DNS-Based Service Discovery</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document specifies how DNS resource records are named and structured to facilitate service discovery. Given a type of service that a client is looking for, and a domain in which the client is looking for that service, this mechanism allows clients to discover a list of named instances of that desired service, using standard DNS queries. This mechanism is referred to as DNS-based Service Discovery, or DNS-SD.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6763"/>
          <seriesInfo name="DOI" value="10.17487/RFC6763"/>
        </reference>
        <reference anchor="RFC9156">
          <front>
            <title>DNS Query Name Minimisation to Improve Privacy</title>
            <author fullname="S. Bortzmeyer" initials="S." surname="Bortzmeyer"/>
            <author fullname="R. Dolmans" initials="R." surname="Dolmans"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="November" year="2021"/>
            <abstract>
              <t>This document describes a technique called "QNAME minimisation" to improve DNS privacy, where the DNS resolver no longer always sends the full original QNAME and original QTYPE to the upstream name server. This document obsoletes RFC 7816.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9156"/>
          <seriesInfo name="DOI" value="10.17487/RFC9156"/>
        </reference>
        <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="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <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 updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RRTYPE" target="https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml">
          <front>
            <title>Resource Record (RR) TYPEs</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA-DNS" target="http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4">
          <front>
            <title>Domain Name System (DNS) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC8499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="January" year="2019"/>
            <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 sometimes 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 obsoletes RFC 7719 and updates RFC 2308.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </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="I-D.pp-add-resinfo">
          <front>
            <title>DNS Resolver Information Self-publication</title>
            <author fullname="Puneet Sood" initials="P." surname="Sood">
              <organization>Google</organization>
            </author>
            <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
              <organization>ICANN</organization>
            </author>
            <date day="30" month="June" year="2020"/>
            <abstract>
              <t>   This document describes methods for DNS resolvers to self-publish
   information about themselves.  The information is returned as a JSON
   object.  The names in this object are defined in an IANA registry
   that allows for light-weight registration.  Applications and
   operating systems can use the methods defined here to get the
   information from resolvers in order to make choices about how to send
   future queries to those resolvers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pp-add-resinfo-02"/>
        </reference>
      </references>
    </references>
    <?line 291?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This specification leverages the work that has been documented in
   <xref target="I-D.pp-add-resinfo"/>.</t>
      <t>Thanks to Tommy Jensen, Vittorio Bertola, Vinny Parla, Chris Box, Ben
   Schwartz, Tony Finch, Daniel Kahn Gillmor, Eric Rescorla, Shashank
   Jain, Florian Obser, Richard Baldry, and Martin Thomson for the discussion and
   comments.</t>
      <t>Thanks to Mark Andrews, Joe Abley, Paul Wouters, Tim
   Wicinski, and Steffen Nurpmeso for the discussion on the RR
   formatting rules.</t>
      <t>Thanks to Tommy Jensen for the Shepherd review.</t>
      <t>Thanks to Johan Stenstam for the dns-dir review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
