<?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.6.24 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ip-07" category="std" consensus="true" submissionType="IETF" updates="9298" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title>Proxying IP in HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-ip-07"/>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly" role="editor">
      <organization>Apple Inc.</organization>
      <address>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <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="A." surname="Chernyakhovsky" fullname="Alex Chernyakhovsky">
      <organization>Google LLC</organization>
      <address>
        <email>achernya@google.com</email>
      </address>
    </author>
    <author initials="M." surname="Kuehlewind" fullname="Mirja Kuehlewind">
      <organization>Ericsson</organization>
      <address>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Westerlund" fullname="Magnus Westerlund">
      <organization>Ericsson</organization>
      <address>
        <email>magnus.westerlund@ericsson.com</email>
      </address>
    </author>
    <date year="2023" month="February" day="23"/>
    <area>Transport</area>
    <workgroup>MASQUE</workgroup>
    <keyword>quic</keyword>
    <keyword>http</keyword>
    <keyword>datagram</keyword>
    <keyword>VPN</keyword>
    <keyword>proxy</keyword>
    <keyword>tunnels</keyword>
    <keyword>quic in udp in IP in quic</keyword>
    <keyword>turtles all the way down</keyword>
    <keyword>masque</keyword>
    <keyword>http-ng</keyword>
    <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 a proxy. This
document updates RFC 9298.</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/draft-ietf-masque-connect-ip.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-masque-connect-ip/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        MASQUE 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"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP provides the CONNECT method (see <xref section="9.3.6" sectionFormat="of" target="HTTP"/>) for
creating a TCP <xref target="TCP"/> tunnel to a destination and a similar mechanism
for UDP <xref target="CONNECT-UDP"/>. However, these mechanisms cannot tunnel other
IP protocols <xref target="IANA-PN"/> nor convey fields of the IP header.</t>
      <t>This document describes a protocol for tunnelling IP through an HTTP server acting
as an IP-specific proxy over HTTP. This can be used for various use cases
such as remote access VPN, site-to-site VPN, secure point-to-point communication,
or general-purpose packet tunnelling.</t>
      <t>IP proxying operates similarly to UDP proxying <xref target="CONNECT-UDP"/>,
whereby the proxy itself is identified with an absolute URL, optionally
containing the traffic's destination. Clients generate these URLs using a
URI Template <xref target="TEMPLATE"/>, as described in <xref target="client-config"/>.</t>
      <t>This protocol supports all existing versions of HTTP by using HTTP Datagrams
<xref target="HTTP-DGRAM"/>. When using HTTP/2 <xref target="H2"/> or HTTP/3 <xref target="H3"/>, it uses
HTTP Extended CONNECT as described in <xref target="EXT-CONNECT2"/> and
<xref target="EXT-CONNECT3"/>. When using HTTP/1.x <xref target="H1"/>, it uses HTTP Upgrade
as defined in <xref section="7.8" sectionFormat="of" target="HTTP"/>.</t>
      <t>This document updates <xref target="CONNECT-UDP"/>.</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>
      <t>In this document, we use the term "IP proxy" to refer to the HTTP server that
responds to the IP proxying request. If there are HTTP intermediaries (as defined
in <xref section="3.7" sectionFormat="of" target="HTTP"/>) between the client and the proxy, those are
referred to as "intermediaries" in this document.</t>
      <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>Note that, when the HTTP version in use does not support multiplexing streams
(such as HTTP/1.1), any reference to "stream" in this document represents the
entire connection.</t>
    </section>
    <section anchor="client-config">
      <name>Configuration of Clients</name>
      <t>Clients are configured to use IP proxying over HTTP via an URI Template
<xref target="TEMPLATE"/>. The URI template <bcp14>MAY</bcp14> contain two variables: "target" and
"ipproto"; see <xref target="scope"/>. The optionality of the variables needs to be considered
when defining the template so that either the variable is self-identifying or it
is possible to exclude it in the syntax.</t>
      <t>Examples are shown below:</t>
      <figure anchor="fig-template-examples">
        <name>URI Template Examples</name>
        <artwork><![CDATA[
https://example.org/.well-known/masque/ip/{target}/{ipproto}/
https://proxy.example.org:4443/masque/ip?t={target}&i={ipproto}
https://proxy.example.org:4443/masque/ip{?target,ipproto}
https://masque.example.org/?user=bob
]]></artwork>
      </figure>
      <t>The following requirements apply to the URI Template:</t>
      <ul spacing="normal">
        <li>The URI Template <bcp14>MUST</bcp14> be a level 3 template or lower.</li>
        <li>The URI Template <bcp14>MUST</bcp14> be in absolute form, and <bcp14>MUST</bcp14> include non-empty scheme,
authority and path components.</li>
        <li>The path component of the URI Template <bcp14>MUST</bcp14> start with a slash "/".</li>
        <li>All template variables <bcp14>MUST</bcp14> be within the path or query components of the URI.</li>
        <li>The URI template <bcp14>MAY</bcp14> contain the two variables "target" and "ipproto" and <bcp14>MAY</bcp14>
contain other variables. If the "target" or "ipproto" variables are included,
their values <bcp14>MUST NOT</bcp14> be empty. Clients can instead use "*" to indicate
wildcard or no-preference values; see <xref target="scope"/>.</li>
        <li>The URI Template <bcp14>MUST NOT</bcp14> contain any non-ASCII unicode characters and <bcp14>MUST</bcp14>
