<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ip-dns-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="CONNECT-IP DNS">DNS Configuration for Proxying IP in HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-ip-dns-01"/>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>CA</region>
          <code>94043</code>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="18"/>
    <area>Web and Internet Transport</area>
    <workgroup>MASQUE</workgroup>
    <keyword>quic</keyword>
    <keyword>http</keyword>
    <keyword>datagram</keyword>
    <keyword>udp</keyword>
    <keyword>proxy</keyword>
    <keyword>tunnels</keyword>
    <keyword>quic in quic</keyword>
    <keyword>turtles all the way down</keyword>
    <keyword>masque</keyword>
    <keyword>http-ng</keyword>
    <keyword>dns</keyword>
    <abstract>
      <?line 46?>

<t>Proxying IP in HTTP allows building a VPN through HTTP load balancers. However,
at the time of writing, that mechanism doesn't offer a mechanism for
communicating DNS configuration information inline. In contrast, most existing
VPN protocols provide a mechanism to exchange DNS configuration information.
This document describes an extension that exchanges this information using HTTP
capsules. This mechanism supports encrypted DNS transports.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-masque.github.io/draft-ietf-masque-connect-ip-dns/draft-ietf-masque-connect-ip-dns.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-masque-connect-ip-dns/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Multiplexed Application Substrate over QUIC Encryption Working Group mailing list (<eref target="mailto:masque@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/masque/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/masque/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-masque/draft-ietf-masque-connect-ip-dns"/>.</t>
    </note>
  </front>
  <middle>
    <?line 55?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Proxying IP in HTTP (<xref target="CONNECT-IP"/>) allows building a VPN through
HTTP load balancers. However, at the time of writing, that mechanism doesn't
offer a mechanism for communicating DNS configuration information inline. In
contrast, most existing VPN protocols provide a mechanism to exchange DNS
configuration information (e.g., <xref target="IKEv2"/>). This document describes
an extension that exchanges this information using HTTP capsules
(<xref target="HTTP-DGRAM"/>). This document does not define any new ways to convey
DNS queries or responses, only a mechanism to exchange DNS configuration
information.</t>
      <t>Note that this extension is meant for cases where connect-ip is used like a
Remote Access VPN (see <xref section="8.1" sectionFormat="of" target="CONNECT-IP"/>), but not for cases like
IP Flow Forwarding (see <xref section="8.3" sectionFormat="of" target="CONNECT-IP"/>).</t>
      <t>This specification uses Service Bindings (<xref target="SVCB"/>) to exchange
information about nameservers, such as which encrypted DNS transport is
supported. This allows support for DNS over HTTPS (<xref target="DoH"/>), DNS over
QUIC (<xref target="DoQ"/>), DNS over TLS (<xref target="DoT"/>), unencrypted DNS over
UDP port 53 (<xref target="DNS"/>), and potential future DNS transports.</t>
      <section anchor="conventions-and-definitions">
        <name>Conventions and Definitions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>This document uses terminology from <xref target="QUIC"/>. Where this document
defines protocol types, the definition format uses the notation from <xref section="1.3" sectionFormat="of" target="QUIC"/>. This specification uses the variable-length integer encoding
from <xref section="16" sectionFormat="of" target="QUIC"/>. Variable-length integer values do not
need to be encoded in the minimum number of bytes necessary.</t>
        <t>In this document, we use the term "nameserver" to refer to a DNS recursive
resolver as defined in <xref section="6" sectionFormat="of" target="DNS-TERMS"/>, and the term
"domain name" is used as defined in <xref section="2" sectionFormat="of" target="DNS-TERMS"/>.</t>
      </section>
    </section>
    <section anchor="mechanism">
      <name>Mechanism</name>
      <t>Similar to how Proxying IP in HTTP exchanges IP address configuration
information (<xref section="4.7" sectionFormat="of" target="CONNECT-IP"/>), this mechanism leverages capsules
to request DNS configuration information and to assign it. Similarly, this
mechanism is bidirectional: either endpoint can request DNS configuration
information by sending a DNS_REQUEST capsule, and either endpoint can send DNS
configuration information in a DNS_ASSIGN capsule. These capsules follow the
format defined below.</t>
      <section anchor="domain-structure">
        <name>Domain Structure</name>
        <figure anchor="domain-format">
          <name>Internal Domain Format</name>
          <artwork><![CDATA[
Domain {
  Domain Length (i),
  Domain Name (..),
}
]]></artwork>
        </figure>
        <t>Each Domain contains the following fields:</t>
        <dl>
          <dt>Domain Length:</dt>
          <dd>
            <t>Length of the following Domain field, encoded as a variable-length integer.</t>
          </dd>
          <dt>Domain Name:</dt>
          <dd>
            <t>Fully Qualified Domain Name in DNS presentation format and using an
Internationalized Domain Names for Applications (IDNA) A-label
(<xref target="IDNA"/>).</t>
          </dd>
        </dl>
      </section>
      <section anchor="domain-struct">
        <name>Nameserver Structure</name>
        <figure anchor="ns-format">
          <name>Nameserver Format</name>
          <artwork><![CDATA[
Nameserver {
  Service Priority (16),
  IPv4 Address Count (i),
  IPv4 Address (32) ...,
  IPv6 Address Count (i),
  IPv6 Address (128) ...,
  Nameserver Domain (..),
  Service Parameters Length (i),
  Service Parameters (..),
}
]]></artwork>
        </figure>
        <t>Each Nameserver structure contains the following fields:</t>
        <dl>
          <dt>Service Priority:</dt>
          <dd>
            <t>The priority of this attribute compared to other nameservers, as specified in
<xref section="2.4.1" sectionFormat="of" target="SVCB"/>. Since this specification relies on using Service
Bindings in ServiceMode (<xref section="2.4.3" sectionFormat="of" target="SVCB"/>), this field <bcp14>MUST NOT</bcp14> be set
to 0.</t>
          </dd>
          <dt>IPv4 Address Count:</dt>
          <dd>
            <t>The number of IPv4 Address fields following this field. Encoded as a
variable-length integer.</t>
          </dd>
          <dt>IPv4 Address:</dt>
          <dd>
            <t>Sequence of IPv4 Addresses that can be used to reach this nameserver. Encoded
in network byte order.</t>
          </dd>
          <dt>IPv6 Address Count:</dt>
          <dd>
            <t>The number of IPv6 Address fields following this field. Encoded as a
variable-length integer.</t>
          </dd>
          <dt>IPv6 Address:</dt>
          <dd>
            <t>Sequence of IPv6 Addresses that can be used to reach this nameserver. Encoded
in network byte order.</t>
          </dd>
          <dt>Nameserver Domain:</dt>
          <dd>
            <t>A Domain structure (see <xref target="domain-struct"/>) representing the domain name of
the nameserver. This <bcp14>MAY</bcp14> be empty if the nameserver only supports unencrypted
DNS (as traditionally sent over UDP port 53).</t>
          </dd>
          <dt>Service Parameters Length:</dt>
          <dd>
            <t>Length of the following Service Parameters field, encoded as a
variable-length integer.</t>
          </dd>
          <dt>Service Parameters:</dt>
          <dd>
            <t>Set of service parameters that apply to this nameserver. Encoded using the
wire format specified in <xref section="2.2" sectionFormat="of" target="SVCB"/>.</t>
          </dd>
        </dl>
        <t>Service parameters allow exchanging additional information about the nameserver:</t>
        <ul spacing="normal">
          <li>
            <t>The "port" service parameter is used to indicate which port the nameserver is
reachable on. If no "port" service parameter is included, this indicates that
default port numbers should be used.</t>
          </li>
          <li>
            <t>The "alpn" service parameter is used to indicate which encrypted DNS
transports are supported by this nameserver. If the "no-default-alpn" service
parameter is omitted, that indicates that the nameserver supports unencrypted
DNS, as is traditionally sent over UDP port 53. In that case, the sum of IPv4
Address Count and IPv6 Address Count <bcp14>MUST</bcp14> be nonzero. If Nameserver Domain is
empty, the "alpn" and "no-default-alpn" service parameter <bcp14>MUST</bcp14> be omitted.</t>
          </li>
          <li>
            <t>The "dohpath" service parameter is used to convey a relative DNS over HTTPS
URI Template, see <xref section="5" sectionFormat="of" target="SVCB-DNS"/>.</t>
          </li>
          <li>
            <t>The service parameters <bcp14>MUST NOT</bcp14> include "ipv4hint" or "ipv6hint" SvcParams,
as they are superseded by the included IP addresses.</t>
          </li>
        </ul>
      </section>
      <section anchor="dns-configuration-structure">
        <name>DNS Configuration Structure</name>
        <figure anchor="assigned-addr-format">
          <name>Assigned Address Format</name>
          <artwork><![CDATA[
DNS Configuration {
  Request ID (i),
  Nameserver Count (i),
  Nameserver (..) ...,
  Internal Domain Count (i),
  Internal Domain (..) ...,
  Search Domain Count (i),
  Search Domain (..) ...,
}
]]></artwork>
        </figure>
        <t>Each DNS Configuration contains the following fields:</t>
        <dl newline="true" spacing="normal">
          <dt>Request ID:</dt>
          <dd>
            <t>Request identifier, encoded as a variable-length integer. If this DNS
Configuration is part of a request, then this contains a unique request
identifier. If this DNS configuration is part of an assignment that is in
response to a DNS configuration request then this field <bcp14>SHALL</bcp14> contain the value
of the corresponding field in the request. If this DNS configuration is part of
an unsolicited assignment, this field <bcp14>SHALL</bcp14> be zero.</t>
          </dd>
          <dt>Nameserver Count:</dt>
          <dd>
            <t>The number of Nameserver structures following this field. Encoded as
a variable-length integer.</t>
          </dd>
          <dt>Nameserver:</dt>
          <dd>
            <t>A series of Nameserver structures representing nameservers.</t>
          </dd>
          <dt>Internal Domain Count:</dt>
          <dd>
            <t>The number of Domain structures following this field. Encoded as a
variable-length integer.</t>
          </dd>
          <dt>Internal Domain:</dt>
          <dd>
            <t>A series of Domain structures representing internal domain names.</t>
          </dd>
          <dt>Search Domain Count:</dt>
          <dd>
            <t>The number of Domain structures following this field. Encoded as a
variable-length integer.</t>
          </dd>
          <dt>Search Domain:</dt>
          <dd>
            <t>A series of Domain structures representing search domains.</t>
          </dd>
        </dl>
      </section>
      <section anchor="dns-req">
        <name>DNS_REQUEST Capsule</name>
        <t>The DNS_REQUEST capsule (see <xref target="iana"/> for the value of the capsule type) allows
an endpoint to request DNS configuration from its peer. The capsule allows the
endpoint to optionally indicate a preference for which DNS configuration it
would get assigned. The sender can indicate that it has no preference by not
sending any nameservers or domain names in its request DNS Configuration.</t>
        <figure anchor="dns-req-format">
          <name>DNS_REQUEST Capsule Format</name>
          <artwork><![CDATA[
DNS_REQUEST Capsule {
  Type (i) = DNS_REQUEST,
  Length (i),
  DNS Configuration (..),
}
]]></artwork>
        </figure>
        <t>When sending a DNS_REQUEST capsule, the sender <bcp14>MUST</bcp14> generate and send a new
non-zero request ID that was not previously used on this IP Proxying stream.
Note that this request ID namespace is distinct from the one used by
ADDRESS_ASSIGN capsules (see <xref section="4.7.1" sectionFormat="of" target="CONNECT-IP"/>).</t>
        <t>An endpoint that receives a DNS_REQUEST capsule <bcp14>SHALL</bcp14> reply by sending a
DNS_ASSIGN capsule with the corresponding request ID. That DNS_ASSIGN capsule
<bcp14>MAY</bcp14> be empty, that indicates that its sender has no DNS configuration to share
with its peer.</t>
      </section>
      <section anchor="dns-assign">
        <name>DNS_ASSIGN Capsule</name>
        <t>The DNS_ASSIGN capsule (see <xref target="iana"/> for the value of the capsule type) allows
an endpoint to send DNS configuration to its peer.</t>
        <figure anchor="dns-assign-format">
          <name>DNS_ASSIGN Capsule Format</name>
          <artwork><![CDATA[
DNS_ASSIGN Capsule {
  Type (i) = DNS_ASSIGN,
  Length (i),
  DNS Configuration (..),
}
]]></artwork>
        </figure>
        <t>When sending a DNS_ASSIGN capsule in response to a received DNS_REQUEST
capsule, the Request ID field in the DNS_ASSIGN capsule <bcp14>SHALL</bcp14> be set to the
value in the received DNS_REQUEST capsule. Otherwise the request ID <bcp14>MUST</bcp14> be set
to zero.</t>
      </section>
    </section>
    <section anchor="handling">
      <name>Handling</name>
      <t>Note that internal domains include subdomains. In other words, if the DNS
configuration contains a domain, that indicates that the corresponding domain
and all of its subdomains can be resolved by the nameservers exchanged in the
same DNS configuration. Sending an empty string as an internal domain indicates
the DNS root; i.e., that the corresponding nameserver can resolve all domain
names.</t>
      <t>As with other IP Proxying capsules, the receiver can decide whether to use or
ignore the configuration information. For example, in the consumer VPN
scenario, clients will trust the IP proxy and apply received DNS configuration,
whereas IP proxies will ignore any DNS configuration sent by the client.</t>
      <t>If the IP proxy sends a DNS_ASSIGN capsule containing a DNS over HTTPS
nameserver, then the client can validate whether the IP proxy is authoritative
for the origin of the URI template. If this validation succeeds, the client
<bcp14>SHOULD</bcp14> send its DNS queries to that nameserver directly as independent HTTPS
requests. When possible, those requests <bcp14>SHOULD</bcp14> be coalesced over the same HTTPS
connection.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <section anchor="full-tunnel-consumer-vpn">
        <name>Full-Tunnel Consumer VPN</name>
        <t>A full-tunnel consumer VPN hosted at masque.example could configure the client
to use DNS over HTTPS to the IP proxy itself by sending the following
configuration.</t>
        <figure anchor="ex-doh">
          <name>Full Tunnel Example</name>
          <artwork><![CDATA[
DNS Configuration = {
  Nameservers = [{
    Service Priority = 1,
    IPv4 Address = [],
    IPv6 Address = [],
    Nameserver Domain = "masque.example",
    Service Parameters = {
      alpn=h2,h3
      dohpath=/dns-query{?dns}
    },
  }],
  Internal Domains = [""],
  Search Domains = [],
}
]]></artwork>
        </figure>
      </section>
      <section anchor="split-tunnel-enterprise-vpn">
        <name>Split-Tunnel Enterprise VPN</name>
        <t>An enterprise switching their preexisting IKEv2/IPsec split-tunnel VPN to
connect-ip could use the following configuration.</t>
        <figure anchor="ex-split">
          <name>Split Tunnel Example</name>
          <artwork><![CDATA[
DNS Configuration = {
  Nameservers = [{
    Service Priority = 1,
    IPv4 Address = [192.0.2.33],
    IPv6 Address = [2001:db8::1],
    Nameserver Domain = "",
    Service Parameters = {},
  }],
  Internal Domains = ["internal.corp.example"],
  Search Domains = [
    "internal.corp.example",
    "corp.example",
  ],
}
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Acting on received DNS_ASSIGN capsules can have significant impact on endpoint
security. Endpoints <bcp14>MUST</bcp14> ignore DNS_ASSIGN capsules unless it has reason to
trust its peer and is expecting DNS configuration from it.</t>
      <t>This mechanism can cause an endpoint to use a nameserver that is outside of the
connect-ip tunnel. While this is acceptable in some scenarios, in others it
could break the privacy properties provided by the tunnel. To avoid this,
implementations need to ensure that DNS_ASSIGN capsules are not sent before the
corresponding ROUTE_ADVERTISEMENT capsule.</t>
      <t>The requirement for an endpoint to always send DNS_ASSIGN capsules in response
to DNS_REQUEST capsules could lead it to buffer unbounded amounts of memory if
the underlying stream is blocked by flow or congestion control. Implementations
<bcp14>MUST</bcp14> place an upper bound on that buffering and abort the stream if that limit
is reached.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document, if approved, will request IANA add the following values to the
"HTTP Capsule Types" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/masque"/>&gt;.</t>
      <table anchor="iana-capsules-table">
        <name>New Capsules</name>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Capsule Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0x818F79E</td>
            <td align="left">DNS_ASSIGN</td>
          </tr>
          <tr>
            <td align="left">0x818F79F</td>
            <td align="left">DNS_REQUEST</td>
          </tr>
        </tbody>
      </table>
      <t>Note that, if this document is approved, the values defined above will be
replaced by smaller ones before publication.</t>
      <t>All of these new entries use the following values for these fields:</t>
      <dl spacing="compact" newline="false">
        <dt>Status:</dt>
        <dd>
          <t>provisional (permanent if this document is approved)</t>
        </dd>
        <dt>Reference:</dt>
        <dd>
          <t>This document</t>
        </dd>
        <dt>Change Controller:</dt>
        <dd>
          <t>IETF</t>
        </dd>
        <dt>Contact:</dt>
        <dd>
          <t>masque@ietf.org</t>
        </dd>
        <dt>Notes:</dt>
        <dd>
          <t>None</t>
        </dd>
      </dl>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="CONNECT-IP">
          <front>
            <title>Proxying IP in HTTP</title>
            <author fullname="T. Pauly" initials="T." role="editor" surname="Pauly"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="A. Chernyakhovsky" initials="A." surname="Chernyakhovsky"/>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <date month="October" year="2023"/>
            <abstract>
              <t>This document describes how to proxy IP packets in HTTP. This protocol is similar to UDP proxying in HTTP but allows transmitting arbitrary IP packets. More specifically, this document defines a protocol that allows an HTTP client to create an IP tunnel through an HTTP server that acts as an IP proxy. This document updates RFC 9298.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9484"/>
          <seriesInfo name="DOI" value="10.17487/RFC9484"/>
        </reference>
        <reference anchor="HTTP-DGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes HTTP Datagrams, a convention for conveying multiplexed, potentially unreliable datagrams inside an HTTP connection.</t>
              <t>In HTTP/3, HTTP Datagrams can be sent unreliably using the QUIC DATAGRAM extension. When the QUIC DATAGRAM frame is unavailable or undesirable, HTTP Datagrams can be sent using the Capsule Protocol, which is a more general convention for conveying data in HTTP connections.</t>
              <t>HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9297"/>
          <seriesInfo name="DOI" value="10.17487/RFC9297"/>
        </reference>
        <reference anchor="SVCB">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="DoH">
          <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="DoQ">
          <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="DoT">
          <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="DNS">
          <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="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="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="DNS-TERMS">
          <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="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="IDNA">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version. It describes the document collection and provides definitions and other material that are common to the set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5890"/>
          <seriesInfo name="DOI" value="10.17487/RFC5890"/>
        </reference>
        <reference anchor="SVCB-DNS">
          <front>
            <title>Service Binding Mapping for DNS Servers</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>The SVCB DNS resource record type expresses a bound collection of endpoint metadata, for use when establishing a connection to a named service. DNS itself can be such a service, when the server is identified by a domain name. This document provides the SVCB mapping for named DNS servers, allowing them to indicate support for encrypted transport protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9461"/>
          <seriesInfo name="DOI" value="10.17487/RFC9461"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IKEv2">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="C. Kaufman" initials="C." surname="Kaufman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="Y. Nir" initials="Y." surname="Nir"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>This document describes version 2 of the Internet Key Exchange (IKE) protocol. IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs). This document obsoletes RFC 5996, and includes all of the errata for it. It advances IKEv2 to be an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="79"/>
          <seriesInfo name="RFC" value="7296"/>
          <seriesInfo name="DOI" value="10.17487/RFC7296"/>
        </reference>
        <reference anchor="IKEv2-DNS">
          <front>
            <title>Split DNS Configuration for the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="P. Wouters" initials="P." surname="Wouters"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This document defines two Configuration Payload Attribute Types (INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA) for the Internet Key Exchange Protocol version 2 (IKEv2). These payloads add support for private (internal-only) DNS domains. These domains are intended to be resolved using non-public DNS servers that are only reachable through the IPsec connection. DNS resolution for other domains remains unchanged. These Configuration Payloads only apply to split- tunnel configurations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8598"/>
          <seriesInfo name="DOI" value="10.17487/RFC8598"/>
        </reference>
        <reference anchor="IKEv2-SVCB">
          <front>
            <title>Internet Key Exchange Protocol Version 2 (IKEv2) Configuration for Encrypted DNS</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="V. Smyslov" initials="V." surname="Smyslov"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies new Internet Key Exchange Protocol Version 2 (IKEv2) Configuration Payload Attribute Types to assign DNS resolvers that support encrypted DNS protocols, such as DNS over HTTPS (DoH), DNS over TLS (DoT), and DNS over QUIC (DoQ).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9464"/>
          <seriesInfo name="DOI" value="10.17487/RFC9464"/>
        </reference>
      </references>
    </references>
    <?line 449?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The mechanism in this document was inspired by <xref target="IKEv2"/>,
<xref target="IKEv2-DNS"/>, and <xref target="IKEv2-SVCB"/>. The author would like to
thank <contact fullname="Alex Chernyakhovsky"/>, <contact fullname="Tommy Pauly"/>, and other enthusiasts in
the MASQUE Working Group for their contributions.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
