<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc category="std" docName="draft-reddy-add-resolver-info-06"
     ipr="trust200902">
  <front>
    <title abbrev="DNS Resolver Information">DNS Resolver Information</title>

    <author fullname="Tirumaleswar Reddy" initials="T." surname="Reddy">
      <organization>Nokia</organization>

      <address>
        <postal>
          <street></street>

          <country>India</country>
        </postal>

        <email>kondtir@gmail.com</email>
      </address>
    </author>

    <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
      <organization>Orange</organization>

      <address>
        <postal>
          <street></street>

          <city>Rennes</city>

          <code>35000</code>

          <country>France</country>
        </postal>

        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>

    <date />

    <workgroup>ADD WG</workgroup>

    <abstract>
      <t>This document specifies a method for DNS resolvers to publish
      information about themselves. DNS clients can use the resolver
      information to identify the capabilities of DNS resolvers.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="intro" title="Introduction">
      <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 the delivered DNS service,
      means to help stub resolvers to identify the capabilities of the
      resolver 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"></xref> and <xref
      target="I-D.ietf-add-ddr"></xref>. However, these stub resolvers need a
      means 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 RR type is
      defined for stub resolvers to query the recursive resolvers. The
      information that a resolver might want to give is defined in <xref
      target="attributes"></xref>.</t>

      <t>Retrieved information can be used to feed the server selection
      procedure.</t>
    </section>

    <section anchor="notation" title="Terminology">
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
      "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in BCP 14
      <xref target="RFC2119"></xref><xref target="RFC8174"></xref> when, and
      only when, they appear in all capitals, as shown here.</t>

      <t>This document makes use of the terms defined in <xref
      target="RFC8499"></xref>.</t>

      <t>'Encrypted DNS' refers to a DNS protocol that provides an encrypted
      channel between a DNS client and server (e.g., DoT, DoH, or DoQ).</t>
    </section>

    <section anchor="resolver-info" title="Retrieving Resolver Information">
      <t>A stub resolver that wants to retrieve the resolver information may
      use the RR type "RESINFO" defined in this document (see <xref
      target="RESINFO"></xref>).</t>

      <t>The content of the RDATA in a response to RR type query is defined in
      <xref target="attributes"></xref>. If the resolver understands the
      RESINFO RR type, the RRSet in the Answer section MUST have exactly one
      record.</t>

      <t>A DNS client can retrieve the resolver information using the RESINFO
      RR type and QNAME of the domain name that is used to authenticate the
      DNS server (referred to as ADN in <xref
      target="I-D.ietf-add-dnr"></xref>).</t>

      <t>If the special use domain name "resolver.arpa" defined in <xref
      target="I-D.ietf-add-ddr"></xref> is used to discover the Encrypted DNS
      server, the client can retrieve the resolver information using the
      RESINFO RR type and QNAME of the designated resolver.</t>
    </section>

    <section anchor="content-format"
             title="Format of the Resolver Information">
      <t>The resolver information uses the same format as DNS TXT records. The
      intention of 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 Section 3.3.14 of the DNS
      specification <xref target="RFC1035"></xref> and further elaborated in
      Section 6.1 of the DNS-based Service Discovery (DNS-SD) <xref
      target="RFC6763"></xref>. The recommendations to limit the TXT record
      size are discussed in Section 6.2 of <xref target="RFC6763"></xref>.
      </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 Section 6.3 of <xref
      target="RFC6763"></xref>. 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 MUST silently
      ignore them. The same rules for the keys as those defined in Section 6.4
      of <xref target="RFC6763"></xref> MUST be followed for RESINFO. </t>

      <t>Keys MUST either be defined in the IANA registry <xref
      target="resolver-information"></xref> or begin with the substring
      "temp-" for names defined for local use only.</t>
    </section>

    <section anchor="attributes" title="Resolver Information Keys/Values">
      <t>The following resolver information keys are defined:</t>

      <t><list style="hanging">
          <t hangText="qnamemin:">If the DNS resolver supports QNAME
          minimisation <xref target="RFC9156"></xref> to improve DNS privacy,
          the key is present. Note that, as per the rules for the keys defined
          in Section 6.4 of <xref target="RFC6763"></xref>, if there is no '='
          in a key, then it is a boolean attribute, simply identified as being
          present, with no value. <vspace blankLines="1" />This is a mandatory
          attribute.</t>

          <t hangText="exterr:">If the DNS resolver supports extended DNS
          errors (EDE) <xref target="RFC8914"></xref> 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
          MUST be comma-separated. <vspace blankLines="1" />This is an
          optional attribute.</t>

          <t hangText="infourl:">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 purpose. <vspace blankLines="1" />The
          server MUST support the content-type 'text/html'. The DNS client
          MUST reject the URL if the scheme is not "https". The client MUST
          validate that both the encrypted DNS server and the resolver
          information server are owned and managed by the same entity by
          establishing a TLS connection to the domain name in the URL and
          checking if the subjectAltName entry in the server certificate
          includes the name of the encrypted DNS server. If this match fails,
          the client MUST ignore the resolver information. The URL should be
          treated only as diagnostic information for IT staff. <vspace
          blankLines="1" />This is a mandatory attribute.</t>
        </list></t>

      <t>New keys can be defined as per the procedure defined in <xref
      target="resolver-information"></xref>.</t>

      <t><xref target="poex"></xref> shows an example of published resolver
      information record:</t>

      <figure anchor="poex" title="An Example of Resolver Information Record">
        <artwork><![CDATA[  resolver.example.net. 7200 IN RESINFO qnamemin exterr=15,16,17
                     resinfourl=https://resolver.example.com/guide
]]></artwork>
      </figure>
    </section>

    <section anchor="Security" title="Security Considerations">
      <t>Unless a DNS request to retrieve the resolver information is
      encrypted (e.g., sent over DNS-over-TLS (DoT) <xref
      target="RFC7858"></xref> or DNS-over- HTTPS (DoH)) <xref
      target="RFC8484"></xref>), the response is susceptible to forgery. The
      DNS resolver information can be retrieved after the encrypted connection
      is established to the DNS server or retrieved before the encrypted
      connection is established to the DNS server by using local DNSSEC
      validation.</t>
    </section>

    <section anchor="IANA" title="IANA Considerations">
      <t><list style="empty">
          <t>Note to the RFC Editor: Please update [RFCXXXX] with the RFC
          number to be assigned to this document.</t>
        </list></t>

      <section anchor="RESINFO" title="RESINFO RR Type">
        <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"></xref>:</t>

        <t><figure>
            <artwork><![CDATA[Type: RESINFO 
Value: TBD 
Meaning: Resolver Information as Key/Value Pairs
Reference: [RFCXXXX] 
]]></artwork>
          </figure></t>
      </section>

      <section anchor="resolver-information"
               title="DNS Resolver Information Key Registration">
        <t>This document requests IANA to create a new registry entitled "DNS
        Resolver Information Keys". This 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"></xref>).</t>

        <t>The structure of the registry is as follows:<list style="hanging">
            <t hangText="Name:">The key name. The name MUST conform to the
            definition in <xref target="content-format"></xref>. The IANA
            registry MUST NOT register names that begin with "temp-", so these
            names can be used freely by any implementer.</t>

            <t hangText="Value Type:">The type of the value to be used in the
            key.</t>

            <t hangText="Description:">A description of the registered
            key.</t>

            <t hangText="Specification:">The reference specification for the
            registered element.</t>
          </list></t>

        <t>The initial content of this registry is provided in <xref
        target="initial"></xref>.</t>

        <texttable anchor="initial" title="Initial RESINFO Registry">
          <ttcol>Name</ttcol>

          <ttcol>Value Type</ttcol>

          <ttcol>Specification</ttcol>

          <ttcol>Specification</ttcol>

          <c>qnamemin</c>

          <c>boolean</c>

          <c>Indicates whether qnameminimization is enabled or not</c>

          <c>[RFCXXXX]</c>

          <c>exterr</c>

          <c>number</c>

          <c>Lists the set of extended DNS errors</c>

          <c>[RFCXXXX]</c>

          <c>infourl</c>

          <c>string</c>

          <c>Provides an unstructured resolver information that is used for
          troubleshooting</c>

          <c>[RFCXXXX]</c>
        </texttable>

        <t></t>
      </section>
    </section>

    <section anchor="acknowledgments" title="Acknowledgments">
      <t>This specification leverages the work that has been documented in
      <xref target="I-D.pp-add-resinfo"></xref>.</t>

      <t>Thanks to Tommy Jensen, Vittorio Bertola, Vinny Parla, Chris Box, Ben
      Schwartz, Tony Finch, Daniel Kahn Gillmor, Eric Rescorla, and Shashank
      Jain for the discussion and comments. Thanks to Mark Andrews, Joe Abley,
      Paul Wouters, Tim Wicinski, and Steffen Nurpmeso for the discussion on
      the RR formatting rules.</t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <?rfc include="reference.RFC.2119"?>

      <?rfc include="reference.RFC.1035"?>

      <?rfc include='reference.RFC.8174'?>

      <?rfc include="reference.RFC.9156"?>

      <?rfc include="reference.RFC.8126"?>

      <?rfc include='reference.RFC.8914' ?>

      <?rfc include='reference.RFC.6763' ?>
    </references>

    <references title="Informative References">
      <?rfc include="reference.RFC.8499"?>

      <?rfc include="reference.RFC.7858"?>

      <?rfc include="reference.RFC.8484"?>

      <?rfc include='reference.I-D.pp-add-resinfo'?>

      <?rfc include='reference.I-D.ietf-add-dnr'?>

      <?rfc include='reference.I-D.ietf-add-ddr'?>

      <reference anchor="RRTYPE"
                 target="http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4">
        <front>
          <title>Resource Record (RR) TYPEs</title>

          <author>
            <organization>IANA</organization>
          </author>

          <date />
        </front>
      </reference>
    </references>
  </back>
</rfc>
