<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ip-dns-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="CONNECT-IP DNS and PREF64">DNS and PREF64 Configuration for Proxying IP in HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-ip-dns-05"/>
    <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>
    <author initials="Y." surname="Rosomakho" fullname="Yaroslav Rosomakho">
      <organization>Zscaler</organization>
      <address>
        <postal>
          <street>120 Holger Way</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>United States of America</country>
        </postal>
        <email>yrosomakho@zscaler.com</email>
      </address>
    </author>
    <date year="2025" month="October" day="14"/>
    <area>Web and Internet Transport</area>
    <workgroup>MASQUE</workgroup>
    <keyword>quic</keyword>
    <keyword>http</keyword>
    <keyword>datagram</keyword>
    <keyword>udp</keyword>
    <keyword>tcp</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 57?>

<t>Proxying IP in HTTP allows building a VPN through HTTP load balancers. However,
at the time of writing, that mechanism lacks a way to communicate network
configuration details such as DNS information or IPv6 NAT64 prefixes (PREF64).
In contrast, most existing VPN protocols provide mechanisms to exchange
such configuration information.</t>
      <t>This document defines extensions that convey DNS and PREF64 configuration
using HTTP capsules. This mechanism supports encrypted DNS transports
and can be used to inform peers about network translation prefixes for IPv6/IPv4
synthesis.</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 70?>

<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 lacks
a way to communicate network configuration details such as DNS information
or IPv6 NAT64 prefixes (PREF64). In contrast, most existing VPN protocols provide
mechanisms to exchange such configuration information (for example
<xref target="IKEv2"/> supports discovery of DNS servers).</t>
      <t>This document defines extensions that allow CONNECT-IP peers to convey DNS
and PREF64 configuration information to its peer using HTTP capsules
(<xref target="HTTP-DGRAM"/>). These extensions do not define any new way to
transport DNS queries or responses, but instead enable the exchange of DNS
resolver configuration and NAT64 prefix information inline with CONNECT-IP
sessions.</t>
      <t>Note that these extensions are meant for cases where CONNECT-IP operates as a
Remote Access VPN (see <xref section="8.1" sectionFormat="of" target="CONNECT-IP"/>) or a Site-to-Site VPN
(see <xref section="8.2" 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>For DNS configuration, 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 and TCP port 53 (<xref target="DNS"/>), as well as potential future DNS
transports. PREF64 configuration is represented in a way similar to Router
Advertisement option defined in <xref section="4" sectionFormat="of" target="PREF64-RA"/>.</t>
      <t>Similar to how Proxying IP in HTTP exchanges IP address configuration
information (<xref section="4.7" sectionFormat="of" target="CONNECT-IP"/>), the mechanism defined in this document
leverages capsules. Similarly, these mechanisms are bidirectional: either endpoint
can send configuration information.</t>
    </section>
    <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 anchor="dns-configuration-mechanism">
      <name>DNS Configuration Mechanism</name>
      <t>Either endpoint can send DNS configuration information in a
<tt>DNS_ASSIGN</tt> capsule. The capsule format is defined below.</t>
      <section anchor="domain-structure">
        <name>Domain Structure</name>
        <figure anchor="domain-format">
          <name>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) ...,
  Authentication Domain Name (..),
  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>Authentication Domain Name:</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 and TCP 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 and TCP port 53. In that case,
the sum of IPv4 Address Count and IPv6 Address Count <bcp14>MUST</bcp14> be nonzero. If
Authentication Domain Name 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="dns-configuration">
          <name>DNS Configuration Format</name>
          <artwork><![CDATA[
DNS Configuration {
  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>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-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>DNS_ASSIGN capsule <bcp14>MAY</bcp14> include multiple DNS configurations if different DNS
servers are responsible for separate internal domains.</t>
        <t>If multiple DNS_ASSIGN capsules are sent in one direction, each DNS_ASSIGN
capsule supersedes prior ones.</t>
      </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.org 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 = [],
    Authentication Domain Name = "masque.example.org",
    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],
    Authentication Domain Name = "",
    Service Parameters = {},
  }],
  Internal Domains = ["internal.corp.example"],
  Search Domains = [
    "internal.corp.example",
    "corp.example",
  ],
}
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
    <section anchor="pref64-configuration-mechanism">
      <name>PREF64 Configuration Mechanism</name>
      <t>This document defines a new capsule type, <tt>PREF64</tt>, that allows a CONNECT-IP peer