only contain ASCII characters in the range 0x21-0x7E inclusive (note that
percent-encoding is allowed; see Section 2.1 of <xref target="URI"/>.</li>
        <li>The URI Template <bcp14>MUST NOT</bcp14> use Reserved Expansion ("+" operator), Fragment
Expansion ("#" operator), Label Expansion with Dot- Prefix, Path Segment
Expansion with Slash-Prefix, nor Path-Style Parameter Expansion with
Semicolon-Prefix.</li>
      </ul>
      <t>Clients <bcp14>SHOULD</bcp14> validate the requirements above; however, clients <bcp14>MAY</bcp14> use a
general-purpose URI Template implementation that lacks this specific validation.
If a client detects that any of the requirements above are not met by a URI
Template, the client <bcp14>MUST</bcp14> reject its configuration and abort the request without
sending it to the IP proxy.</t>
      <t>As with UDP proxying, some client configurations for IP proxies will only
allow the user to configure the proxy host and proxy port. Clients with such limitations
<bcp14>MAY</bcp14> attempt to access IP proxying capabilities using the default template, which is
defined as: "https://$PROXY_HOST:$PROXY_PORT/.well-known/masque/ip/{target}/{ipproto}/",
where $PROXY_HOST and $PROXY_PORT are the configured host and port of the IP proxy,
respectively. IP proxy deployments <bcp14>SHOULD</bcp14> offer service at this location if they need
to interoperate with such clients.</t>
    </section>
    <section anchor="tunnelling-ip-over-http">
      <name>Tunnelling IP over HTTP</name>
      <t>To allow negotiation of a tunnel for IP over HTTP, this document defines the
"connect-ip" HTTP Upgrade Token. The resulting IP tunnels use the Capsule
Protocol (see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>) with HTTP Datagrams in the format
defined in <xref target="payload-format"/>.</t>
      <t>To initiate an IP tunnel associated with a single HTTP stream, a client issues a
request containing the "connect-ip" upgrade token.</t>
      <t>When sending its IP proxying request, the client <bcp14>SHALL</bcp14> perform URI template
expansion to determine the path and query of its request, see <xref target="client-config"/>.</t>
      <t>By virtue of the definition of the Capsule Protocol (see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>), IP proxying requests do not carry any message content.
Similarly, successful IP proxying responses also do not carry any message
content.</t>
      <section anchor="ip-proxy-handling">
        <name>IP Proxy Handling</name>
        <t>Upon receiving an IP proxying request:</t>
        <ul spacing="normal">
          <li>if the recipient is configured to use another HTTP proxy, it will act as an
intermediary by forwarding the request to another HTTP server. Note that such
intermediaries may need to re-encode the request if they forward it using a
version of HTTP that is different from the one used to receive it, as the
request encoding differs by version (see below).</li>
          <li>otherwise, the recipient will act as an IP proxy. The IP proxy can choose to
  reject the IP proxying request. Otherwise, it extracts the optional
  "target" and "ipproto" variables from the URI it has reconstructed
  from the request headers, decodes their percent-encoding, and establishes an
  IP tunnel.</li>
        </ul>
        <t>IP proxies <bcp14>MUST</bcp14> validate whether the decoded "target" and "ipproto" variables
meet the requirements in <xref target="scope"/>. If they do not, the IP proxy <bcp14>MUST</bcp14> treat
the request as malformed; see <xref section="8.1.1" sectionFormat="of" target="H2"/> and
<xref section="4.1.2" sectionFormat="of" target="H3"/>. If the "target" variable is a DNS name, the IP proxy
<bcp14>MUST</bcp14> perform DNS resolution (to query the corresponding IPv4 and/or IPv6
addresses via A and/or AAAA records) before replying to the HTTP request. If errors
occur during this process, the IP proxy <bcp14>MUST</bcp14> reject the request and <bcp14>SHOULD</bcp14>
send details using an appropriate Proxy-Status header field
<xref target="PROXY-STATUS"/>. For example, if DNS resolution returns an error,
the proxy can use the <tt>dns_error</tt> Proxy Error Type from
<xref section="2.3.2" sectionFormat="of" target="PROXY-STATUS"/>.</t>
        <t>The lifetime of the IP forwarding tunnel is tied to the IP proxying request stream.
The IP proxy <bcp14>MUST</bcp14> maintain all IP address and route assignments associated with the
IP forwarding tunnel while the request stream is open. IP proxies <bcp14>MAY</bcp14> choose to
tear down the tunnel due to a period of inactivity, but they <bcp14>MUST</bcp14> close the request
stream when doing so.</t>
        <t>A successful response (as defined in Sections <xref format="counter" target="resp1"/> and <xref format="counter" target="resp23"/>)
indicates that the IP proxy has established an IP tunnel and is willing to
proxy IP payloads. Any response other than a successful response
indicates that the request has failed; thus, the client <bcp14>MUST</bcp14> abort the request.</t>
        <t>Along with a successful response, the IP proxy can send capsules to assign
addresses and advertise routes to the client (<xref target="capsules"/>). The client can also
assign addresses and advertise routes to the IP proxy for network-to-network
routing.</t>
      </section>
      <section anchor="req1">
        <name>HTTP/1.1 Request</name>
        <t>When using HTTP/1.1 <xref target="H1"/>, an IP proxying request will meet the following
requirements:</t>
        <ul spacing="normal">
          <li>the method <bcp14>SHALL</bcp14> be "GET".</li>
          <li>the request <bcp14>SHALL</bcp14> include a single Host header field containing the host
and optional port of the IP proxy.</li>
          <li>the request <bcp14>SHALL</bcp14> include a Connection header field with value "Upgrade"
(note that this requirement is case-insensitive as per <xref section="7.6.1" sectionFormat="of" target="HTTP"/>).</li>
          <li>the request <bcp14>SHALL</bcp14> include an Upgrade header field with value "connect-ip".</li>
        </ul>
        <t>An IP proxying request that does not conform to these restrictions is malformed.
The recipient of such a malformed request <bcp14>MUST</bcp14> respond with an error and <bcp14>SHOULD</bcp14>
use the 400 (Bad Request) status code.</t>
        <t>For example, if the client is configured with URI Template
"https://example.org/.well-known/masque/ip/{target}/{ipproto}/" and
wishes to open an IP forwarding tunnel with no target or protocol limitations,
it could send the following request:</t>
        <figure anchor="fig-req-h1">
          <name>Example HTTP/1.1 Request</name>
          <sourcecode type="http-message"><![CDATA[
GET https://example.org/.well-known/masque/ip/*/*/ HTTP/1.1
Host: example.org
Connection: Upgrade
Upgrade: connect-ip
Capsule-Protocol: ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="resp1">
        <name>HTTP/1.1 Response</name>
        <t>The IP proxy indicates a successful response by replying with the following
requirements:</t>
        <ul spacing="normal">
          <li>the HTTP status code on the response <bcp14>SHALL</bcp14> be 101 (Switching Protocols).</li>
          <li>the response <bcp14>SHALL</bcp14> include a Connection header field with value "Upgrade"
(note that this requirement is case-insensitive as per <xref section="7.6.1" sectionFormat="of" target="HTTP"/>).</li>
          <li>the response <bcp14>SHALL</bcp14> include a single Upgrade header field with value
"connect-ip".</li>
          <li>the response <bcp14>SHALL</bcp14> meet the requirements of HTTP responses that start the
Capsule Protocol; see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>.</li>
        </ul>
        <t>If any of these requirements are not met, the client <bcp14>MUST</bcp14> treat this proxying
attempt as failed and abort the connection.</t>
        <t>For example, the IP proxy could respond with:</t>
        <figure anchor="fig-resp-h1">
          <name>Example HTTP/1.1 Response</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 101 Switching Protocols
Connection: Upgrade
Upgrade: connect-ip
Capsule-Protocol: ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="req23">
        <name>HTTP/2 and HTTP/3 Requests</name>
        <t>When using HTTP/2 <xref target="H2"/> or HTTP/3 <xref target="H3"/>, IP proxying requests use HTTP
Extended CONNECT. This requires that servers send an HTTP Setting as specified
in <xref target="EXT-CONNECT2"/> and <xref target="EXT-CONNECT3"/> and that requests use HTTP
pseudo-header fields with the following requirements:</t>
        <ul spacing="normal">
          <li>The :method pseudo-header field <bcp14>SHALL</bcp14> be "CONNECT".</li>
          <li>The :protocol pseudo-header field <bcp14>SHALL</bcp14> be "connect-ip".</li>
          <li>The :authority pseudo-header field <bcp14>SHALL</bcp14> contain the authority of the IP
proxy.</li>
          <li>The :path and :scheme pseudo-header fields <bcp14>SHALL NOT</bcp14> be empty. Their
values <bcp14>SHALL</bcp14> contain the scheme and path from the URI Template after the URI
Template expansion process has been completed; see <xref target="client-config"/>.
Variables in the URI template can determine the scope of the request, such
as requesting full-tunnel IP packet forwarding, or a specific proxied flow;
see <xref target="scope"/>.</li>
        </ul>
        <t>An IP proxying request that does not conform to these restrictions is
malformed; see <xref section="8.1.1" sectionFormat="of" target="H2"/> and <xref section="4.1.2" sectionFormat="of" target="H3"/>.</t>
        <t>For example, if the client is configured with URI Template
"https://example.org/.well-known/masque/ip/{target}/{ipproto}/" and
wishes to open an IP forwarding tunnel with no target or protocol limitations,
it could send the following request:</t>
        <figure anchor="fig-req-h2">
          <name>Example HTTP/2 or HTTP/3 Request</name>
          <sourcecode type="http-message"><![CDATA[
HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /.well-known/masque/ip/*/*/
:authority = example.org
capsule-protocol = ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="resp23">
        <name>HTTP/2 and HTTP/3 Responses</name>
        <t>The IP proxy indicates a successful response by replying with the following
requirements:</t>
        <ul spacing="normal">
          <li>the HTTP status code on the response <bcp14>SHALL</bcp14> be in the 2xx (Successful) range.</li>
          <li>the response <bcp14>SHALL</bcp14> meet the requirements of HTTP responses that start the
Capsule Protocol; see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>.</li>
        </ul>
        <t>If any of these requirements are not met, the client <bcp14>MUST</bcp14> treat this proxying
attempt as failed and abort the request.</t>
        <t>For example, the IP proxy could respond with:</t>
        <figure anchor="fig-resp-h2">
          <name>Example HTTP/2 or HTTP/3 Response</name>
          <sourcecode type="http-message"><![CDATA[
HEADERS
:status = 200
capsule-protocol = ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="scope">
        <name>Limiting Request Scope</name>
        <t>Unlike UDP proxying requests, which require specifying a target host, IP proxying
requests can allow endpoints to send arbitrary IP packets to any host. The
client can choose to restrict a given request to a specific IP prefix or IP
protocol by adding parameters to its request. When the IP proxy knows that a
request is scoped to a target prefix or protocol, it can leverage this
information to optimize its resource allocation; for example, the IP proxy can
assign the same public IP address to two IP proxying requests that are scoped to
different prefixes and/or different protocols.</t>
        <t>The scope of the request is indicated by the client to the IP proxy via the
"target" and "ipproto" variables of the URI Template; see <xref target="client-config"/>.
Both the "target" and "ipproto" variables are optional; if they are not included,
they are considered to carry the wildcard value "*".</t>
        <dl spacing="compact">
          <dt>target:</dt>
          <dd>
            <t>The variable "target" contains a hostname or IP prefix of a specific host to
which the client wants to proxy packets. If the "target" variable is not
specified or its value is "*", the client is requesting to communicate with any
allowable host. "target" supports using DNS names, IPv6 prefixes and IPv4
prefixes. Note that IPv6 scoped addressing zone identifiers are not supported.
If the target is an IP prefix (IP address optionally followed by a
percent-encoded slash followed by the prefix length in bits), the request will
only support a single IP version. If the target is a hostname, the IP proxy is
expected to perform DNS resolution to determine which route(s) to advertise to
the client. The IP proxy <bcp14>SHOULD</bcp14> send a ROUTE_ADVERTISEMENT capsule that includes
routes for all addresses that were resolved for the requested hostname, that are
accessible to the IP proxy, and belong to an address family for which the IP proxy
also sends an Assigned Address.</t>
          </dd>
          <dt>ipproto:</dt>
          <dd>
            <t>The variable "ipproto" contains an IP protocol number, as defined in the
"Assigned Internet Protocol Numbers" IANA registry <xref target="IANA-PN"/>.
If present, it specifies that a client only wants to proxy a specific IP
protocol for this request. If the value is "*", or the variable is not
included, the client is requesting to use any IP protocol.</t>
          </dd>
        </dl>
        <t>Using the terms IPv6address, IPv4address, and reg-name from <xref target="URI"/>, the
"target" and "ipproto" variables <bcp14>MUST</bcp14> adhere to the format in <xref target="target-format"/>,
using notation from <xref target="ABNF"/>. Additionally:</t>
        <ul spacing="normal">
          <li>if "target" contains an IPv6 literal or prefix, the colons (":") <bcp14>MUST</bcp14> be
percent-encoded. For example, if the target host is "2001:db8::42", it will be
encoded in the URI as "2001%3Adb8%3A%3A42".</li>
          <li>If present, the IP prefix length in "target" <bcp14>SHALL</bcp14> be preceded by a
percent-encoded slash ("/"): "%2F". The IP prefix length <bcp14>MUST</bcp14> represent a
decimal integer between 0 and the length of the IP address in bits, inclusive.</li>
          <li>"ipproto" <bcp14>MUST</bcp14> represent a decimal integer between 0 and 255 inclusive, or the
wildcard value "*".</li>
        </ul>
        <figure anchor="target-format">
          <name>URI Template Variable Format</name>
          <artwork type="ascii-art"><![CDATA[
target = IPv6prefix / IPv4prefix / reg-name / "*"
IPv6prefix = IPv6address ["%2F" 1*3DIGIT]
IPv4prefix = IPv4address ["%2F" 1*2DIGIT]
ipproto = 1*3DIGIT / "*"
]]></artwork>
        </figure>
        <t>IP proxies <bcp14>MAY</bcp14> perform access control using the scoping information provided
by the client: if the client is not authorized to access any of the destinations
included in the scope, then the IP proxy can immediately fail the request.</t>
        <t>Note that IP protocol numbers represent both upper layers (as defined in
<xref section="2" sectionFormat="of" target="IPv6"/>, examples include TCP and UDP) and IPv6
extension headers (as defined in <xref section="4" sectionFormat="of" target="IPv6"/>, examples include
Fragment and Options headers). IP proxies <bcp14>MAY</bcp14> reject requests to scope
to protocol numbers that are used for extension headers. Upon receiving
packets, implementations that support scoping by IP protocol number <bcp14>MUST</bcp14>
walk the chain of extensions to find the matching IP protocol number.</t>
      </section>
      <section anchor="capsules">
        <name>Capsules</name>
        <t>This document defines multiple new capsule types that allow endpoints to
exchange IP configuration information. Both endpoints <bcp14>MAY</bcp14> send any number of
these new capsules.</t>
        <section anchor="addressassign-capsule">
          <name>ADDRESS_ASSIGN Capsule</name>
          <t>The ADDRESS_ASSIGN capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to inform its peer of the list of IP addresses or
prefixes it has assigned to it. Every capsule contains the full list of IP
prefixes currently assigned to the receiver. Any of these addresses can be
used as the source address on IP packets originated by the receiver of this
capsule.</t>
          <figure anchor="addr-assign-format">
            <name>ADDRESS_ASSIGN Capsule Format</name>
            <artwork><![CDATA[
ADDRESS_ASSIGN Capsule {
  Type (i) = ADDRESS_ASSIGN,
  Length (i),
  Assigned Address (..) ...,
}
]]></artwork>
          </figure>
          <t>The ADDRESS_ASSIGN capsule contains a sequence of zero or more Assigned
Addresses.</t>
          <figure anchor="assigned-addr-format">
            <name>Assigned Address Format</name>
            <artwork><![CDATA[
Assigned Address {
  Request ID (i),
  IP Version (8),
  IP Address (32..128),
  IP Prefix Length (8),
}
]]></artwork>
          </figure>
          <t>Each Assigned Address contains the following fields:</t>
          <dl spacing="compact">
            <dt>Request ID:</dt>
            <dd>
              <t>Request identifier, encoded as a variable-length integer. If this address
assignment is in response to an Address Request (see <xref target="addr_req"/>), then this
field <bcp14>SHALL</bcp14> contain the value of the corresponding field in the request.
Otherwise, this field <bcp14>SHALL</bcp14> be zero.</t>
            </dd>
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this address assignment, encoded as an unsigned 8-bit integer.
<bcp14>MUST</bcp14> be either 4 or 6.</t>
            </dd>
            <dt>IP Address:</dt>
            <dd>
              <t>Assigned IP address. If the IP Version field has value 4, the IP Address
field <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP Version field has value 6, the
IP Address field <bcp14>SHALL</bcp14> have a length of 128 bits.</t>
            </dd>
            <dt>IP Prefix Length:</dt>
            <dd>
              <t>The number of bits in the IP Address that are used to define the prefix that
is being assigned, encoded as an unsigned 8-bit integer. This <bcp14>MUST</bcp14> be less than
or equal to the length of the IP Address field, in bits. If the prefix length
is equal to the length of the IP Address, the receiver of this capsule is
allowed to send packets from a single source address. If the prefix length is
less than the length of the IP address, the receiver of this capsule is allowed
to send packets from any source address that falls within the prefix.</t>
            </dd>
          </dl>
          <t>If any of the capsule fields are malformed upon reception, the receiver of the
capsule <bcp14>MUST</bcp14> follow the error handling procedure defined in
<xref section="3.3" sectionFormat="of" target="HTTP-DGRAM"/>.</t>
          <t>If an ADDRESS_ASSIGN capsule does not contain an address that was previously
transmitted in another ADDRESS_ASSIGN capsule, that indicates that the address
has been removed. An ADDRESS_ASSIGN capsule can also be empty, indicating that
all addresses have been removed.</t>
          <t>In some deployments of IP proxying in HTTP, an endpoint needs to be assigned an address
by its peer before it knows what source address to set on its own packets. For
example, in the Remote Access VPN case (<xref target="example-remote"/>) the client cannot send
IP packets until it knows what address to use. In these deployments, the
endpoint that is expecting an address assignment <bcp14>MUST</bcp14> send an ADDRESS_REQUEST
capsule. This isn't required if the endpoint does not need any address
assignment, for example when it is configured out-of-band with static addresses.</t>
          <t>While ADDRESS_ASSIGN capsules are commonly sent in response to ADDRESS_REQUEST
capsules, endpoints <bcp14>MAY</bcp14> send ADDRESS_ASSIGN capsules unprompted.</t>
          <t>Note that the IP forwarding tunnels described in this document are not fully
featured "interfaces" in the IPv6 addressing architecture sense
<xref target="IPv6-ADDR"/>. In particular, they do not necessarily have IPv6
link-local addresses. Additionally, IPv6 stateless autoconfiguration or router
advertisement messages are not used in such interfaces, and neither is neighbor
discovery.</t>
        </section>
        <section anchor="addr_req">
          <name>ADDRESS_REQUEST Capsule</name>
          <t>The ADDRESS_REQUEST capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to request assignment of IP addresses from its peer.
The capsule allows the endpoint to optionally indicate a preference for which
address it would get assigned.</t>
          <figure anchor="addr-req-format">
            <name>ADDRESS_REQUEST Capsule Format</name>
            <artwork><![CDATA[
ADDRESS_REQUEST Capsule {
  Type (i) = ADDRESS_REQUEST,
  Length (i),
  Requested Address (..) ...,
}
]]></artwork>
          </figure>
          <t>The ADDRESS_REQUEST capsule contains a sequence of one or more Requested
Addresses.</t>
          <figure anchor="requested-addr-format">
            <name>Requested Address Format</name>
            <artwork><![CDATA[
Requested Address {
  Request ID (i),
  IP Version (8),
  IP Address (32..128),
  IP Prefix Length (8),
}
]]></artwork>
          </figure>
          <t>Each Requested Address contains the following fields:</t>
          <dl spacing="compact">
            <dt>Request ID:</dt>
            <dd>
              <t>Request identifier, encoded as a variable-length integer. This is the
identifier of this specific address request. Each request from a given endpoint
carries a different identifier. Request IDs <bcp14>MUST NOT</bcp14> be reused by an endpoint,
and <bcp14>MUST NOT</bcp14> be zero.</t>
            </dd>
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this address request, encoded as an unsigned 8-bit integer.
<bcp14>MUST</bcp14> be either 4 or 6.</t>
            </dd>
            <dt>IP Address:</dt>
            <dd>
              <t>Requested IP address. If the IP Version field has value 4, the IP Address
field <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP Version field has value 6, the
IP Address field <bcp14>SHALL</bcp14> have a length of 128 bits.</t>
            </dd>
            <dt>IP Prefix Length:</dt>
            <dd>
              <t>Length of the IP Prefix requested, in bits, encoded as an unsigned 8-bit
integer. <bcp14>MUST</bcp14> be less than or equal to the length of the IP Address field, in
bits.</t>
            </dd>
          </dl>
          <t>If the IP Address is all-zero (0.0.0.0 or ::), this indicates that the sender is
requesting an address of that address family but does not have a preference for
a specific address. In that scenario, the prefix length still indicates the
sender's preference for the prefix length it is requesting.</t>
          <t>If any of the capsule fields are malformed upon reception, the receiver of the
capsule <bcp14>MUST</bcp14> follow the error handling procedure defined in
<xref section="3.3" sectionFormat="of" target="HTTP-DGRAM"/>.</t>
          <t>Upon receiving the ADDRESS_REQUEST capsule, an endpoint <bcp14>SHOULD</bcp14> assign one or
more IP addresses to its peer, and then respond with an ADDRESS_ASSIGN capsule
to inform the peer of the assignment. For each Requested Address, the receiver
of the ADDRESS_REQUEST capsule <bcp14>SHALL</bcp14> respond with an Assigned Address with a
matching Request ID. If the requested address was assigned, the IP Address and
IP Prefix Length fields in the Assigned Address response <bcp14>SHALL</bcp14> be set to the
assigned values. If the requested address was not assigned, the IP Address <bcp14>SHALL</bcp14>
be all-zero and the IP Prefix Length <bcp14>SHALL</bcp14> be the maximum length (0.0.0.0/32 or
::/128) to indicate that no address was assigned. These address rejections <bcp14>SHOULD NOT</bcp14> be
included in subsequent ADDRESS_ASSIGN capsules. Note that other Assigned Address
entries that do not correspond to any Request ID can also be contained in the
same ADDRESS_ASSIGN response.</t>
          <t>If an endpoint receives an ADDRESS_REQUEST capsule that contains zero Requested
Addresses, it <bcp14>MUST</bcp14> abort the IP proxying request stream.</t>
          <t>Note that the ordering of Requested Addresses does not carry any semantics.
Similarly, the Request ID is only meant as a unique identifier, it does not
convey any priority or importance.</t>
        </section>
        <section anchor="routeadvertisement-capsule">
          <name>ROUTE_ADVERTISEMENT Capsule</name>
          <t>The ROUTE_ADVERTISEMENT capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to communicate to its peer that it is willing to route
traffic to a set of IP address ranges. This indicates that the sender has an
existing route to each address range, and notifies its peer that if the receiver
of the ROUTE_ADVERTISEMENT capsule sends IP packets for one of these ranges in
HTTP Datagrams, the sender of the capsule will forward them along its
preexisting route. Any address which is in one of the address ranges can be used
as the destination address on IP packets originated by the receiver of this
capsule.</t>
          <figure anchor="route-adv-format">
            <name>ROUTE_ADVERTISEMENT Capsule Format</name>
            <artwork><![CDATA[
ROUTE_ADVERTISEMENT Capsule {
  Type (i) = ROUTE_ADVERTISEMENT,
  Length (i),
  IP Address Range (..) ...,
}
]]></artwork>
          </figure>
          <t>The ROUTE_ADVERTISEMENT capsule contains a sequence of zero or more IP Address
Ranges.</t>
          <figure anchor="addr-range-format">
            <name>IP Address Range Format</name>
            <artwork><![CDATA[
IP Address Range {
  IP Version (8),
  Start IP Address (32..128),
  End IP Address (32..128),
  IP Protocol (8),
}
]]></artwork>
          </figure>
          <t>Each IP Address Range contains the following fields:</t>
          <dl spacing="compact">
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this range, encoded as an unsigned 8-bit integer. <bcp14>MUST</bcp14> be
either 4 or 6.</t>
            </dd>
            <dt>Start IP Address and End IP Address:</dt>
            <dd>
              <t>Inclusive start and end IP address of the advertised range. If the IP Version
field has value 4, these fields <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP
Version field has value 6, these fields <bcp14>SHALL</bcp14> have a length of 128 bits. The
Start IP Address <bcp14>MUST</bcp14> be less than or equal to the End IP Address.</t>
            </dd>
            <dt>IP Protocol:</dt>
            <dd>
              <t>The Internet Protocol Number for traffic that can be sent to this range,
encoded as an unsigned 8-bit integer. If the value is 0, all protocols are
allowed. ICMP traffic is always allowed, regardless of the value of this field.</t>
            </dd>
          </dl>
          <t>If any of the capsule fields are malformed upon reception, the receiver of the
capsule <bcp14>MUST</bcp14> follow the error handling procedure defined in
<xref section="3.3" sectionFormat="of" target="HTTP-DGRAM"/>.</t>
          <t>Upon receiving the ROUTE_ADVERTISEMENT capsule, an endpoint <bcp14>MAY</bcp14> start routing IP
packets in these ranges to its peer.</t>
          <t>Each ROUTE_ADVERTISEMENT contains the full list of address ranges. If multiple
ROUTE_ADVERTISEMENT capsules are sent in one direction, each ROUTE_ADVERTISEMENT
capsule supersedes prior ones. In other words, if a given address range was
present in a prior capsule but the most recently received ROUTE_ADVERTISEMENT
capsule does not contain it, the receiver will consider that range withdrawn.</t>
          <t>If multiple ranges using the same IP protocol were to overlap, some routing
table implementations might reject them. To prevent overlap, the ranges are
ordered; this places the burden on the sender and makes verification by the
receiver much simpler. If an IP Address Range A precedes an IP address range B
in the same ROUTE_ADVERTISEMENT capsule, they <bcp14>MUST</bcp14> follow these requirements:</t>
          <ul spacing="normal">
            <li>IP Version of A <bcp14>MUST</bcp14> be less than or equal than IP Version of B</li>
            <li>If the IP Version of A and B are equal, the IP Protocol of A <bcp14>MUST</bcp14> be less than
or equal than IP Protocol of B.</li>
            <li>If the IP Version and IP Protocol of A and B are both equal, the End IP
Address of A <bcp14>MUST</bcp14> be strictly less than the Start IP Address of B.</li>
          </ul>
          <t>If an endpoint receives a ROUTE_ADVERTISEMENT capsule that does not meet these
requirements, it <bcp14>MUST</bcp14> abort the IP proxying request stream.</t>
          <t>Since setting the IP protocol to zero indicates all protocols are allowed, the
requirements above make it possible for two routes to overlap when one has
IP protocol set to zero and the other set to non-zero. Endpoints <bcp14>MUST NOT</bcp14> send
a ROUTE_ADVERTISEMENT capsule with routes that overlap in such a way.
Validating this requirement is <bcp14>OPTIONAL</bcp14>, but if an endpoint detects the
violation, it <bcp14>MUST</bcp14> abort the IP proxying request stream.</t>
        </section>
      </section>
    </section>
    <section anchor="context-identifiers">
      <name>Context Identifiers</name>
      <t>The mechanism for proxying IP in HTTP defined in this document allows future
extensions to exchange HTTP Datagrams that carry different semantics from IP
payloads. Some of these extensions can augment IP payloads with additional
data or compress IP header fields, while others can exchange data that is
completely separate from IP payloads. In order to accomplish this, all HTTP
Datagrams associated with IP proxying request streams start with a Context ID
field; see <xref target="payload-format"/>.</t>
      <t>Context IDs are 62-bit integers (0 to 2<sup>62</sup>-1). Context IDs are encoded
as variable-length integers; see <xref section="16" sectionFormat="of" target="QUIC"/>. The Context ID
value of 0 is reserved for IP payloads, while non-zero values are dynamically
allocated. Non-zero even-numbered Context IDs are client-allocated, and
odd-numbered Context IDs are proxy-allocated. The Context ID namespace is tied
to a given HTTP request; it is possible for a Context ID with the same numeric
value to be simultaneously allocated in distinct requests, potentially with
different semantics. Context IDs <bcp14>MUST NOT</bcp14> be re-allocated within a given HTTP
request but <bcp14>MAY</bcp14> be allocated in any order. The Context ID allocation
restrictions to the use of even-numbered and odd-numbered Context IDs exist in
order to avoid the need for synchronization between endpoints. However, once a
Context ID has been allocated, those restrictions do not apply to the use of the
Context ID; it can be used by either the client or the IP proxy, independent of
which endpoint initially allocated it.</t>
      <t>Registration is the action by which an endpoint informs its peer of the
semantics and format of a given Context ID. This document does not define how
registration occurs. Future extensions <bcp14>MAY</bcp14> use HTTP header fields or capsules to
register Context IDs. Depending on the method being used, it is possible for
datagrams to be received with Context IDs that have not yet been registered. For
instance, this can be due to reordering of the packet containing the datagram
and the packet containing the registration message during transmission.</t>
    </section>
    <section anchor="payload-format">
      <name>HTTP Datagram Payload Format</name>
      <t>When associated with IP proxying request streams, the HTTP Datagram Payload
field of HTTP Datagrams (see <xref target="HTTP-DGRAM"/>) has the format defined in
<xref target="dgram-format"/>. Note that when HTTP Datagrams are encoded using QUIC DATAGRAM
frames, the Context ID field defined below directly follows the Quarter Stream
ID field which is at the start of the QUIC DATAGRAM frame payload:</t>
      <figure anchor="dgram-format">
        <name>IP Proxying HTTP Datagram Format</name>
        <artwork><![CDATA[
IP Proxying HTTP Datagram Payload {
  Context ID (i),
  Payload (..),
}
]]></artwork>
      </figure>
      <t>The IP Proxying HTTP Datagram Payload contains the following fields:</t>
      <dl spacing="compact">
        <dt>Context ID:</dt>
        <dd>
          <t>A variable-length integer that contains the value of the Context ID. If an
HTTP/3 datagram which carries an unknown Context ID is received, the receiver
<bcp14>SHALL</bcp14> either drop that datagram silently or buffer it temporarily (on the order
of a round trip) while awaiting the registration of the corresponding Context ID.</t>
        </dd>
        <dt>Payload:</dt>
        <dd>
          <t>The payload of the datagram, whose semantics depend on value of the previous
field. Note that this field can be empty.</t>
        </dd>
      </dl>
      <t>IP packets are encoded using HTTP Datagrams with the Context ID set to zero.
When the Context ID is set to zero, the Payload field contains a full IP packet
(from the IP Version field until the last byte of the IP Payload).</t>
      <t>Clients <bcp14>MAY</bcp14> optimistically start sending proxied IP packets before receiving the
response to its IP proxying request, noting however that those may not be
processed by the IP proxy if it responds to the request with a failure, or if the
datagrams are received by the IP proxy before the request. Since receiving
addresses and routes is required in order to know that a packet can be sent
through the tunnel, such optimistic packets might be dropped by the IP proxy if it
chooses to provide different addressing or routing information than what the
client assumed.</t>
      <t>When an endpoint receives an HTTP Datagram containing an IP packet, it
will parse the packet's IP header, perform any local policy checks (e.g., source
address validation), check their routing table to pick an outbound interface,
and then send the IP packet on that interface or pass it to a local application.</t>
      <t>In the other direction, when an endpoint receives an IP packet, it checks to see
if the packet matches the routes mapped for an IP tunnel, and performs the same
forwarding checks as above before transmitting the packet over HTTP Datagrams.</t>
      <t>Note that endpoints will decrement the IP Hop Count (or TTL) upon
encapsulation but not decapsulation. In other words, the Hop Count is
decremented right before an IP packet is transmitted in an HTTP Datagram. This
prevents infinite loops in the presence of routing loops, and matches the
choices in IPsec <xref target="IPSEC"/>.</t>
      <t>Implementers need to ensure that they do not forward any link-local traffic
onto a different interface than the one it was received on. IP proxies also
need to properly reply to packets destined to link-local multicast addresses.</t>
      <t>IPv6 requires that every link have an MTU of at least 1280 bytes
<xref target="IPv6"/>. Since IP proxying in HTTP conveys IP packets in HTTP Datagrams and
those can in turn be sent in QUIC DATAGRAM frames which cannot be fragmented
<xref target="DGRAM"/>, the MTU of an IP tunnel can be limited by the MTU of
the QUIC connection that IP proxying is operating over. This can lead to
situations where the IPv6 minimum link MTU is violated. IP proxying endpoints
that support IPv6 <bcp14>MUST</bcp14> ensure that the IP tunnel link MTU is at least
1280 (i.e., that they can send HTTP Datagrams with payloads of at least 1280
bytes). This can be accomplished using various techniques:</t>
      <ul spacing="normal">
        <li>if both IP proxying endpoints know for certain that HTTP intermediaries are not in use,
the endpoints can pad the QUIC INITIAL packets of the underlying QUIC
connection that IP proxying is running over. (Assuming QUIC version 1 is in
use, the overhead is 1 byte type, 20 bytes maximal connection ID length, 4
bytes maximal packet number length, 1 byte DATAGRAM frame type, 8 bytes
maximal quarter stream ID, one byte for the zero Context ID, and 16 bytes for
the AEAD authentication tag, for a total of 51 bytes of overhead which
corresponds to padding QUIC INITIAL packets to 1331 bytes or more.)</li>
        <li>IP proxying endpoints can also send ICMPv6 echo requests with 1232 bytes of
data to ascertain the link MTU and tear down the tunnel if they do not receive
a response. Unless endpoints have an out of band means of guaranteeing that
the previous techniques is sufficient, they <bcp14>MUST</bcp14> use this method. If an
endpoint does not know an IPv6 address of its peer, it can send the ICMPv6
echo request to the link local all nodes multicast address (ff02::1).</li>
      </ul>
      <t>If an endpoint is using QUIC DATAGRAM frames to convey IPv6 packets, and it
detects that the QUIC MTU is too low to allow sending 1280 bytes, it <bcp14>MUST</bcp14> abort
the IP proxying request stream.</t>
      <t>Endpoints <bcp14>MAY</bcp14> implement additional filtering policies on the IP packets they
forward.</t>
    </section>
    <section anchor="error-signalling">
      <name>Error Signalling</name>
      <t>Since IP proxying endpoints often forward IP packets onwards to other network
interfaces, they need to handle errors in the forwarding process. For example,
forwarding can fail if the endpoint does not have a route for the destination
address, or if it is configured to reject a destination prefix by policy, or if
the MTU of the outgoing link is lower than the size of the packet to be
forwarded. In such scenarios, IP proxying endpoints <bcp14>SHOULD</bcp14> use ICMP
<xref target="ICMP"/> <xref target="ICMPv6"/> to signal the forwarding error to its peer.</t>
      <t>Endpoints are free to select the most appropriate ICMP errors to send. Some
examples that are relevant for IP proxying include:</t>
      <ul spacing="normal">
        <li>For invalid source addresses, send Destination Unreachable (<xref section="3.1" sectionFormat="of" target="ICMPv6"/>) with code 5, "Source address failed ingress/egress policy".</li>
        <li>For unroutable destination addresses, send Destination Unreachable (<xref section="3.1" sectionFormat="of" target="ICMPv6"/>) with a code 0, "No route to destination", or code 1,
"Communication with destination administratively prohibited".</li>
        <li>For packets that cannot fit within the MTU of the outgoing link, send Packet
Too Big (<xref section="3.2" sectionFormat="of" target="ICMPv6"/>).</li>
      </ul>
      <t>In order to receive these errors, endpoints need to be prepared to receive ICMP
packets. If an endpoint does not send ROUTE_ADVERTISEMENT capsules, such as a
client opening an IP flow through an IP proxy, it <bcp14>SHOULD</bcp14> process proxied ICMP
packets from its peer in order to receive these errors. Note that ICMP messages
can originate from a source address different from that of the IP proxying peer.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>IP proxying in HTTP enables many different use cases that can benefit from IP packet
proxying and tunnelling. These examples are provided to help illustrate some of
the ways in which IP proxying in HTTP can be used.</t>
      <section anchor="example-remote">
        <name>Remote Access VPN</name>
        <t>The following example shows a point-to-network VPN setup, where a client
receives a set of local addresses, and can send to any remote host through
the IP proxy. Such VPN setups can be either full-tunnel or split-tunnel.</t>
        <figure anchor="diagram-tunnel">
          <name>VPN Tunnel Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="512" viewBox="0 0 512 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
                <path d="M 248,32 L 248,96" fill="none" stroke="black"/>
                <path d="M 320,32 L 320,96" fill="none" stroke="black"/>
                <path d="M 416,32 L 416,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 248,32 L 320,32" fill="none" stroke="black"/>
                <path d="M 416,32 L 448,32" fill="none" stroke="black"/>
                <path d="M 80,48 L 248,48" fill="none" stroke="black"/>
                <path d="M 192,64 L 216,64" fill="none" stroke="black"/>
                <path d="M 320,64 L 448,64" fill="none" stroke="black"/>
                <path d="M 80,80 L 248,80" fill="none" stroke="black"/>
                <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
                <path d="M 248,96 L 320,96" fill="none" stroke="black"/>
                <path d="M 416,96 L 448,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="456,96 444,90.4 444,101.6" fill="black" transform="rotate(0,448,96)"/>
                <polygon class="arrowhead" points="456,64 444,58.4 444,69.6" fill="black" transform="rotate(0,448,64)"/>
                <polygon class="arrowhead" points="456,32 444,26.4 444,37.6" fill="black" transform="rotate(0,448,32)"/>
                <polygon class="arrowhead" points="224,64 212,58.4 212,69.6" fill="black" transform="rotate(0,216,64)"/>
                <polygon class="arrowhead" points="200,64 188,58.4 188,69.6" fill="black" transform="rotate(180,192,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="212" y="36">IP</text>
                  <text x="232" y="36">B</text>
                  <text x="468" y="36">IP</text>
                  <text x="488" y="36">D</text>
                  <text x="284" y="52">IP</text>
                  <text x="340" y="52">IP</text>
                  <text x="360" y="52">C</text>
                  <text x="44" y="68">Client</text>
                  <text x="100" y="68">IP</text>
                  <text x="140" y="68">Subnet</text>
                  <text x="176" y="68">C</text>
                  <text x="232" y="68">?</text>
                  <text x="288" y="68">Proxy</text>
                  <text x="468" y="68">IP</text>
                  <text x="488" y="68">E</text>
                  <text x="468" y="100">IP</text>
                  <text x="496" y="100">...</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A          IP B +--------+           +---> IP D
|        +--------------------+   IP   | IP C      |
| Client | IP Subnet C <--> ? |  Proxy +-----------+---> IP E
|        +--------------------+        |           |
+--------+                    +--------+           +---> IP ...

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client does not specify any scope in its request. The IP proxy
assigns the client an IPv4 address (192.0.2.11) and a full-tunnel route of all
IPv4 addresses (0.0.0.0/0). The client can then send to any IPv4 host using a
source address in its assigned prefix.</t>
        <figure anchor="fig-full-tunnel">
          <name>VPN Full-Tunnel Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /vpn
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

STREAM(44): DATA
Capsule Type = ADDRESS_REQUEST
(Request ID = 1
 IP Version = 4
 IP Address = 0.0.0.0
 IP Prefix Length = 32)

                              STREAM(44): DATA
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 1
                               IP Version = 4
                               IP Address = 192.0.2.11
                               IP Prefix Length = 32)

                              STREAM(44): DATA
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 0.0.0.0
                               End IP Address = 255.255.255.255
                               IP Protocol = 0) // Any

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IP Packet

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated IP Packet
]]></artwork>
        </figure>
        <t>A setup for a split-tunnel VPN (the case where the client can only access a
specific set of private subnets) is quite similar. In this case, the advertised
route is restricted to 192.0.2.0/24, rather than 0.0.0.0/0.</t>
        <figure anchor="fig-split-tunnel">
          <name>VPN Split-Tunnel Capsule Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

                              STREAM(44): DATA
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 192.0.2.42
                               IP Prefix Length = 32)

                              STREAM(44): DATA
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 192.0.2.0
                               End IP Address = 192.0.2.255
                               IP Protocol = 0) // Any
]]></artwork>
        </figure>
      </section>
      <section anchor="site-to-site-vpn">
        <name>Site-to-Site VPN</name>
        <t>The following example shows how to connect a branch office network to a
