<?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.6.34 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-add-resolver-info-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="DNS Resolver Information">DNS Resolver Information</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-add-resolver-info-02"/>
    <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="May" day="26"/>
    <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 recursive
   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 servers provided by a local network,
   for example, using the techniques specified in <xref target="I-D.ietf-add-dnr"/> and
   <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 scope.</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"/>.</t>
      <t>'Encrypted DNS' 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>
    </section>
    <section anchor="retrieving-resolver-information">
      <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 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 server (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 server, the
   client can retrieve the resolver information using the RESINFO RR
   type and the QNAME of the designated resolver.</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 a an optional attribute.  For example, a DoT server may
 not want to host an HTTPS server.</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
                      resinfourl=https://resolver.example.com/guide
]]></artwork>
      </figure>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>In order to prevent DNS response forgery attacks, DNS clients <bcp14>MUST</bcp14> either use an authenticated secure
   connection to the DNS server or use local DNSSEC validation to retrieve the resolver information.</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" subregistry of the "Domain Name System
   (DNS) Parameters" registry 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 sub-registry entitled "DNS
   Resolver Information Keys" under the "Domain Name System (DNS) Parameters" registry (<xref target="IANA-DNS"/>).  This new sub-registry contains definitions of
   the keys that can be used to provide the resolver information.</t>
        <t>The registration procedure is Specification Required (Section 4.6 of
   <xref 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">boolean</td>
              <td align="left">Indicates whether 'qnameminimization' is enabled or not</td>
              <td align="center">[RFCXXXX]</td>
            </tr>
            <tr>
              <td align="center">exterr</td>
              <td align="center">number</td>
              <td align="left">Lists the set of extended DNS errors</td>
              <td align="center">[RFCXXXX]</td>
            </tr>
            <tr>
              <td align="center">infourl</td>
              <td align="center">string</td>
              <td align="left">Provides an unstructured resolver information that is used for troubleshooting</td>
              <td align="center">[RFCXXXX]</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="R. Dolmans" initials="R." surname="Dolmans">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="E. Hunt" initials="E." surname="Hunt">
              <organization/>
            </author>
            <author fullname="R. Arends" initials="R." surname="Arends">
              <organization/>
            </author>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker">
              <organization/>
            </author>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence">
              <organization/>
            </author>
            <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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <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>
        <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="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="RFC8499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan">
              <organization/>
            </author>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <author fullname="D. Wessels" initials="D." surname="Wessels">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <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 263?>

<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, and Richard Baldry 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>
    </section>
  </back>
  <!-- ##markdown-source:
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
figAAA==

-->

</rfc>