to communicate the IPv6 NAT64 prefixes to be used for IPv6/IPv4 address synthesis.
This information enables an endpoint operating in an IPv6-only environment to
construct IPv4-reachable addresses from IPv6 literals when a NAT64 translator is in use.</t>
      <section anchor="pref64-capsule">
        <name>PREF64 Capsule</name>
        <t>Each PREF64 capsule conveys zero or more NAT64 prefixes. If multiple capsules are sent
in the same direction, the most recent one replaces any previously advertised prefixes.
Empty PREF64 capsule is used to inform that NAT64 prefixes are not available.</t>
        <t>The capsule has the following structure (see <xref target="iana"/> for the value of the capsule type):</t>
        <figure anchor="pref64-format">
          <name>PREF64 Capsule Format</name>
          <artwork><![CDATA[
PREF64 Capsule {
  Type (i) = PREF64,
  Length (i),
  NAT64 Prefix (104) ...,
}
]]></artwork>
        </figure>
        <t>Individual NAT64 prefix has the following structure:</t>
        <figure anchor="nat64-prefix">
          <name>NAT64 Prefix Format</name>
          <artwork><![CDATA[
NAT64 Prefix {
  Prefix Length (8),
  Prefix (96),
}
]]></artwork>
        </figure>
        <t>NAT64 prefix fields are:</t>
        <dl>
          <dt>Prefix Length:</dt>
          <dd>
            <t>The length of the NAT64 prefix in bits encoded as a single byte. Valid values are 32, 40, 48,
56, 64, and 96. These lengths correspond to the prefix sizes permitted for the IPv6-to-IPv4
address synthesis algorithm described in <xref section="2.2" sectionFormat="of" target="IPv6-TRANSLATOR"/>.</t>
          </dd>
          <dt>Prefix:</dt>
          <dd>
            <t>The highest 96 bits of the IPv6 prefix, encoded in network byte order. Note that this field is
always 96 bits long, regardless of the value in the Prefix Length field
preceding it, see <xref section="2.2" sectionFormat="of" target="IPv6-TRANSLATOR"/> for details.</t>
          </dd>
        </dl>
      </section>
      <section anchor="handling-1">
        <name>Handling</name>
        <t>Upon receiving a PREF64 capsule, a peer updates its local NAT64 configuration for the
corresponding CONNECT-IP session. The newly received PREF64 capsule overrides any previously
received PREF64 capsules in the same direction.</t>
        <t>If an endpoint receives a capsule that does not meet one of the requirements listed in <xref target="pref64-capsule"/>, or