corporate network such that all machines on those networks can communicate.
In this example, the IP proxying client is attached to the branch office
network 192.0.2.0/24, and the IP proxy is attached to the corporate network
203.0.113.0/24. There are legacy clients on the branch office network that
only allow maintenance requests from machines on their subnet, so the IP
Proxy is provisioned with an IP address from that subnet.</t>
        <figure anchor="diagram-s2s">
          <name>Site-to-site VPN Example</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="560" viewBox="0 0 560 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 112,32 L 112,96" fill="none" stroke="black"/>
                <path d="M 144,32 L 144,96" fill="none" stroke="black"/>
                <path d="M 216,32 L 216,96" fill="none" stroke="black"/>
                <path d="M 328,32 L 328,96" fill="none" stroke="black"/>
                <path d="M 392,32 L 392,96" fill="none" stroke="black"/>
                <path d="M 424,32 L 424,96" fill="none" stroke="black"/>
                <path d="M 88,32 L 112,32" fill="none" stroke="black"/>
                <path d="M 144,32 L 216,32" fill="none" stroke="black"/>
                <path d="M 328,32 L 392,32" fill="none" stroke="black"/>
                <path d="M 424,32 L 456,32" fill="none" stroke="black"/>
                <path d="M 216,48 L 328,48" fill="none" stroke="black"/>
                <path d="M 88,64 L 144,64" fill="none" stroke="black"/>
                <path d="M 392,64 L 456,64" fill="none" stroke="black"/>
                <path d="M 216,80 L 328,80" fill="none" stroke="black"/>
                <path d="M 88,96 L 112,96" fill="none" stroke="black"/>
                <path d="M 144,96 L 216,96" fill="none" stroke="black"/>
                <path d="M 328,96 L 392,96" fill="none" stroke="black"/>
                <path d="M 424,96 L 456,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="464,96 452,90.4 452,101.6" fill="black" transform="rotate(0,456,96)"/>
                <polygon class="arrowhead" points="464,64 452,58.4 452,69.6" fill="black" transform="rotate(0,456,64)"/>
                <polygon class="arrowhead" points="464,32 452,26.4 452,37.6" fill="black" transform="rotate(0,456,32)"/>
                <polygon class="arrowhead" points="96,96 84,90.4 84,101.6" fill="black" transform="rotate(180,88,96)"/>
                <polygon class="arrowhead" points="96,64 84,58.4 84,69.6" fill="black" transform="rotate(180,88,64)"/>
                <polygon class="arrowhead" points="96,32 84,26.4 84,37.6" fill="black" transform="rotate(180,88,32)"/>
                <g class="text">
                  <text x="40" y="36">192.0.2.1</text>
                  <text x="512" y="36">203.0.113.9</text>
                  <text x="356" y="52">IP</text>
                  <text x="40" y="68">192.0.2.2</text>
                  <text x="180" y="68">Client</text>
                  <text x="236" y="68">IP</text>
                  <text x="284" y="68">Proxying</text>
                  <text x="360" y="68">Proxy</text>
                  <text x="512" y="68">203.0.113.8</text>
                  <text x="40" y="100">192.0.2.3</text>
                  <text x="512" y="100">203.0.113.7</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
