<?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.5 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-add-resolver-info-10" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.2 -->
  <front>
    <title abbrev="DNS Resolver Information">DNS Resolver Information</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-add-resolver-info-10"/>
    <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="2024" month="February" day="15"/>
    <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 this 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 clients communicated with upstream
   recursive resolvers without needing to know anything about the features
   supported by these resolvers. Also, more and more recursive
   resolvers expose different features that may impact delivered DNS
   services. It is thus valuable to support means to help DNS clients to identify the capabilities of
   resolvers.  Typically, DNS clients can discover
   and authenticate encrypted DNS resolvers provided by a local network,
   for example, using the Discovery of Network-designated Resolvers (DNR) <xref target="RFC9463"/> and the Discovery of Designated Resolvers (DDR)
   <xref target="RFC9462"/>.  However, these DNS clients 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 DNS clients 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>
        <dt>Reputation:</dt>
        <dd>
          <t>"The estimation in which an identifiable actor is held, especially by the
 community or the Internet public generally" (<xref section="1" sectionFormat="of" target="RFC7070"/>.</t>
        </dd>
      </dl>
    </section>
    <section anchor="retreive">
      <name>Retrieving Resolver Information</name>
      <t>A DNS client 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 Authority section <bcp14>MUST</bcp14> have exactly one record. The RESINFO
   in the Authority section reflects that the RESINFO is a property of the resolver
   and is not subject to recursive resolution.</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 DNR <xref target="RFC9463"/>).</t>
      <t>If the Special-Use Domain Name "resolver.arpa", defined in <xref target="RFC9462"/>, 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". In this case, a client has to contend
   with the risk that a resolver does not support RESINFO. The resolver might
   pass the query upstream, and then the client can receive a positive RESINFO response either
   from a legitimate upstream DNS resolver or an attacker. If a client sees the RESINFO in the
   Answer section, it can detect that the response is not provided by the resolver
   and discards the response.</t>
    </section>
    <section anchor="format">
      <name>Format of the Resolver Information</name>
      <t>The resolver information record uses the same format as DNS TXT records.
   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, or how to report a problem) for
 troubleshooting purposes. The server that exposes such information is called "resolver information server".
</t>
          <t>The resolver information 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 possibly
 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>
      </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>DNS clients communicating with discovered DNS resolvers <bcp14>MUST</bcp14> use one of the following measures
to prevent DNS response forgery attacks:</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>It is important to note that, of these two measures, only the first one can apply to queries for 'resolver.arpa'.</t>
      <t>An encrypted resolver may return incorrect information in RESINFO. If the client cannot validate the attributes received from the resolver, that will be used for resolver selection or displayed to the end-user, the client should process those attributes only if the encrypted resolver has sufficient reputation according to local policy (e.g., user configuration, administrative configuration, or a built-in list of reputable resolvers). This approach limits the ability of a malicious encrypted resolver to cause harm with false claims.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: Please update "RFCXXXX" occurrences 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 update this entry 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: 261
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>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="left">Description</th>
              <th align="center">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">qnamemin</td>
              <td align="left">The presence of the key name indicates that QNAME minimization is enabled</td>
              <td align="center">RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">exterr</td>
              <td align="left">Lists the set of supported extended DNS errors. It must be an INFO-CODE decimal value in the "Extended DNS Error Codes" registry.</td>
              <td align="center">RFCXXXX</td>
            </tr>
            <tr>
              <td align="center">infourl</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>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9463">
          <front>
            <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." role="editor" surname="Reddy.K"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="N. Cook" initials="N." surname="Cook"/>
            <author fullname="T. Jensen" initials="T." surname="Jensen"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies new DHCP and IPv6 Router Advertisement options to discover encrypted DNS resolvers (e.g., DNS over HTTPS, DNS over TLS, and 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="RFC" value="9463"/>
          <seriesInfo name="DOI" value="10.17487/RFC9463"/>
        </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="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="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="RFC7070">
          <front>
            <title>An Architecture for Reputation Reporting</title>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <author fullname="M. Kucherawy" initials="M." surname="Kucherawy"/>
            <date month="November" year="2013"/>
            <abstract>
              <t>This document describes a general architecture for a reputation-based service, allowing one to request reputation-related data over the Internet, where "reputation" refers to predictions or expectations about an entity or an identifier such as a domain name. The document roughly follows the recommendations of RFC 4101 for describing a protocol model.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7070"/>
          <seriesInfo name="DOI" value="10.17487/RFC7070"/>
        </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 278?>

<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>Special thanks to Tommy Jensen for the careful and thoughtful Shepherd review.</t>
      <t>Thanks to Johan Stenstam for the dns-dir review and Ray Bellis for the RRTYPE allocation review.</t>
      <t>Thanks to Eric Vyncke for the AD review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA61a3ZbbRnK+51N06AtpckhqqH/xrOylxFE0Xmkkcyh7fXJy
AQJNsjMAGosGhqLlybPkWfJk+aqqGwRIytaeZG6GBLur6/ern8ZwOOxVpkr1
RPVnV9dqrp1Nb3WpLvOVLbOoMjbv96LlstS3f7gkjiq9tuVuolyV9HqJjfMo
A9WkjFbV0OhqNYySZFj6zUODzcPxec/Vy8w4BxrVrsD6y4vFm15eZ0tdTnoJ
iE56sc2dzl3tJqoqa90DI496UakjMHSZV7rMddXvbW15sy5tXeDpdDbr9270
Ds+SSU8N1aKMcldgTx7v6PsnB/4vPhe6NHik6RGJhqckmNOpjkmsXi+qq40t
iUZP4W9Vp6nItTBlnUWpdtuohEqSZMcLbLmOcvMbK2WiruyNifh5bOu8Iu1c
5ol/pLPIpBN1Y/OkMuVf1/R1FNvs+Kz3doP/iXpl6zhKIlOeOOoDJFzr7llv
8Cz2z0yFB3Od59r5RQkoP3pyfn7e5iaTo0bLcNRfLRNmxnq52PsWRumZYH36
ptR8vvj148WEaXmHIkepy1jjQwxDqPvz+ZmiVcJBo1rlpYFypldToRCVa11N
1KaqCjd58GC73Y5MlEcjLHsQwV3Weabzyj1IcjeEXcEz/ODw6+jzpspSJsie
pFZR6nQPD+igISze4XdmoYNcXWG3ut65SmfqPtacqY8NxX+K8f8j3991Hw4f
HwsyHA5VtHRVGcUViaUWG+MUYq+mU5QrdGxWRjsVKRDZ2ETBZuzpIQ6dqqwq
6mVq3IYImH1Mg7KtK1VtdIaAuNVupHhrnBoSQcVRrmqnaUFD7pAEiJsEq81q
x+viqIiWJjUVMWVXXVZG6q3dKlfHGwXSbTIQCrv5uEQtdx028BuxCWJ0gItt
oeVLSxMjUVVmkiSF2r6DAyBCbFL7KAfXb42rbGniKE13g66cNsvq3BDAJWpr
qo2qC6hcRxntK3Vclw5B0FIpLSKecq0Tk69JCzc5RIvyHdjCg0azaqWjqi4l
Jl1dFLasRET86HRbN9PU2QHis9Sgk8iH5nDhJJyvPxcWmxOzWumSHCGcAqpR
pbJop0xWwGdUolPsLnEkJGYegIAmJltfVqL22qnbKK2jZapJEM8k/AmISg82
Oi06+voTm3dYhUstdsVJrcMFEgNzeq8imSnwiDCZQgG3y11RCest4YvS3uJ8
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
i/8XS5wVEfMvAAA=

-->

</rfc>