with a length that is not a multiple of 13 bytes, it <bcp14>MUST</bcp14> treat it as malformed. An empty
PREF64 capsule invalidates any previously received NAT64 Prefixes.</t>
      </section>
      <section anchor="example">
        <name>Example</name>
        <t>A CONNECT-IP peer would use the following capsule to signal a single NAT64 prefix of <tt>64:ff9b::/96</tt></t>
        <figure anchor="ex-pref64">
          <name>PREF64 Capsule Example</name>
          <artwork><![CDATA[
PREF64 Capsule {
  Type (i) = PREF64,
  Length (i) = 13,
  NAT64 Prefix {
    Prefix Length (8) = 96
    Prefix (96) = 0x00 0x64 0xff 0x9b 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00,
  }
}
]]></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>
    </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>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Capsule Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0x1ACE79EC (if this document is approved, this value will be</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">replaced by a smaller one before publication)</td>
            <td align="left">DNS_ASSIGN</td>
          </tr>
          <tr>
            <td align="left">0x274C0FBC (if this document is approved, this value will be</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">replaced by a smaller one before publication)</td>
            <td align="left">PREF64</td>
          </tr>
        </tbody>
      </table>
      <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>
        <reference anchor="IPv6-TRANSLATOR">
          <front>
            <title>IPv6 Addressing of IPv4/IPv6 Translators</title>
            <author fullname="C. Bao" initials="C." surname="Bao"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>This document discusses the algorithmic translation of an IPv6 address to a corresponding IPv4 address, and vice versa, using only statically configured information. It defines a well-known prefix for use in algorithmic translations, while allowing organizations to also use network-specific prefixes when appropriate. Algorithmic translation is used in IPv4/IPv6 translators, as well as other types of proxies and gateways (e.g., for DNS) used in IPv4/IPv6 scenarios. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6052"/>
          <seriesInfo name="DOI" value="10.17487/RFC6052"/>
        </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="PREF64-RA">
          <front>
            <title>Discovering PREF64 in Router Advertisements</title>
            <author fullname="L. Colitti" initials="L." surname="Colitti"/>
            <author fullname="J. Linkova" initials="J." surname="Linkova"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document specifies a Neighbor Discovery option to be used in Router Advertisements (RAs) to communicate prefixes of Network Address and Protocol Translation from IPv6 clients to IPv4 servers (NAT64) to hosts.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8781"/>
          <seriesInfo name="DOI" value="10.17487/RFC8781"/>
        </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 503?>

<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 authors 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:
H4sIAAAAAAAAA71b/XIbN5L/H0+B0P/IWyRNfdGSLk6WkeRYe5asiHRSuVRq
Dc6AJErDwexghhSjKM9yz3JPdt0NYD5JOd673VTFIjEDoLvx6080e70ey1QW
yTPeubgZcxGH/Pbu8u3wiJ/reKbmeSoypWM+0ym/TfXDRsVzfnXLVczfTSa3
HSam01SuYPr5h5uby/NJDx7WV+qwQGRyrtPNGTdZyEIdxGIJO4apmGU9JbNZ
bynMP3LZC3QcywDGkl4Ym97gmJl8ulTGAAnZJoE5V5eTtyzOl1OZnrEQ1j1j
MMnI2OTmjGdpLhkQc8hEKgUQ9ZOcEiVXcSbTWGZ8korYJDrNOmw9P+PXo/EP
Hy/ZSsY5rMT5PNV5AvOu8yhTSSQfZMhHSRKpwIphnE9NBiKRXK9kyn/4eHXO
L+Mg3ST4uAMrWDI7P+n0HkX1PS6I40uhIhi3jP4Vme7rdI5PRBos4MkiyxJz
9uoVvohDaiX7/rVXOPBqmuq1ka/sEq9w6lxli3wKk0mI67mT46vPSRbnRsCF
ySob19fo27X7Sn92tc++0F9ky6jD7uVmrdMQ5dzj/8hVQB9we/oApynmqVjS
lzy0g1lg/yaIPTuSw9KRKRZBKBaLZXkKYDZcRBHPFpKvxYaHeh3TQ0tbsWkv
ntt9Y8NEni10SpTB/xzWBDRd9PkYziEWvykatKi9ECsV1h/ACZ3x77WeR5K/
f39OYwATKUG8+8PBgI+WyQLEKQUM8luR3gNd9FagMtCKa53HmQA+flRyTeOp
nAOezvj5yL6mQ9j59GhwdOi+wwTUp4+xygCi4wwPk+sZ7CRTACu9JS3mQuNo
JTj9dY6j/UAv68z+3Od32uiluF/oCrc/i1SbSKwaD4nj/zKBiGRaZ/dgwN/p
aA7K8VONx7GI+d+0kc+wd7x/ePTl7G1ST9lff7MEEXOxTpegsytQaxXPyi+s
1+txQVocZIxtsWkIHlA0Ps1VFOIjwX+8vQE4gSrPF/aVSIuQT0Uk4kCmpg8s
ryUYhC4TGeEuU0uJ9K5TlcESXRiEJ0sZLESszBKUL7gHlBI+Mw0ML5d5jEZG
crBSoCX3aNYq9jeUAJDIcJMHCy4MmdiCL3gO5vnqdjXkN6MJ2O4klTP1ACLb
syb4ZZ9dxbALSFWYrMuX2mRcPiiDxBF3oF+ZDjTsAJ8A4LIk1iCF8gG/zSUj
Auq0VejoMzZZKAM6F+RLGWdA90zFQIh8yMBGwxvGigJWWMlNw1PU12W5QepI
3oFITA6K3ee0fClIkydozWEDa4UBLbhm5s08qDYsHwD4ppLnBh4DM5Zgnkg4
O8CCzjMvdTsxsnwVUpw56b6Cf46Y2cRwxEaZvgXTUoVhJBl7gV4m1WEeEPVb
obX3+PhV6Sjf3L09Pz06OXp6evk86NizoONfAjr2HOj4F4GOfQ50/EtBx7aD
jj8POr6HByQfxBI8Nnt8/PbqPy9XByjc1wenw6enEiShMgE67g2KCbkxMoWv
5uWfxi0dE6/EOhZEJE6PaLYL0TWiEYdAEs7nW5DOECo40rv4/m50TVA5OH0N
UEEdkEZWSQs1j7UnGhRqAwe6dufMCl0gjsEDpgqNaQpWGIYhdjJdgF2GbiCT
gDAZiyk4MkRUcQBWXAxm6AgDnzpbyG8VAzU+VRwhUWvwfxW5MdiWaAfJ3+hM
WulmTcYgjAMACzgQPOJAwCy+XkgYrRyBTmRKDgIgKtidXOJ6oyCAHQhme0ZK
/vg4lqSY/KS/j/yUC6D6weqCj8Hb9DLdw784k7VmHrRmWtmh9EsKI3UvUevf
Ilbe6nQtUtTp9nKHreVAHDCBTqomY1RmwKdJZKBmPhrNcbMxQFgFkn+nYtzE
kI0Z/3j+nbUuwwGsyqrKVD0cZ/zA1TtN6BbKvl4o+LDDrHJlmNMqGTqj7CyY
GyZx4BwKlBHIY6LsQr9Dwk6s2esWrzCKpe0bP1i0Hw9qb/DJe7/EhJT75PiE
XsjjOpW03McL0E2k4/iQ8Dk5L7/TIjdjXGR/cHhMiyDHEqJG+JsAfuJMiYjP
cggoJUG/9Cj9HbptQKEA/5CLICFg8a2lNWqJAT3q+x0IG0gbhUBgpowkS6MT
Z2tRd2leiZAjxMe3drve3YgE9/pk/+kJYDIu110AzLZ5G3/kBgdFGKaoEXUf
WzOjlY37r7cgHU1C6U4qFGdV28ki9EoCty3dtqM22nSdklcsPSr5VIUqtZsL
COokRstg0+Mw0QqWRAcOgg2fjTxeYM66wqMj0wFvXyCJir6jgZccUhCOOYiB
FO/jeNLp2r/85gN9vrsEFN5dXuDn8bvR+/fFB+beGL/78PH9RfmpnHn+4fr6
8ubCToZRXhtinevRz/AEqep8uJ1cfbgZve+0ZEeygBOdopoCVgBPCCZhWChN
kKqplfd357f/89/7R4CUrwASB/v7p+Dl7JeT/degWGgkY7ubjqON+woy3TCR
JBJgg/gEuMMJqUxEhhTAAJBijuYVpPmXX1Ayv57xr6dBsn/0jRtAhmuDXma1
QZJZe6Q12Qpxy9CWbQpp1sYbkq7TO/q59t3LvTL49bfknXr7J99+w5pBANlX
OIWlinWk5xs+S/US5Yy2imzUYAA2qs9/IpdU1wIfQfgghyoDxipRWOCSWwC7
reAReBJXcbF7OY1k+9ZZ4M6442SHN8AlViJV6MJ7kYzn4HURSXPSJki00A/V
l4YUFVduMfXjjmVWIsqljzlYLG1MDYil9b1BAA0HFpf5kttqDW4x3aCXjiV6
ZpFuAGRXDfx3wQgjIzaeBcnzTumcOrgPBBiSjJ4gWw82I08NZHZlbAJA3mpM
LZcwqTe5vLseWy90Cppj9cTvyDohpJMwEzfuoFmntGHXqgf1Vck0vyDS6gW0
a2/vGLusGzdeGLeW128EUhDdfIJ3/j4aj6++v/nkzSsFhP6LB5Qq6Z1KcMxI
FtBlWRtnKWQp4NoY++OPP5gbfYS02n18b498T73sloM3IBC+1+/D2BPNezzj
L6ywem5XqiW+6bgJb2mw8wQsC4gl3ChmBPDXYnWmMWpAvzVTMgoNJOg1EuD7
macGBF2f4t6kmd0CfhgF7tKBfrE8MkOLv80jMJA/5CICVcIIosIs/MUzcV5d
VBUWIWPDdhEzW14U1nup3+qr2PyxUkWEEO3q4mb0ko96kYDDoVAfRxCSxyen
AxsHwnHdFNgvj4w/epkbGnqyZ1h5Fc/RR4W3qdKQDm743v6QzhJTWD5yscA5
Flr8Kdee7B0evOT9ft89GO6cUj7Z2z84KeaMcjgq8MTONrURVCFRpDCcYRpV
h92WF5roi00DeRUxNNBXeWIKWX4Oi00xEmJQ2xIvVwIlRr9ZBu4Z4jvMqxNw
42QVNWl6Lb4Whd0mU8IqpqR/ZFMTjN7RAo8VZPrbAv9URpTDxQ6CjkxW5ACo
43bsGnSiGtnhJoflJi9dYkEcc+/g0ZobmWHaMEAr3cJMIYfSuNdesgKsSLTc
pI8F80JR2W5FrS5I+40lJK8okcZu0teU6lWeVOKx08blARS7M7TwruqBfgky
wNBvO/wzzA7/v5kdPsfs8F/D7G41JSJGfqTUGJfD1k0QJNBF7mMFADFO6UWB
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
AAA=

-->

</rfc>