192.0.2.1 <--+   +--------+             +-------+   +---> 203.0.113.9
             |   |        +-------------+  IP   |   |
192.0.2.2 <--+---+ Client | IP Proxying | Proxy +---+---> 203.0.113.8
             |   |        +-------------+       |   |
192.0.2.3 <--+   +--------+             +-------+   +---> 203.0.113.7

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client does not specify any scope in its request. The IP
proxy assigns the client an IPv4 address (203.0.113.100) and a split-tunnel
route to the corporate network (203.0.113.0/24). The client assigns the IP
proxy an IPv4 address (192.0.2.200) and a split-tunnel route to the branch
office network (192.0.2.0/24). This allows hosts on both networks to
communicate with each other, and allows the IP proxy to perform maintenance
on legacy hosts in the branch office.</t>
        <figure anchor="fig-s2s">
          <name>Site-to-site VPN Capsule Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /corp
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

STREAM(44): DATA
Capsule Type = ADDRESS_ASSIGN
(Request ID = 0
IP Version = 4
IP Address = 192.0.2.200
IP Prefix Length = 32)

STREAM(44): DATA
Capsule Type = ROUTE_ADVERTISEMENT
(IP Version = 4
Start IP Address = 192.0.2.0
End IP Address = 192.0.2.255
IP Protocol = 0) // Any

                              STREAM(44): DATA
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 203.0.113.100
                               IP Prefix Length = 32)

                              STREAM(44): DATA
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 203.0.113.0
                               End IP Address = 203.0.113.255
                               IP Protocol = 0) // Any

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IP Packet

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated IP Packet
]]></artwork>
        </figure>
      </section>
      <section anchor="ip-flow-forwarding">
        <name>IP Flow Forwarding</name>
        <t>The following example shows an IP flow forwarding setup, where a client requests
to establish a forwarding tunnel to target.example.com using SCTP (IP protocol
132), and receives a single local address and remote address it can use for
transmitting packets. A similar approach could be used for any other IP protocol
that isn't easily proxied with existing HTTP methods, such as ICMP, ESP, etc.</t>
        <figure anchor="diagram-flow">
          <name>Proxied Flow Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="440" viewBox="0 0 440 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,96" fill="none" stroke="black"/>
                <path d="M 312,32 L 312,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 240,32 L 312,32" fill="none" stroke="black"/>
                <path d="M 80,48 L 240,48" fill="none" stroke="black"/>
                <path d="M 160,64 L 184,64" fill="none" stroke="black"/>
                <path d="M 312,64 L 392,64" fill="none" stroke="black"/>
                <path d="M 80,80 L 240,80" fill="none" stroke="black"/>
                <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
                <path d="M 240,96 L 312,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="400,64 388,58.4 388,69.6" fill="black" transform="rotate(0,392,64)"/>
                <polygon class="arrowhead" points="192,64 180,58.4 180,69.6" fill="black" transform="rotate(0,184,64)"/>
                <polygon class="arrowhead" points="168,64 156,58.4 156,69.6" fill="black" transform="rotate(180,160,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="204" y="36">IP</text>
                  <text x="224" y="36">B</text>
                  <text x="276" y="52">IP</text>
                  <text x="332" y="52">IP</text>
                  <text x="352" y="52">C</text>
                  <text x="44" y="68">Client</text>
                  <text x="124" y="68">IP</text>
                  <text x="144" y="68">C</text>
                  <text x="200" y="68">D</text>
                  <text x="280" y="68">Proxy</text>
                  <text x="412" y="68">IP</text>
                  <text x="432" y="68">D</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A         IP B +--------+
|        +-------------------+   IP   | IP C
| Client |    IP C <--> D    |  Proxy +---------> IP D
|        +-------------------+        |
+--------+                   +--------+

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client specfies both a target hostname and an IP protocol
number in the scope of its request, indicating that it only needs to communicate
with a single host. The IP proxy is able to perform DNS resolution on behalf
of the client and allocate a specific outbound socket for the client instead of
allocating an entire IP address to the client. In this regard, the request is
similar to a traditional CONNECT proxy request.</t>
        <t>The IP proxy assigns a single IPv6 address to the client (2001:db8:1234::a) and
a route to a single IPv6 host (2001:db8:3456::b), scoped to SCTP. The client can
send and receive SCTP IP packets to the remote host.</t>
        <figure anchor="fig-flow">
          <name>Proxied SCTP Flow Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /proxy?target=target.example.com&ipproto=132
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

                              STREAM(44): DATA
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 6
                               IP Address = 2001:db8:1234::a
                               IP Prefix Length = 128)

                              STREAM(44): DATA
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 6
                               Start IP Address = 2001:db8:3456::b
                               End IP Address = 2001:db8:3456::b
                               IP Protocol = 132)

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated SCTP/IP Packet

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated SCTP/IP Packet
]]></artwork>
        </figure>
      </section>
      <section anchor="proxied-connection-racing">
        <name>Proxied Connection Racing</name>
        <t>The following example shows a setup where a client is proxying UDP packets
