<?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.23 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ip-dns-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <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-02"/>
    <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="2025" month="February" day="28"/>
    <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>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).</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 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="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 = [],
    Authentication Domain Name = "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],
    Authentication Domain Name = "",
    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 450?>

<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:
H4sIAAAAAAAAA71be3MbN5L/H58CS/9x8hY51suypIuSZSQ6Vp0lK6Ls1FbK
tQXOgCRK89oBhjQjK5/lPst9sutuAPMiKTm53XOVSyRmgG7089cNcDAYMKNM
LE957+J6zM+zdKpmZSGMylI+zQp+U2RfViqd8csbrlL+7u7upsfEZFLIBcw5
/3B9PTq/G8BDmN5joTBylhWrU65NxKIsTEUCa0eFmJqBkmY6SIT+ZykHYZam
MoSxfBClerC7z3Q5SZTWQNescphzObp7y9IymcjilEWw7imDSVqmutSn3BSl
ZMDBAROFFMDJL3LCRRrxy9TIIpWG3xUi1XlWmB5bzk751XD888cRW8i0hJU4
nxVZmcO8qzI2Ko/lFxnxYZ7HKrR7H5cTbUAOkmcLWfCfP16e81EaFqscH/dg
Bctm75esuEf5/IQL4ngiVAzjdqN/w00HWTHDJ6II5/BkbkyuT1+9whdxSC1k
4F97hQOvJkW21PKVXeIVTp0pMy8nMJmEuJw5Ob56TrI4N4ZdaNMg3F4jsGsH
Knt2tWdfCOYmiXvsXq6WWRGhnAf8n6UK6QOSpw+gTTErREJfysgO5mho9MmU
sGSsq8lod9UipizAXDUXcczNXPKlWPEoW6b00PJUERukM0sv1UyUZp4VxBH8
57AmWNFFwMcg/1T8pmjQWuuFWKio/QA0c8p/yrJZLPn79+c0BuYhJYh172h3
lw+TfA5ilAIG+Y0o7oEveitUBrzhKitTI2Afn5Rc0nghZ2BHp/x8aF/LIqB8
crh7eOC+wwT0o4+pMmCaY4NK5NkUKMkCjJTektbWIu14JTP62wxHgzBLWJoV
CZjzAixepdP6CxsMBlyQgYeGsQ0+jvIFG+STUsURPhL80801SBysfDa3r8SZ
iPhExCINZaED/i5bSvCVPhOGVGNUIpHjZaEMLNGHQXiSyHAuUqUTUJvU6X8Y
eGUKHiYaT4BVcPYkKVNyRyCPwSlsBadqQ/Q5VqkMwPnxJdiVNn2eZNpw+UVp
XIAh92BiJguzWOMn0LFsETUZvI1fZvJpcgG7mysN7IdlIlPDI6nDQk3QKFNY
wkCIwhm0W7+ihq8wp8l0qXFjKEkIm7kuwaoDTivXPOkyxxCmubShBywBWTM+
tunA6jJRURRLxl5g/CuyqAyRxGbN7jw8/KWO22e3b89PDo8PHx9fPq1z9qTO
+R/TOduoc/7ndM626Jz/YZ2z7eR2IE4Gff7w8MPlf40W+yi2N/snRyA2p7R1
c2B/0hy4NweGqsKRwcVPt8MrUtX+yZtNNEGsPM2Q+BSkAoa44qlcYnTUuEnY
10KuGEoUAmShMJQUEIPAiCCl6j7P0nj17d7AWt7ArjNIk7Q/2lW9Z7JlAfyR
cgVQ4su5hAhZZw18p9Rg17G6B77ZrUxwtWEYSq1JgztaSpD7WJJN8+NgDw2s
tmAQRx9s1tD+a0K4HgOzfws2zd9mxVIUZNRryx2sLQdbIvHqXIZq6hFBiauO
ZbFQoeQ/qhRX0+RN40/nP1o/OtpFP2rIrikpiLgZsglJRsMy4D99cPBwzgWK
RcGHLV4OMmIuEsjIqd75qhumfeMcAitoMmPi7CJ7h4wdWwfvV68wwjP2jZ+t
Xb3ebb3B7977Je7I2I9fH9MLZdrmkpb7eHHDiY/XB3bS9Rgn7e0evKZJiMxy
0GtqlIj5tIQsLtcj2YsXCEAX+BaYJU26QHtW9B2VIjlAC47YQgN0+zi+6/Xt
X379gT7fjmBnt6ML/Dx+N3z/vvrA3Bvjdx8+vr+oP9Uzzz9cXY2uL+xkGOWt
Ida7Gv69Z7fS+3Bzd/nhevi+h1HVtFwR8CgawETCI4CieSFRUkIzHxcinPPj
+c3//PfeIRjiX0BO+3t7J4+P7svx3htQFjpKaqmRb9qvEGJXTOS5FAWugiAI
goUyIgZbAjPSc4BCHF0MxPnXX1Eyn0/5d5Mw3zv83g3ghluDXmatQZLZ+sja
ZCvEDUMbyFTSbI13JN3md/j31ncv98bgdz9gHuCDveMfvmesk5rJZ0ELiUqz
OJut+LTIEpQz2j/Z/e4u2H3Af6Gw1NIks7FUVymEEL8mJdg4q3yVBP7tSMEj
CEOufLK0XKRhezbSIGWkuC3C4BILUSgxieUglunMzMmSZuCT4HkZhh3WXhog
KK68tqlPW5ZZiLiUuFHklaUSTNJaLK1vDRTZAKmppEy4rcKQxGSFKBRCNwRn
UazAyC479t/nS4kbsWgAJM97dcDrIZ1CYuqHD4IiQCHDstAASxmkoyzG0AOG
bGVPnNTbtLuESYO70e3V2Ea2E/Ac6yeeIutFWYJgGwn3qgSzbdX99qogOMRR
Vz4TMjZWCRZqyDK416aKuJHXYVBEUYHJa2vKxBDpqR8GbzakM9OGgTFiLIHL
V9CABAm5HPDO0ziJJAPChtJ6Bk8MlDx2P/HK0mE1HSA6UZEqLG8CSguJRQ0a
XpRnYD5AP91Ot7XHyYpDse5wJLz6DwwzIwg/bgtWZ5vWx2nPoDGMfbTocDy+
/Onar4leBaZWSQl8E9MkWgZzbupNYCLhgc05F9ZaxqYA2AyJibHff/+dudEH
KLTcx/fWi3bUy349eA02xneCAMYead7DKX9h7W/gSFKD5aznJrylwd4jYyMB
Kd+NIoSFv9b9LdcouamScaShYGuxAN9PPTdgO+0p7k2a2a88GoxfbAsrQbU8
boYWf1vGkHN+LkUM0QkTfWOz8Bc1D4kNFGVEMwaiRi2OFSmznRhhLUn91l5F
E2JpNFwASV1eXA9f8uEgFqAcwr44gl7++vhk1+IyUNd1FU5qlfEHL3NNQ49W
h41XUY8evN0UKoP6ZMV39o5Il5c3i0M+dG57jqW313Lryc7B/kseBIF7cLR1
Sv1kZ2//uJozLEFVAG5cuF+3oAaLooBhEKDumN2GF7rWl+qO5TXE0LG+xhNd
yfI5W+yKkSwGsVnu5UpGiSDVGEA8pcE1kxyQEYWijFy+BYNFlQopOrNGdA4O
LeBHkI1Jbayg9LTLt7NnIWOqa3wp5dhkFVRHH7djV+ATzSCMRA5qIj4A0465
x0yYILU0GHl3MfGt2Uwlhzpftl6yAmxItCYSYG+xclS23VGbCxK9MQZjlEiH
GiEJYQPqRNoMSDkD1U6EawVU1BkmTWkAX99TqociMfJkj75ls0f/6s0ePbXZ
o3/PZre7KTEx9CO1x7iash2CoBAspIuSVgAAG2tgAntgBBcbnBEmBMxLWCzJ
wZOUDe/1S7YaqPpCjWqMqvsdECnUVJGyYTemJGxsRdco0jCUbg01T6aXDbM2
pJonlLq+gFMtNgK5dk/zennSLNQ8sBfQ6TZtOqfHTL8EAOMzUjOqNDFfsN+I
KTVTDbJUYHtgRykt8lLl60V9W0mwo7+Sc/ToAGJ9VxUohR1heMJzE9cDIA11
dK6wGU7WjDIFEwj45RTA+5PrQ5yMS5BM3/eaLBkrUFgPkJAoY2MJWi+mArKM
I+9EQbUPEefpH9tHq0uAxyVVpU8lctXPQKC4ptRLa3a9NBs4NgctDmC9Fg9Z
ooyxWwWlt7faFeZG3+HIJeUh9U0ORL1mF3O0tDWhhlLJRWFM9i1sQEdT65CB
cssEa8b0N1lktPF2+OkgTWyvYWCwFJ1aqCWxTVQNQSE1WA/oOXnV+o2yeS7M
/BkV2zYiIEnItXSU0Ok5weIfby/5HbCIh0593u61vaZKC51u4BpEJ4dHe+SA
lo0N3l9lX2fOvKfyxeEc4kkPW5j47ch+Gy9CiikaYZIg9LLypgYrycjbmqxc
o1GtSdeAWj8F7dYFay8gtLx1NdHlhQdqDWjVgoeNcQRuFZ60aDn22m5Dys7D
5sSxxCPDjdPaj+pJNVS0VaGMBiiFDmocumeVyXYrlzVBPAccayFRyPdfVYTm
Dm8V31iv2PAAdomRpc0CDILxUCoRvlAlX3FtiopFAe6v4LF/idVctNbvVtaN
9VNXVFOnyQYeDLPMt9XrHkd7DV8/11xZoGkbbI5D1weKS8lcDg6zwq4cVUL1
jRq34rcxjscSZaozqLyUbU36TfTXuYFYQYGJsa49bwCAm6qJ5yEge6owvW7m
VMRe2p1ebKPWglyNGoNaVRtcbMM2uvDu/4pi22TX9rFOrrUH5ac3sKMmyLLm
9//+vbSI/tGdaDvZ7gO28HCayiU2b896eJ0Dck8uQnjxrEfn1jFGGhuRq97R
uW3sYLkPVS6Y/aM9FdjQX/KgXIlUPD5Su6FyKQ9r/avY2PXHn3Rq59tRT3bZ
qAmrAEjk0oL3ekF3OoNotLlWlleookJLAjspU1lQXYNcWvi0wYMNWxI4mwFU
9oE7cHkzhdKFyp9qXRuQDJ8LPBlsEoEkiH3fqjuHZ4W1o2BWbZoaxhjcZFMO
rZgbVHlxXU2QhO5AtpiQ+FlTS5ieOv20tXSy1lWzKu+21TbQrTPVLxhjn+lD
mlqChDZmMpV08wdxFTUjBR6mMgBpAwyGlSgg2ZOUl8IevoKMFyorNaiXEFPm
wjugjKppjLdGRBJ0z0wbS5LUwRMI7EV0lB0aa2zIaZa6AneyYsOLi9vRuNsF
1d0zzsPgzYZDU6x0m6aOvBQylADr9GZRuZwATg07bPZ32Xorli+VmW/IW/VG
0XSF2dDFZc0KeDOkR4N0KnP2ve4v4G96DviPESeVn1YxxRFthxTrV42o0tnV
vyio+Bb3OssNPr1XdRlddyr7xp/1KbvnDW7VIfykV3XkpFLehkHOsqKmXbGW
CzYgdAvcbFi9wiZaGtsUkMzqoAJE69TqQ4IP2IBcKndI1XA9X465Np9DPi/4
O4gEMZ67Ndy2k5erehvKjYlPcVgk2m4nHVn3fTtn/XCjgUvt5O2lbNuf7NsM
QxWeBoMNkm9UPPiemDtcq0qgZsT3p1de5ExjqblmngEUFD5luPYURDP6Tlef
ukil4p25PfMiy8x/chXIoL9tP41C3Z41Edu0N7dVD4CG2sYYK+BmjPVxsN+0
BbteJEO8A7ScS5oFSsazyqxg4AFZIR1D2y5+oQuAtASUt2C0ztbwVmqZwGKf
bq6ZDmUK6Cnr8zBWgHuQR7ypWJQW8COfdNORkovtajWNtU28z+i6jNB+GgIt
WtCxi7l7PYxQx8Lp2bKBMHTapo/uqzc7rzPGyrmbFX6tn6qs8kRIwOCGKrJd
ICfiJlE8E6CLmMpQ/4D5CAojM5CnC6HYRDCuiVAXNW5p2mEZhlJGTsOWPHP3
Dii2ohM0bztRkBDNyzfcnnPitSdqjskc8wnswu7TRQVNVwNSnmcQJCc2VGW6
ChqaO6ITlJoAmwsx7y/cvsmP7HruxpPFSy/4yBqRpmyEp22DO7r1iuG6tiY2
5FN8Zm/EtiyNAxtUvRl36zVwdolXRyF4eouQTQk5c+9cFLIBtKEko2U8bSb4
Vj3fjlzBtq7IGSWq60aYOeO/PtC11bVzuDO+16cnrfMSeP9zNXy0YfiJ87Qz
fwHbi6XXb5OuO0yWUfyHfbOz+X5/fuAGXFfs7BWmSTSl1cMP8PGRHj/iio+f
N/RniMde7/NaD8YzX+df+WUARHzSRUPgzhCchbgiaJzHyngbGdmLRZjArJUg
uKiGNERFvA9MalMFotLqRiTdXXx1eaNlCNUWLulMiy56Zt5K8V6eNSN/k6Ou
Gv8ftb93sh/sBvvBwcEWO9jf3d07jSbHp6d732QSTxrBc/r06S2AhJVXZrVF
yURnyxTLRG9trGsYpCBvGmQAm2wDiIclyRFDByQ3qwGILMOQdE4dpwYc6hYL
GLXnAnIsokA6ToUgqBKoQAzO9bAV6kVLB5sFdsh1Z10u2rR2mcaoKleGYiYj
lMtsPvRYl3IhXRzNZbjl6q8rtv3VzPrOCrIfCrTTDsamoWbA9y26rDQoJ5ds
mjZvnQFDvordGTNmLMg1uaGTF+xuZGBLPs1rQgGEQHCXzDrNBDZ6T24DHrkQ
4QoDay4Lo2R1DbkCYp7mHaDkRaYiIttnChWc+AsWeOfKtuDx9y+Fg6CbJI4N
b6xFLQaQUwdqWBtl3X74eDf6x/Di0+j27nI8uhpd1/DY1j6Y4CBBUm8Tk3RH
uCKmq8W+jlljo4H/MetsgOHaRZhYCkzXdAOtpFvhZTrJypS6UQm2tai3lMgk
K/A8lMAkPi7iRkFNV5fiLLy3gp3i2R1dKMdLWRXCLjIQ9GVbsoxsGKBGSBZU
5qAoTgxwf2vb8mWBb4QHfu6EzpOe2tdilYAJUDEvwjmdrrzgl8PrYcczodSk
+rFzWZGqA0CEYB94kkUwr6pNcBURRZ1Y7C7yuQqoR1fRfLWGJaLu0e9MgM8V
/iyJUB1hBvbdr593/M+BlstlgAzZ3x9V3WDtfn/08nvYyFeIWJ+owuL8a4sG
/8q+ng6qf83P+BVm7n453jt+++ZkBDObxsKbD9/6h95MvlIYRL4G3mIG1gn9
rRa59IxojIRVaebKrOY9UPTiSrJVxV5fCASdLqQV+QQvIpI5kCXpBEoPOnaH
150/5eXEX1vCOsSWXYZunuGleyBImHM9dzqqDvTC4/pODVhjaU/CKUBoe9C8
A8aYiJS28MSeXuLZimvvuSZw8yIrO7f3+M+tC8SumU6/sMPzEwOhnkY6v1mz
MrVcXYMAUCNVj5Zu9ISmx6sm7lTEmnIS/iJlIsJ7tP9heJ9my1hGM7IpbPpS
c1pGjQkYcBq3ELtXqpeE0HWuCquThwfCMY+Qsf3vMfyB4vHrk2N/H7R61rif
f2iv3kpXhnDbUaXfHmBaAg7uYd7DMJZf+DlE9XQl7ufZQt+vHnFZeHSXJckK
oEMZ2yG6oe0uMZp5qZXAsgDqVFS9/dUhb/1G0KtfFTYm4QUpDAsB+1/95Hcz
jjkAAA==

-->

</rfc>