through an IP proxy in order to control connection establishment racing
through an IP proxy, as defined in Happy Eyeballs <xref target="HEv2"/>. This example is
a variant of the proxied flow, but highlights how IP-level proxying can enable
new capabilities even for TCP and UDP.</t>
        <figure anchor="diagram-racing">
          <name>Proxied Connection Racing Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="472" viewBox="0 0 472 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,112" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,112" fill="none" stroke="black"/>
                <path d="M 312,32 L 312,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 240,32 L 312,32" fill="none" stroke="black"/>
                <path d="M 80,48 L 240,48" fill="none" stroke="black"/>
                <path d="M 320,48 L 424,48" fill="none" stroke="black"/>
                <path d="M 144,64 L 168,64" fill="none" stroke="black"/>
                <path d="M 144,80 L 168,80" fill="none" stroke="black"/>
                <path d="M 80,96 L 240,96" fill="none" stroke="black"/>
                <path d="M 320,96 L 424,96" fill="none" stroke="black"/>
                <path d="M 8,112 L 80,112" fill="none" stroke="black"/>
                <path d="M 240,112 L 312,112" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="432,96 420,90.4 420,101.6" fill="black" transform="rotate(0,424,96)"/>
                <polygon class="arrowhead" points="432,48 420,42.4 420,53.6" fill="black" transform="rotate(0,424,48)"/>
                <polygon class="arrowhead" points="328,96 316,90.4 316,101.6" fill="black" transform="rotate(180,320,96)"/>
                <polygon class="arrowhead" points="328,48 316,42.4 316,53.6" fill="black" transform="rotate(180,320,48)"/>
                <polygon class="arrowhead" points="176,80 164,74.4 164,85.6" fill="black" transform="rotate(0,168,80)"/>
                <polygon class="arrowhead" points="176,64 164,58.4 164,69.6" fill="black" transform="rotate(0,168,64)"/>
                <polygon class="arrowhead" points="152,80 140,74.4 140,85.6" fill="black" transform="rotate(180,144,80)"/>
                <polygon class="arrowhead" points="152,64 140,58.4 140,69.6" fill="black" transform="rotate(180,144,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="204" y="36">IP</text>
                  <text x="224" y="36">B</text>
                  <text x="332" y="36">IP</text>
                  <text x="352" y="36">C</text>
                  <text x="444" y="52">IP</text>
                  <text x="464" y="52">E</text>
                  <text x="44" y="68">Client</text>
                  <text x="108" y="68">IP</text>
                  <text x="128" y="68">C</text>
                  <text x="184" y="68">E</text>
                  <text x="276" y="68">IP</text>
                  <text x="128" y="84">D</text>
                  <text x="184" y="84">F</text>
                  <text x="280" y="84">Proxy</text>
                  <text x="444" y="100">IP</text>
                  <text x="464" y="100">F</text>
                  <text x="332" y="116">IP</text>
                  <text x="352" y="116">D</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A         IP B +--------+ IP C
|        +-------------------+        |<------------> IP E
| Client |  IP C <--> E      |   IP   |
|        |     D <--> F      |  Proxy |
|        +-------------------+        |<------------> IP F
+--------+                   +--------+ IP D

]]></artwork>
          </artset>
        </figure>
        <t>As with proxied flows, the client specfies both a target hostname and an IP
protocol number in the scope of its request. When the IP proxy performs DNS
resolution on behalf of the client, it can send the various remote address
options to the client as separate routes. It can also ensure that the client has
both IPv4 and IPv6 addresses assigned.</t>
        <t>The IP proxy assigns the client both an IPv4 address (192.0.2.3) and an IPv6
address (2001:db8:1234::a) to the client, as well as an IPv4 route
(198.51.100.2) and an IPv6 route (2001:db8:3456::b), which represent the resolved
addresses of the target hostname, scoped to UDP. The client can send and receive
UDP IP packets to either one of the IP proxy addresses to enable Happy Eyeballs
through the IP proxy.</t>
        <figure anchor="fig-listen">
          <name>Proxied Connection Racing Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /proxy?ipproto=17
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

                              STREAM(44): DATA
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 192.0.2.3
                               IP Prefix Length = 32),
                              (Request ID = 0
                               IP Version = 6
                               IP Address = 2001:db8::1234:1234
                               IP Prefix Length = 128)

                              STREAM(44): DATA
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 198.51.100.2
                               End IP Address = 198.51.100.2
                               IP Protocol = 17),
                              (IP Version = 6
                               Start IP Address = 2001:db8:3456::b
                               End IP Address = 2001:db8:3456::b
                               IP Protocol = 17)
...

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IPv6 Packet

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IPv4 Packet

]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="extensibility-considerations">
      <name>Extensibility Considerations</name>
      <t>Extensions to IP proxying in HTTP can define behavior changes to this mechanism. Such
extensions <bcp14>SHOULD</bcp14> define new capsule types to exchange configuration information
if needed. It is <bcp14>RECOMMENDED</bcp14> for extensions that modify addressing to specify
that their extension capsules be sent before the ADDRESS_ASSIGN capsule and that
they do not take effect until the ADDRESS_ASSIGN capsule is parsed. This allows
modifications to address assignement to operate atomically. Similarly,
extensions that modify routing <bcp14>SHOULD</bcp14> behave similarly with regards to the
ROUTE_ADVERTISEMENT capsule.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>There are significant risks in allowing arbitrary clients to establish a tunnel
that permits sending to arbitrary hosts, regardless of whether tunnels are
scoped to specific hosts or not. Bad actors could abuse this capability
to send traffic and have it attributed to the IP proxy. IP proxies <bcp14>SHOULD</bcp14>
restrict its use to authenticated users. Depending on the deployment,
possible authentication mechanisms include mutual TLS between clients
and proxies, HTTP-based authentication via the HTTP Authorization header
<xref target="HTTP"/>, or even bearer tokens. Proxies can enforce policies for authenticated
users to further constrain client behavior or deal with possible abuse.
For example, proxies can rate limit individual clients that send an excessively
large amount of traffic through the proxy. As another example, proxies can
restrict address (prefix) assignment to clients based on certain client attributes
such as geographic location.</t>
      <t>Address assignment can have privacy implications for endpoints. For example,
if a proxy partitions its address space by the number of authenticated clients
and then assigns distinct address ranges to each client, target hosts could use
this information to determine when IP packets correspond to the same client.
Avoiding such tracking vectors may be important for certain proxy deployments.
Proxies <bcp14>SHOULD</bcp14> avoid persistent per-client address (prefix) assignment when possible.</t>
      <t>Falsifying IP source addresses in sent traffic has been common for denial of
service attacks. Implementations of this mechanism need to ensure that they do
not facilitate such attacks. In particular, there are scenarios where an
endpoint knows that its peer is only allowed to send IP packets from a given
prefix. For example, that can happen through out of band configuration
information, or when allowed prefixes are shared via ADDRESS_ASSIGN capsules. In
such scenarios, endpoints <bcp14>MUST</bcp14> follow the recommendations from
<xref target="BCP38"/> to prevent source address spoofing.</t>
      <t>Limiting request scope (see <xref target="scope"/>) allows two clients to share one
of the proxy's external IP addresses if their requests are scoped to different
IP protocol numbers. If the proxy receives an ICMP packet destined for that
external IP address, it has the option to forward it back to the clients.
However, some of these ICMP packets carry part of the original IP packet
that triggered the ICMP response. Forwarding such packets can accidentally
divulge information about one client's traffic to another client. To avoid this,
proxies that forward ICMP on shared external IP addresses <bcp14>MUST</bcp14> inspect
the invoking packet included in the ICMP packet and only forward the ICMP
packet to the client whose scoping matches the invoking packet.</t>
      <t>Since there are known risks with some IPv6 extension headers (e.g.,
<xref target="ROUTING-HDR"/>), implementers need to follow the latest guidance
regarding handling of IPv6 extension headers.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="http-upgrade-token">
        <name>HTTP Upgrade Token</name>
        <t>This document will request IANA to register "connect-ip" in the HTTP Upgrade
Token Registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-upgrade-tokens"/>&gt;.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>connect-ip</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Proxying of IP Payloads</t>
          </dd>
          <dt>Expected Version Tokens:</dt>
          <dd>
            <t>None</t>
          </dd>
          <dt>References:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-suffix">
        <name>Creation of the MASQUE URI Suffixes Registry</name>
        <t>This document requests that IANA create a new "MASQUE URI Suffixes" registry
maintained at IANA_URL_TBD. This new registry governs the path segment that
immediately follows "masque" in paths that start with "/.well-known/masque/",
see &lt;<eref target="https://www.iana.org/assignments/well-known-uris"/>&gt; for the registration
of "masque" in the "Well-Known URIs" registry. This new registry contains three
columns:</t>
        <dl>
          <dt>Path Segment:</dt>
          <dd>
            <t>An ASCII string containing only characters allowed in tokens; see
<xref section="5.6.2" sectionFormat="of" target="HTTP"/>. Entries in this registry <bcp14>MUST</bcp14> all have distinct
entries in this column.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>A description of the entry.</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>An optional reference defining the use of the entry.</t>
          </dd>
        </dl>
        <t>The registration policy for this registry is Expert Review; see
<xref section="4.5" sectionFormat="of" target="IANA-POLICY"/>.</t>
        <t>There are initially two entries in this registry:</t>
        <table anchor="iana-suffixes-table">
          <name>New MASQUE URI Suffixes</name>
          <thead>
            <tr>
              <th align="left">Path Segment</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">udp</td>
              <td align="left">UDP Proxying</td>
              <td align="left">RFC 9298</td>
            </tr>
            <tr>
              <td align="left">ip</td>
              <td align="left">IP Proxying</td>
              <td align="left">This Document</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-uri">
        <name>Updates to masque Well-Known URI</name>
        <t>This document will request IANA to update the entry for the "masque"
URI suffix in the "Well-Known URIs" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/well-known-uris"/>&gt;.</t>
        <t>IANA is requested to update the "Reference" field to include this
document in addition to previous values from that field.</t>
        <t>IANA is requested to replace the "Related Information" field with
"For sub-suffix allocations, see registry at IANA_URL_TBD." where
IANA_URL_TBD is the URL of the new registry described in <xref target="iana-suffix"/>.</t>
      </section>
      <section anchor="iana-types">
        <name>Capsule Type Registrations</name>
        <t>This document requests IANA to add the following values to the "HTTP Capsule Types"
registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-capsule-protocol"/>&gt;.</t>
        <table anchor="iana-capsules-table">
          <name>New Capsules</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Capsule Type</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x01</td>
              <td align="left">ADDRESS_ASSIGN</td>
              <td align="left">Address Assignment</td>
            </tr>
            <tr>
              <td align="left">0x02</td>
              <td align="left">ADDRESS_REQUEST</td>
              <td align="left">Address Request</td>
            </tr>
            <tr>
              <td align="left">0x03</td>
              <td align="left">ROUTE_ADVERTISEMENT</td>
              <td align="left">Route Advertisement</td>
            </tr>
          </tbody>
        </table>
        <t>All of these new entries use the following values for these fields:</t>
        <dl>
          <dt>Status:</dt>
          <dd>
            <t>provisional (permanent when 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>Empty</t>
          </dd>
        </dl>
        <t>RFC Editor: please remove the rest of this subsection before publication.</t>
        <t>Since this document has not yet been published, it might still change before
publication as RFC. Any implementer that wishes to deploy IP proxying in
production before publication <bcp14>MUST</bcp14> use the following temporary codepoints
instead: 0x2575D601 for ADDRESS_ASSIGN, 0x2575D602 for ADDRESS_REQUEST, and
0x2575D603 for ROUTE_ADVERTISEMENT.</t>
      </section>
    </section>
  </middle>
  <back>
    <displayreference target="H1" to="HTTP/1.1"/>
    <displayreference target="H2" to="HTTP/2"/>
    <displayreference target="H3" to="HTTP/3"/>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="H1">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns. </t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </reference>
        <reference anchor="H2">
          <front>
            <title>HTTP/2</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9113"/>
          <seriesInfo name="DOI" value="10.17487/RFC9113"/>
        </reference>
        <reference anchor="H3">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. </t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="TCP">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP).  TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet.  Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion.  This document collects and brings those changes together with the protocol specification from RFC 793.  This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793.  It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements.  It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state.  The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="TEMPLATE">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Hadley" initials="M." surname="Hadley">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="D. Orchard" initials="D." surname="Orchard">
              <organization/>
            </author>
            <date month="March" year="2012"/>
            <abstract>
              <t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet.   [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6570"/>
          <seriesInfo name="DOI" value="10.17487/RFC6570"/>
        </reference>
        <reference anchor="HTTP-DGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="L. Pardue" initials="L." surname="Pardue">
              <organization/>
            </author>
            <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="EXT-CONNECT2">
          <front>
            <title>Bootstrapping WebSockets with HTTP/2</title>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <date month="September" year="2018"/>
            <abstract>
              <t>This document defines a mechanism for running the WebSocket Protocol (RFC 6455) over a single stream of an HTTP/2 connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8441"/>
          <seriesInfo name="DOI" value="10.17487/RFC8441"/>
        </reference>
        <reference anchor="EXT-CONNECT3">
          <front>
            <title>Bootstrapping WebSockets with HTTP/3</title>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The mechanism for running the WebSocket Protocol over a single stream of an HTTP/2 connection is equally applicable to HTTP/3, but the HTTP-version-specific details need to be specified. This document describes how the mechanism is adapted for HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9220"/>
          <seriesInfo name="DOI" value="10.17487/RFC9220"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <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="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="PROXY-STATUS">
          <front>
            <title>The Proxy-Status HTTP Response Header Field</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P. Sikora" initials="P." surname="Sikora">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document defines the Proxy-Status HTTP response field to convey the details of an intermediary's response handling, including generated errors.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9209"/>
          <seriesInfo name="DOI" value="10.17487/RFC9209"/>
        </reference>
        <reference anchor="ABNF">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="IPv6">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <author fullname="R. Hinden" initials="R." surname="Hinden">
              <organization/>
            </author>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="DGRAM">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear">
              <organization/>
            </author>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9221"/>
          <seriesInfo name="DOI" value="10.17487/RFC9221"/>
        </reference>
        <reference anchor="ICMP">
          <front>
            <title>Internet Control Message Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel">
              <organization/>
            </author>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="792"/>
          <seriesInfo name="DOI" value="10.17487/RFC0792"/>
        </reference>
        <reference anchor="ICMPv6">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta">
              <organization/>
            </author>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta">
              <organization/>
            </author>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol).  ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="BCP38">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson">
              <organization/>
            </author>
            <author fullname="D. Senie" initials="D." surname="Senie">
              <organization/>
            </author>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point.  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="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="IANA-POLICY">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="IANA-PN" target="https://www.iana.org/assignments/protocol-numbers">
          <front>
            <title>Protocol Numbers</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes how to proxy UDP in HTTP, similar to how the HTTP CONNECT method allows proxying TCP in HTTP. More specifically, this document defines a protocol that allows an HTTP client to create a tunnel for UDP communications through an HTTP server that acts as a proxy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9298"/>
          <seriesInfo name="DOI" value="10.17487/RFC9298"/>
        </reference>
        <reference anchor="IPv6-ADDR">
          <front>
            <title>IP Version 6 Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden">
              <organization/>
            </author>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <date month="February" year="2006"/>
            <abstract>
              <t>This specification defines the addressing architecture of the IP Version 6 (IPv6) protocol.  The document includes the IPv6 addressing model, text representations of IPv6 addresses, definition of IPv6 unicast addresses, anycast addresses, and multicast addresses, and an IPv6 node's required addresses.</t>
              <t>This document obsoletes RFC 3513, "IP Version 6 Addressing Architecture".   [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4291"/>
          <seriesInfo name="DOI" value="10.17487/RFC4291"/>
        </reference>
        <reference anchor="IPSEC">
          <front>
            <title>Security Architecture for the Internet Protocol</title>
            <author fullname="S. Kent" initials="S." surname="Kent">
              <organization/>
            </author>
            <author fullname="K. Seo" initials="K." surname="Seo">
              <organization/>
            </author>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the "Security Architecture for IP", which is designed to provide security services for traffic at the IP layer.  This document obsoletes RFC 2401 (November 1998).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4301"/>
          <seriesInfo name="DOI" value="10.17487/RFC4301"/>
        </reference>
        <reference anchor="HEv2">
          <front>
            <title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <date month="December" year="2017"/>
            <abstract>
              <t>Many communication protocols operating over the modern Internet use hostnames.  These often resolve to multiple IP addresses, each of which may have different performance and connectivity characteristics.  Since specific addresses or address families (IPv4 or IPv6) may be blocked, broken, or sub-optimal on a network, clients that attempt multiple connections in parallel have a chance of establishing a connection more quickly.  This document specifies requirements for algorithms that reduce this user-visible delay and provides an example algorithm, referred to as "Happy Eyeballs".  This document obsoletes the original algorithm description in RFC 6555.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8305"/>
          <seriesInfo name="DOI" value="10.17487/RFC8305"/>
        </reference>
        <reference anchor="ROUTING-HDR">
          <front>
            <title>Deprecation of Type 0 Routing Headers in IPv6</title>
            <author fullname="J. Abley" initials="J." surname="Abley">
              <organization/>
            </author>
            <author fullname="P. Savola" initials="P." surname="Savola">
              <organization/>
            </author>
            <author fullname="G. Neville-Neil" initials="G." surname="Neville-Neil">
              <organization/>
            </author>
            <date month="December" year="2007"/>
            <abstract>
              <t>The functionality provided by IPv6's Type 0 Routing Header can be exploited in order to achieve traffic amplification over a remote path for the purposes of generating denial-of-service traffic.  This document updates the IPv6 specification to deprecate the use of IPv6 Type 0 Routing Headers, in light of this security concern.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5095"/>
          <seriesInfo name="DOI" value="10.17487/RFC5095"/>
        </reference>
        <reference anchor="PROXY-REQS">
          <front>
            <title>Requirements for a MASQUE Protocol to Proxy IP Traffic</title>
            <author fullname="Alex Chernyakhovsky" initials="A." surname="Chernyakhovsky">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Dallas McCall" initials="D." surname="McCall">
              <organization>Google LLC</organization>
            </author>
            <author fullname="David Schinazi" initials="D." surname="Schinazi">
              <organization>Google LLC</organization>
            </author>
            <date day="27" month="August" year="2021"/>
            <abstract>
              <t>   There is interest among MASQUE working group participants in
   designing a protocol that can proxy IP traffic over HTTP.  This
   document describes the set of requirements for such a protocol.

   Discussion of this work is encouraged to happen on the MASQUE IETF
   mailing list masque@ietf.org or on the GitHub repository which
   contains the draft: https://github.com/ietf-wg-masque/draft-ietf-
   masque-ip-proxy-reqs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-masque-ip-proxy-reqs-03"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The design of this method was inspired by discussions in the MASQUE working
group around <xref target="PROXY-REQS"/>. The authors would
like to thank participants in those discussions for their feedback.
Additionally, <contact fullname="Mike Bishop"/>, <contact fullname="Lucas Pardue"/>, and <contact fullname="Alejandro Sedeño"/>
provided valuable feedback on the document.</t>
      <t>Most of the text on client configuration is based on the corresponding text in
<xref target="CONNECT-UDP"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+196Xbb2Jng//sUCD3TkSokJVLypiqnQktyWae9KJJc6Zx0
TjVIXklokwADgJIVl/Ms8wrzCjMvNt96FxCkXEv3pNPlLDZJ4K7fvvZ6PVNn
9cweJJ3Tsvhwl+VXyclpkuXJy4uL046ZFpM8ncPP0zK9rHuZrS9787T6y9L2
JkWe2wl8t+jtPjY3B8meqZbjeVZVWZHXdwt46eT44oWZpLW9Ksq7g6SqpyYt
bXqQXJRpXi2Ksja3VwfJ69H5798dm3w5H9vywEzhhQMDw1c2r5bVQVKXS2uW
C/wePj0dPn1ibmy+hIeS5KoslgtYPY/RgW946s4fivI97uYbfAC/n6fZDL7n
1f8Od9Ivyiv8JS0n1/DLdV0vqoOdHXwQv8pubF8f28EvdsZlcVvZHR5iB1+9
yurr5RheppO5vZLD2dl0XPjeDPdSB5PG7/d53H5WbBxp44/963o+65j39u62
KKd4Vr3kL8tsQv/AaekfcKjpVZnO6cO3p2/o7wWCAv2rXsJws8q9jJCxnC7w
LwYTN2K9LAGOqiSdzZL62ia36V0yLW5z+pEX52bu5VcmXdbXRUnLgv8lMBbc
7UU/OU2Xszv6hgHvopjP74JvywKh1U6zuijpC7idNM/+mtYAdgfJaLGY2eQk
n/TpR8u3Xi/w/d+l+GN/UszjWY/6yTlcd57+NQsmPkpvsmn8A0x1kHxTFFcw
xatXh/RdVZfWwk0OHu3uJqP54hpuzqbwJay5fA+nQE9NshoQ4HWxzOsUTu3b
zN7ybuwVLftwxI8VU5j56f7u/p58hhcQdd7lWW1hNTXCTVJcwky2zCZpuMlp
JWslqP3dFX67utlRPzm8tmV+l76/Lm6q9+FZj2b2Q9uv8RE3DkBmTyf83u+u
6OfViV/3k39e2uuZvc3yaTDp66z897T5UzzjMWy1qoo8nG+Or/Xfu9d+Z+Wh
1pn/ANhmy9kynjm9ypdV87fPmJre69+69+K586Kcw9s3RJ9eDg7o1WcHydmL
w6eDwZA+TrNqMUvhYpHM7gz6A3x02Hh0r+VRfP3lXuPB/ZYH90yWX4YrORm9
GfVO3/CrHvscXOPv9DlgCHUxKWbJGyLMVYdnQeqcXKazyvLTaXllQ0p2e3vb
z9I8ZbIJ3OAqn9u8rnYWMl4v1/FMr9dL0jGgUDqpjbm4ziqgGZMlPp9MbTUp
szGA+3Vxm9QFUyUkO4t08t7WlXKpfkIv6vBJVpkqmyMNx7feHZ3ym8gM5I1u
Ml7WSKmAnAN3AV40z+oaH0jLcQZflOE8ffO6AHSuFnaSXQLOzWZ3XSBx8Vov
sxyJn19FfZ26KVKeNpnMMnjawKomwAZriz/APExk4Q1gVVfX7unKlje2lIEm
sN9UJvhwx1s2bn5hjggOxB/7hs92nk2nM2vMA6CIdVlMlxOEamNofBgJKBy8
heT68O2bN8eHF8ncAmBMk63K2uTjx3NLLyRP+3v9R0h2foVvPmOo2/30aTsB
EDO0GTq95OLwFF77FfxFDw2f7n365PZXwAMwHzxKyAUbncI3eldzO7kGxKvm
Bsaka/v48WtZVg8+yoBPPn3qJy+LWwtng9dgK+tfrZJJmudFrVMW8HtpTk7d
tVQwqCACLAwwFUhsfmPvksvMzqZEWfE04A0g4lNb9tdDZXDXuGCecSYC1Jq7
hGvMkPdVfPM9hSmB7QKfCUAaNpOMbbKsgPTjHDdpmRVAseAL+K2yAOjLyTXC
RWnnBcLTZGKrCvl4F861tr266OHf8o2dLAGQF0WW1/gL/QMOYD5f5gDXeCdd
A9Nc2dyW6ay3WJaLAqZiPAh2CKdyEmBVsYDHEfzkKmd3K4i37iq75hZuyI7v
6Nj5FLK6srNLQOMEoDOv4Xxg+7fAVvHQgFoUsyXs6N3Zqy7MjItGjER5EVkr
ToZDARJfwsH+ugohDlgfYWAlW4RhGIBgMDxVgmHz7uwkubDzBcpoBMzHr09f
jS6OcdWPHj4GsO/ikSskTJGqfPzIuI3y12V2BTAqgONgpFouUOBlAcl+yCrC
GLhwFJcJ8AhQ4CR4HfTpSKSzysA68Jve0Tdno9dyfo8RFf5wbfPglZ0hrOXl
EIC7KIUR4Bd7uOisRsipGPuPP9Q2n8LqFfNXt/Sr43+56MnPQ5zzyf7+AEYG
vDXxr3u8ouFu24oG/Q+4hEGwBN7duwXsbWoNzYwEVOZVqvO4/0TPxR/oCs37
+DGALHruQXKISJ3XdLJIZY5w+Iw+4zA2Aak4QbG4As3h3flFp8t/J2/e0r/P
jn//7uTs+Aj/ff5y9OqV+4eRJ85fvn336sj/y795+Pb16+M3R/wyfJtEXxnQ
VP4Iv+CqOm9PL07evhm96uC+Y44CehIiEWA/4KgtF6VF+S8Fmh/e0fPD0//z
vwb7eFdwAcPB4ClcD394Mni8Dx8AvXKercgBL/kjAP2dAWHYAtmFURAiJ+ki
q4GpE2hXwHHzBBETTvOLP+HJ/Pkg+Wo8WQz2fytf4IajL/XMoi/pzFa/WXmZ
D7Hlq5Zp3GlG3zdOOl7v6I/RZz334EugaI0r6Ca3RHqZnNhynnSU6HXwakp7
aUnCwN+bDNuUFvTbHOBLHgjpZWlBGarqfnJC3AZuGm+bhqDLnoN2A5QeYHvL
o4aJUGOv/9ijxjaASX1rbU4zMSGiK3c0Fa8cKTnMY2jdJcAP8mOA/3jKVVBc
RTxEYHwny4tZcQW8syzmCHVw/4dECHZ3lRAgFIcvG5WUvJwE6npFIMk7JSxN
WHKVqeAn4OksM+Bcxp/DoL+H54Az44y0UCeo0RNuCGSe6XhmezObXwEzwX1f
gXRgc9C68FpkG25oFniam/q2fRgYfgaXCiIZrjXJLR8w4C+Nz+iKy4BTy+bL
ecJCME4xvkMyBlo7sG6QPOG83xTEmVKEwWu5VgIPYRekhcN1Tgt8EaYT5pLM
l7M6Ax33A+4HNVNkHVsqJKiusY0E4Y4BGFZHhKbDT7dQotIC8amIa8I6DJJV
uFWxMyBTFYILbG9Z8pnDppTRfnwQM0Zj9JeUR6HX+LBwS5FcoeJQcpOlyPxD
zmxaOTOCgKXnauXggPyJCAdJfVs4OADFsMPKS4c4WidbEFB2vkxY+K0mINjo
kCppgB6vQqIbiG67kutGuxXILbAlQ3fHQK1SiS6qKliut2gtKKPhUPBBAagn
0g8fBRDq2qA8UYBGhU/BbPbDZLacWmSqAlzVHezzA9zI8YcUZrJ8ykzOxxZ0
kQNj/va3vxnV1Sw/Rqoa6LOzWe99Ds+qhStb7HzkI/q081GO59OOe5tVkWCM
g/39/T3/8tf1M339n7JnboDPfv/j1/x2d+VNsZKFy/8aoKd8Ni7GtMGPB8kD
gKyeHnjP6oGQdvusEwl5elqdTywdXBaotympBnCfM8QuFiza1gJjOgCc6hcO
8NyoxCUBItJkBsrKLNnz1w/XCROQerHhxSwQd5EgMh+nX7Ocrz4v8h68BkBZ
Ta5hmV2juj0CKj6+SIFIgYwP3Ag34WaMv1eYXl1HBXdQi/idVLO0uk46Ox0a
ZoSmPn3YY4MuH98RuKTJYNNwaaBa+9UE00ZH0Y68iEAhAkf4mzj85VMa/dEk
7lXSA/2Lynn9ALA2/76fALFHjnqKRwvvZErqE5WCiMjjHXj1AhW3LK9q0CGJ
qnX+9QuSGbJ8inwJLSe32Ww6ScspTp2DLuapMQ/fpELrIQWXoBtFuo4wMTo/
PDlJUK0D3pOAdowWFmAeDoJgBSQQ6ov8QvCgHHiZ5lc22f0wHPR2Pzw+5tOo
shubbOXKpWAs0AAnSOUdM80qNn7YKW9EueqwP8BLB+ING0G6vff0yaN7t4dn
eGZJvpoCti7SnNjgVuc3HdE+ixK42osyvSIpI4keehA99CoFShj8TqB9VNS9
5BTuIPvQTU4RWs/t6lD06DniQE+fRRMCPt87r+9mZPNN5yCql423YJhzO4fb
mMHl8Lt9zwpF1IWLz6ailDYozxh44ZdoCGOzx0ReRPTAs0lNU2ePzjFD6oYj
MXsmzjMDpb5iVu+sELIAYuqAIanKklPY0YT4P5qicscBV9dIGIMSCRwC6rIp
LsToQrqhgEqXW9p/h5FR5XeyQGAbGqNMoxOBxExHWSxrA+IIQ1ndlK/hVEcV
X1RogOgCx527qaOpKjKtyPsodANmzgg5DEEwDY/MBadyAktgrwDJmsVt/oiC
mKcEtBISwGbZPOMLqAzeW1ojlaMNiNkmlH1AH0vHGYgbuCJWpkVETkHGcwQS
BcQMBkdjoKjQaRUYY//H6dnbf/njdy/fnl8cyL9P355dfD6z74iFJglGos0G
o7Gyeh2Jc/5Q8A69WY3VEVKPkCIAXwSyqd/D9haz4m4eIkVxiWoWon4GtDGt
GWRnhYj3GY18RyKYIQoLyCcGqeDwBWFIVr2ILHVOyATWXzDNgsGuijpzsmyq
5kQBFPfKOjMwysmdwOEXmTuSi+K9zVmqhGNAiV1shuxrczrnYbqAX61xdviG
UXavP1QdkM1CqAnSlmPbkZJy1qlMZGpZpHezIp32+De2suAhZrj9hn06rapi
gl9PnTgAK5+p8kv6Q9cTjayqkEumRpG3YaGLDmgpZ1PT2RhDNiSP5VWb/hxR
EzYrwL3jTiIZwlhHiQE+kJSh5mq9XIJQyoIJnCbO5cbn81617D2/A42krJdW
ATvQXOUbubxk8+WZ6PK6bbtE8CKKCsJCeUfUd46K4hWhW00K+rnaXbsI7UhL
LpezxmBojqjIPwu6x7ohjRvSPHiAA1BQQPISjgjxxZh3MAoMNrHZDRlL87Yl
gzicfCGYiQ9nCwGIFn0vzVk2U48E2iqymmkwSCLk8yDnW2CmuEPOAvd8C+KT
QpMCGVLTcEi2yfQTp1ITPWgMiDR2nt45rb20LMjYaGglNTIz2zLZZAzDqWqu
hlyaC4lDdkmCXc32BRwQZF+26dNUeJaow5HlDSkHuYV5SidO8SgVblwnIoAi
pW67TwdOu77NKmGz/uDjw/SskkiQo70os06uCxQe6sIkyprXGq/e+ungJOwH
cuKxqUWVZRhljYjuRWx3KoizMNA1eTNQi67LJYii6JR1z+i5sHOm6gLi4TVV
Ipg3pVBWmOAFmCqrrq3AkiNp3o+RqTzvZDDgek4151mm927GzK31AouTjIjS
OmvCiYAR42A3OmBeA1LS2oT7TRE+Z0jaVJ72lORJf8AyNVn92Tavv+3Db8wk
9vzUfhuhySFNjt6ck2M8XpKhJSlhxWeAlqBOSjAIEMykk9l/KWZP5mg3+7ic
HWKaN49MOp3Cz0iD0Jwz0t9G8IduvJxWaMm8RGdrCYIAgVtoXw3tprYsi7Iy
xWSyLJPpsmQ6wA4XJIBt5xpAtDtYuEgWNEimRPaQZjPnC8pR5wdxoiRuSMSw
hzEYy0pAkP2GaIsicah3fjG6eHfO3pDdp3jmL2CLYnzoIglpnGBp62VJXgre
Utd4wRIxUoWBf5vm1Xf0xL8JUT7GD8nF3cI2jaLDvogG4ZrEg2JBDr20dTa3
gVAW0lLm9RkaSphCrSEAwvD75mLlnOfA5VkbnREXkounwy4LtGYEYQErYgWS
wNY1gaQ7iykyLwEXC7iV90MhngwHjprV6OnAaCQ2IvB406VlnzQAd1ZMifvn
6KG9yeo7DhEgRKU9TWZFFU1uZHI28hVkcC1Q+whZsLLd0JCP5EBuCp1XX+Ez
4lXTj0PA1m2jxgLRuyJ4Rirp6dq0IajBSBnrMYxCJgidIHmv6icjsgDL8goh
dQjwbetvW4ujxbCUS0AapEz19bJaVfJW9Dg8JlCEr5wcuTpjA38RFQhBJyxX
Vey9QCgK6AopjVNgkDWwJQY154CRBW2BPCdDwBkzC1StEHcP0pHhcZPPG9ct
EZWD3Na3RfkenevyT4NPs8scJCq1wCdncngfH8CRDD6JwBs5TQfOadouZTFb
dxzH2SxNyHvIMkluB47rYDF5DDzgm+MLtuKFd8k/q3HRC/iF47lM8JqyPGp7
aHlEN6Pw/lbF794JD51bIZ6PAIUMY0lH9CgMR/I2KCb+wdZJ3Ewr28sojjRD
XRP5KCB75GJ+RMwTo6rYl3bfEnOnx61dYKDYIKS33x4t2jlwUDBG/spAVZFm
WJeZUIksYP9McL1wByfM/h3/iJtDuB6xZBdBQUwkZHzKYvZ3d5Ot5+lUgXMb
bb/I6lD4gY00OVmAVbFoz9aX0FfT+UkOB/bP3LIEByeExF6QooVL4OR5IXFp
aF11rsbAAtM1GR76Em6OyEqEQYEe87e//Y0jVlVBArRJPn8zX8B/fIgfotFB
ErxlPLgfuGgI+fsg8WBkRJvsqTZ5kHw9iPwcsOLe9UCdG+LPWCE36N+IqZDQ
fyRDyIVMzM091W+l0aiNOEFNefd9hEiMBQ6wkkIMzTqoI1GD3UGydQ7jYljr
ldOkqxBFo3f+TsnImjUKbb2HmqAKFdOT1mHbFQ/VRb32zxowuXRY1WzaKZra
RYuRCbWmy8AMXDUNwd4EvCoLkG7jJHUiiUYtoU6QaFh/I19zRIViGYHQOSR3
bQjsgB/BqwW6fk6crBabkZJvJcTKIW1d4rbO1AJEUgIIhatiwoZor1ZbEtJ6
MnY2w78kdkIuUgGFjCcVk0gNZTy3EirrHAcanBKGizmBNowSky9p7NUlLSq7
nBa9EBGqFrKSrJAVpFkHIuC0DBIIPbKQjnM3HTjmsPnFJgrSu97Ruv7l0Hnp
n3diEbrOnGDEC1KT5AF7dNvGrhIXRRU4Hy/QBgIDintydX4Z0HmFI9OLcxal
l7WYPdB1k/gfvB1VdGwS/ccYd4Qe3RlGqH25zmaauMAZZ4+OHL0ofMe2WTKY
hJ4mNsmy9S51VlqK3FkC7xX+7+K2A9mgi+iRJlG0LWq3lwBRX8JoTU/rzyKy
mc+32CTrLDa/CF1Ms49HR8dn50aR/JlSLePx91lImxV3nrGsZhirniUbxDQT
oPOzSEgTfbEXTNUmfQ1bCf0woMwtUliD3iubZnmMKP7fkUAmeDv88AHkMjf7
NscI/LeUTLw94yeLJQrichPPkuHu7meBHgoZnwN7kbDxCrESoUQNEedEbT8+
YCJozLt8lr23cRC/smx1OsvZCl294wwQIQFoEYhkEOMYPttZ0M8KRIByEIjA
sJDRkn/DPh32sxOXM4HBxtn4HPmFNVyBkJ5HLiFP+2lJGH+RkF3auKPFaIUp
EbWFBnHQ1IFHUGLbo+tFWqKREc7ViUEVeJAcZKtn4ufVScl1gtvACLESfXoI
fz5zi32WaFKZZ3+1spSqWJboCp+pE/xLsj2tgb40V3sWMdUUJYrleMYnoZZZ
5GG3RbvIyFsrrd+R8T4t3hKbyNCYH/4iArWYndvYOeV4CEmbJpIEIpfbNK+h
z4D86vc5lFoi2dZKJc8LoZH3jooHoKatL50rUAmKjxFzX/s4UIobIU8rzuTi
vkQN/dcvUKKULDpjDkgKdI4Zty6R45DwIx6gnybRsBWGqssQyin8Am6KETU4
1ttU0E2CVSTFbaNrCHZonKjPoaiVLB9+xR10G3JJIJtR0IxmGFm1QklsDc3A
eO1mdokyrOaoV6rqkhcpgjjyMRn9JnTy0qMCsALkONhf0fXqsopKzxFkUjSv
yUkIzmbeZUrHvBVgjc8+Eh7LQJyayA8JX3LYZPgMO3loRBdHngDpq7a7EYKg
jddQoJ6GeDvDwYkLB3e3F6zZQUmDHgB1ATneomOVoKDdrxcFSgixR6v3VrVN
FM3ZwtG34m6+4VCWAB6m68nZ23cXx9+Njr49Prs4OT9+ffzmQo354itnHKqM
2NeRpqEDyZvh6bFbS+5BWOqNZMUF5yWBR7pvJlyGw6s0ajo8DnYQoxOdITV1
Vn/g9/NsxlZ9j0TOKUpRFLgzAo8REViYfMQvA0ILCWnBaEdcPEqrusGMiDMD
JMfMuYyI9rmJTjB4IYe7XknSpTxeyisHdngXpjsSaEssPzEexWml8YrAnCkU
E4qIg3qmyeefBRzyRIPjI/JQrMa4I1VxdHMj/eA4kbvwkPooAFVAveCRZx1U
P9MJCdbvXKgcgm9FhECulAjIvvtA3kh71SNSKrkfwDTQdPJZfIZdW1POcSlE
0qasFTKG8OsusKprmJxFiSwYBjt6/uYF+osfDvf20V8MIJQpWSEZHXhNCxfI
mcTNshrDPlmm4IhUtpjNUAnd6hx0tjUeuxmlC7RuxTkdEBHiIHh/IIcODqbj
JwcH+8OOD86hARu5LchzU3nlf+6N4CX4f/gvvEjqQQh/Dp0aRNDt1akdC4yR
mSptXdmFUNetzk5n+yDp/M/hi05AiMLRxR0iS6CxpgDToKe7LB5NpNp1+VPy
rndkKYEQgt31IdG0Rw8qzenumWz48KEfSjEmDBQXgYHkBdQf0mqSZT1QmER6
AOUAYUL2vEPQ7j44SN/BEUzw4LMQR5I/0QEmgy/2jk6+Obn4swlGeRYikH9y
KE/KxuExfVsmU30lQonWRAy1ESFgwjOI0A2fvjIsCZlFhCiBDvkIWWT6nOrv
ZWjJdJ+aSMQ8WLWnoCggZoC/ivDO8wRBz0E+ceUImEvAQZGDgLuhJlBGwJzC
zWqLfAXUyYYKGUovTW5QBYA0RqEVpAGAoFl6h7/F0QVhJAilsOH9UvrucJeS
l10ujDojMGsfQRC0vW2Vqx6BnFBbtvdJuFUziiGwWuE8+FLb8EbD8mnotws2
kMmY2ytRGxKl4/WPgk/VMC+KT8UpJy5HfmXV/SQOWjQi83YbYfFqghA5S+Fo
fNdyHZxCcZvO3jMAXVOSyaWfnJYNB8U0BMCQvQyrI3FcgNg6qtVqAxxQrHl9
SW5vvdSEmZOJrzMRqdNwe1gT4YpAMA6tDzCjn5AG5F/ECxBr/51PUTRsSwkm
p0hqWPjo6Ojs+Pz8u9H5+ck3b1zIMml8jd902RIIiyVCerSFT5+cGMckThBN
XjD40HZQSkNXywk1RA1QIVlYTqckog3CD4NkID4WpVMVNNAwVXmK9Px+cnxD
+UmyUsdtibcvZ7NgXD/UZFmiwgs4HY7GqE2xnSUH2ziTlF8R13cwBLsc/Jmo
cq8qRh4aQoAsXSHp8TqETsGjg3Ava2cWYdqvJ/mIZn0MHNvKtoFcx09hntMr
ZnrwM35qirfJVr+/nfT7/a755Ig7rrjHJ9Cg8GsW4Un8BmAJ1N4KCQLmR8FW
/2rLAjnkHGMFdXlmpAeru2+uG/etBq+TI90eHPC3GlP7RL9xW90b9vuDofue
c3fcAeH3wRnIhD06jMYpNBfj93+cgnqx8nsMfc5Mzg4gkAz9RkjJ0I9eu+06
8YwKx6zJfxaJHXVGntj44Dy2z3iLLmtIukCdURAaX/8OqDYFsgsDBIBc5wyL
UT2KHOVXNAFN+WMQb0zLbbjoECQ4nlcuk04luNsi3mYQgxgfVJ4sc7mKJ70x
5dbyQRlNbJSk3X2EwEc8p5wJzemVNEd9nFoUrIfXj1SIj2LfycQyWHR01+kN
Z5KqNLo3JPHzc0Z+xBpNANUbRwZo56FpZxHAO3U2yF7PaufRC2aIGTPZEy5d
1gUPSamDGXoQ2Z3Mp/aZl8Huar2RmUyZY/kaAJh0pjR4RXyPjqCrUrw7xkhj
wNV91mjdVmLsqBiggSRDOkO3knRSA51NJ6b+7YvC0dx+N6oo965KUzRN+6qA
aTXYEd3qJbxVRdm9ks+4RiWPXDJudnFkI4j4wLWlSmokJLat3yqH47tnukjP
cVzbtaSqsI96ipl6rZLxHheOaPMereNFoedXkm3jg7nFuKDS3mCNptmdcYXF
WFrWtJT20btqBFuJs1Wy7JztWOvpBrX30dqlaiiriw7o6sisJgHixaY1IgLR
6FQQhZImw6Q8lqlW66mFYllYDcGJRP6sUAlz8pqE+wNisx/llkTwBtAhcKJV
il7DIG5ntQYearz9gqHxjEthjVwpLIrfwsBfebLHxbIwWy7Q/qRwGKKBCUSu
JTDTWWN9wcKAugGW5iLZBSfFJNeLqpINxLZXzS1Y4USSci/hNnq5WFnnGPQN
le2Y9mVV/utafXBT1WXdjA5aKakJEXCVv3dDxxFHsmfNuIJiWfeKy9441RBS
dFBmEw87lK2HkfntsKiFPuZzNmOTWBHLFGv2WXXbFJN1syxzgEoAdQLdN0E8
X3uGQ6PY1WrxJTw6lPnvzKVNazoKLpVzmU5cmRzLVrjAw0CFYzFbGikPRgxi
oZKv8akerhzV8P3h0wFl4yAgl3CWy1nKpew0KcgVg0ELNKEmKeRA19730OkX
YG5sMBQfCV6RJR6RLlHZjGqzlGzKL42z4tOexRHtXSLEuGGXFF3sd86G01xk
ILSZ2OzqegyIOM1AZ0YFqqEbyrV67eOBExVj2V8f/A/RFH0qlUO2poJIXE9J
E8dZ61K0VmSIYeKZFQ+QUm6qC+hqOTj3gWYpkP2UIgLQYqfksaGurZxYu74m
j60qbGfOG3KvxoahK+3qWnMR7fpa887WKGzod1N9za1uRWFbXfd/tMbm/EZt
Ktvqcho62+oD/2lKm7AA4jL+bSfjOWeNgp3zz9DCFRlE+uR4CQVsg87qjGKM
vDvfz9EPLiQuglJaohlopvejdY0rWiOP/WBNzQX//axqmr+8f1A97VVTLZBH
HMw77WfzyRoHdCvqVvLD1S3DS16vKzReZC2lRxafrd0+/QenPTjYFkNAi8yM
kgJxJxN4EgOJi9YXSHLi7MWUPyc3yXnHxNykK6gl8h/KrRObY4XWbovSBkuY
zaKlWsOr/HXVZBgtKl/DK9oMdPv71qoaRQPq9ewjViQkgEDCl5iFGGIhEduW
GC1k2l1126mA6dOe2uVG423IdOqBDdkLCuInbaX48WkaeXcdd2RMXlla0/TH
PxjnNvAE15ERH/CgMHwb2LObJIpieVd4oQCLSLIrq1gNAEU1jBHdOMWOo83v
WRf51datjeuqjq3Hc/W9rqzYrYS9Kh+okqLgiBKHnT2MezQHBzsoBIRVtxhL
86L1yMhn7K3z4oYiV46vRIrW+tDlVy3HLOXU6/SSMChJ9P/GOWNFxdIFYWhl
DmcQ1ejHQAoKtXsROHyMCEX4NRajN+ksHA7FBHCrFnUzjs5xgg1dUIsIR5EB
jXTfTWnjDR2tKIEUUqXDy1Uks1VgfHE1S0BxSUEmmVRRARQ2Abizwtxw1Dvn
Ns25AAZWRfvL0kYyV+bpvpGC4DjDAog552uU6CyEbaVAo0W9aQtoivxfmyKe
flbVJoyvC4ihGB3qOBectT8j9bElONY2lCEO6a5UzFzLYK+5PIsrZ83Z/Via
EollNJjojUXNEUeNRV62ktFNJ8jBV4GlBo+PeIQL/aY9IIOK6yF1wx00+CeF
tmiBF/gBpGOKDYPloscv3ij79RwxkUJciIh+HY0TDUu6G3H5RSXxfx6/3wbY
bCqTLY+uKpQBtT4jp3KbPklnAnrUTVON2rCYWKncdN+f4wkMZPIzBmA+jpXl
f2xVIs8p+2CdKnlMcREb1Ewt9NTwCZKWjbM2jmVlUQ3lcuX3+3TL+xUqQcTP
c7Bo2FhTjVo5JcTr+HB4flcpkrM6qBRPHmpbHkXEEDWVVJJVXcm0a2GVjRPi
PkP7Mpu1r3tHdFoXZSKsHMb9KlJ8VKq8SQ6p+tfWxXcyk1DaTYyZCUrlYubd
PZvPu+dmwOZul8JufccMCqFlRxE8ffj61C2AdLPb9M45kroYZwakcxbcbsDO
1Gv7j+AqalFqNpCvWLEhYzZBjlQHoYAS39Um4l8BR++r3altorXBKk2eDoes
8UStjCIy3Ku9HjnaNCv5SLqiDK2+7I68Wi4Az+yUSr1nzJpZVWYpmJovUMyp
mp+iZaJobjTgDZ1nMooOL8V5gOxXLMRSAI7c/3TjylbceFndgB4SAjR/g7FM
FgWkcFqmtzkL0i4qS24qCEJEITwM9rqVKGG0j8/ShZQjlds3NcdEN8LR5tnV
dR0UrZoDySnIwUjGax2Jls4LQEwlQZpr8WAm2wxt9vTMeAm/5JrdJ+IPEuV5
+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
l25dYwFhe3mJ8WK+btOaEVDLxIo50yiCw9DqJQuPjijuBCulVgopCwELqQup
RIq1MrTVjVlzKFrERK6GbtXFnkp9TjFFqwy+qQ485Xyd28mybAMwHySGK6dd
oRKcVe8pZCRVpTwtx1ldpqWPImu4tCQ6hzYC256jbqKp0nhC7n0KR2k2GgDt
nuNhpbkrVkL3kq6z8EvoTIk32U+eA26mkxrTUdk3lY5dDrvTi+9cc2zteoBg
QUcK6k5a12UGerePq/OpVye+/gpfhatASorXkqtuBaUNqMqFLdvKSPrOwl3j
Kkc2qiI4LK00STaZL2ssRX7x6tyVIJXjp3pJsrwu9zYYp+iXawx6k6VcoAdp
xYjFSilqylWfDBdOxBIpiKdoQRhbOH60lrwH8OyL4UbqHyPST6xPSic3YHgE
ho4AT+ZyWdKdYiV+OPssd2qa0in479TC/lhhdseCt9g3Yaa4uwhcA6EU1Wsh
j9RNNsUzcmBJQYTSgRlIF5IXzIU1M9SkknROVYpQ83FdOLxGIzc/qly377YV
eDhwOiRnPm2H3WnR2CRr4ptBIiaFIlRlVuirjLo/r2xxVaYL0BETLXwLCDyK
6MtctT2CYgpXn9xRGQFHk4jm+mK1UdY99WwQCwH2L+Y3KJFLpuEqxVIKR2wP
mE8WgXoIiLVU+SSF3JUXbrRO0rZSqlYHqq0iMFy8kZ6QQXm0goqdA0nJpcl1
oNDGjdZqKa2lnjszwtq+5J+nWN8S3qIyNJbJBta/G1vXG6yOqszwEQU9wfvm
NKIHUjkYG2UQ5yfC19O73QAatAmFd7jeF+msAsov5dWbmfBUNZ4gSiDW1Rfm
rty06KnNMyqkYrBSNoYiUsDwezTCNPpSaCsXX+B9Q5ErQ+nhILcAKeWkCIRT
N/RKC2xlJlrgQO22ue+lzp3YxYOsGdLS5k3K/2t5gfCmw163RjINI8D2mcnX
WIctd5gdlkyJZBgTgBmRPy4NJ2vgObSPyjXloiM5Xdsp8CQ3zeoONu4fEPSw
KS3eHvyuGAvbwzIPzw9P956gEXn4ZPiYazpoy5BG9iVAfXHJzURfITWMSo2Q
iVAK49IHLDug4aO3RcjFaWtoDzKBVfru1xUJXyX6sU/Cdp1coAPL+2k0OF+4
MmuXMx71XGAq4hs5qUs8qLyHie9SOMMVMmMXPohwLWshe6WW+WWbJLEdqWcC
P47TyfvYmAc47Ap3V1EDgWD6SvoQLIJ6u5KEHxYEZTSB76+oyLhWuQmK+LwI
4oMQMPzwOaYfUQdDqk8PXGw5u7IR2UvHBLe5Lv3XVRI2/RP+pCEKF76OeVZ1
jXIrWqOr8IKrg5EFltuvl+A0y1Hk4ko2WX5TvPexQUnYP9PtWX6jyus51Td2
LfjCwggNk7EUmAXQwfHDgoqNSV1rEU9huCYvC6okP9B1krrnlQYWcbRwJaDX
1ygon7z5pvfy6AyR7OHu04eAGV1fhCcs+hegK6p+gFdXy2xK4dUsvlJZVW1D
RR0Y26YnCfxk9Ga0In0/kILa7xbA9EHeu0CRC4XysBw6lXBUxKZhqIyElC/v
eAtjR68kHNPQmIlUdb/jGHHuOApo9dWf/rxF1siDnZ3b29s+NrTsF+XVjudW
1Q4+0FvycD2WCrd/C5v6FqsAH5iD0Mhpjmw1KTPCRvzJ5Udwf0pRqUmzRQiD
Vai1gtZZ4TtvkBaZM+2pTN9FR7KufjAc5yEo9GEd5Nej89+/O07enZ2A6nvJ
9NydxccH1MCTymF9+NQ8d0ffuC4HHvwER0cvJCrKnZaxO1qM+c5EB02vf/fu
7NV3F8+13j2OoU8nV1jzTLwZZBeu7JVU7IRryuZU4446jGjp8M48rWCBdOn4
hoq+vhNIZ6ePfoseocoOP77T6RrkCp918f7tHmiPcOkupCosOY1sI1wM/t75
A776z4SjcD7BubRtPijXXVprgF8s5wgK5hRP4pxPAqFglCej88OTE+qRhM5Q
X++WyA4INCDiEQ4rF8cFEWRR+5GgLdzD/iOuVcPqD/b64T6+mY/24uVxaS9A
QpK3Vbx1fX/1eV52fwUFRsjO9AuFS3z5rh9AuWyP+ViKCK8txck2owVgfYMI
N8RF4z60aC/fVbgR+DeiHcDHmb3J7G3zSPb7D3HwXyGw9k7fvjo5/CO5swfD
R1QZ1RsLfPcIFCaaJ6ETwg1+n4R3iC7d4HTI6+tOICGH8EHk2t38seccw8vp
gv7+noIBgqQsGP/FYfJ0+PRJkgQO54wfF/d08DwB55GSgO/JthcQCVv1pJox
G/neABi3kQEmRu8W01SaUjF+JDFaKAEC5FqhPq1Uf0kD+tt3+Kj4Z3BUXur9
qPhjeMEKScACT7g639+eeWew1I674o4UTKem3mzioO63btdZ7orgqeRLHmjp
6+PTBKUPZfvcWBiXS+zS5GK29bKVLoM63XRQh6iWY7nhoOMM1fiy/riaZLzD
yo0Jv9SOKfBR8TQidUwKxkyYpIG08J9PXLgocm+EzVgqBRduOL2WXSmwwEEm
dRRZI6coQliHxIRwuqpjfgpskJzQ9AQShHyfkKzAUR7RBgUJk5guJBEtaGL9
xm9hrt0PuwMetaGq0VxqSxl5fTyRt4bxW9pIPXxL3W9KTeCtPfy9zQAL31IU
wEhrAzRpiqqOqzRFzogIyWg282oKApOS26WUcl+5YKEKrhfuAXX9rZfc2Nel
4gKX2UJTbZo7o0Tcxw0t3uiVvrHT7YhVqUCmhNKYQ3YRHHJ41cyW3EP4+OIF
9+4ArkzfMJ36XWbrS4QfLlrO6zrG3hAwDdDrYyABRQlLxQrDHGZ8oy0CqtpZ
MABrK2Fd4g1YLMdBBXjVGcI9ocIYtd6hV7BEMemTXPEfODy2EOU98dAmGBoN
dbBM7h8eaA5Mmm5xtIrNVmg7arhtUDebLtetOizFGt6sdgi5o3KAUgdaItoP
AAqHDx8/PHoEcI93H4N91/88jH4W+ObWZu6ZPXqmBZ6xgmCvR0o1KjSjCbKB
mZ0SZ68AqrXf1rPOZTqrrDZ/AZIHiBaYnShcAsudo5pJ7RvGWGqumiwr9oZo
GUJmrJgeiyF5V2WxXID0QSH+oMqdnr39lz/2YBPnz056R30EqR6DFygiPTrx
HhDFSrvLcVAFaItoajSz7L3k8Kb5e7FiZYs011RZ1EzDNQlOZWVyCdohHkIf
zbIS6j+768KSPr7GQZ/D/ReLT2hRh69eLSew01NQFpeWvktp9R9HM/vv8M+y
ANloav/v/y7gR+Pq4SEiE03QyZwjQeAYLuN1UTnzBLktC2dYbnjqAgu0JE0H
vWHoVWqLJPErPRChkBn9P/EBdyNd5gAA

-->

</rfc>
