<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-intarea-proxy-config-12" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="Proxy Configuration PvDs">Communicating Proxy Configurations in Provisioning Domains</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-proxy-config-12"/>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly">
      <organization>Apple, Inc.</organization>
      <address>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <author initials="D." surname="Damjanovic" fullname="Dragana Damjanovic">
      <organization>Microsoft</organization>
      <address>
        <email>ddamjanovic@microsoft.com</email>
      </address>
    </author>
    <author initials="Y." surname="Rosomakho" fullname="Yaroslav Rosomakho">
      <organization>Zscaler</organization>
      <address>
        <email>yrosomakho@zscaler.com</email>
      </address>
    </author>
    <date year="2026" month="April" day="03"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 39?>

<t>This document defines a mechanism for accessing provisioning domain information
associated with a proxy, such as other proxy URIs that support different protocols
and information about which destinations are accessible using a proxy.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/tfpauly/privacy-proxy"/>.</t>
    </note>
  </front>
  <middle>
    <?line 45?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP proxies that use the CONNECT method defined in <xref section="9.3.6" sectionFormat="of" target="HTTP"/>
(often referred to as "forward" proxies) allow clients to open connections to
hosts via a proxy. These typically allow for TCP stream proxying, but can also support
UDP proxying <xref target="CONNECT-UDP"/> and IP packet proxying
<xref target="CONNECT-IP"/>. The locations of these proxies are not just defined as
hostnames and ports, but can use URI templates <xref target="URITEMPLATE"/>.</t>
      <t>In order to make use of multiple related proxies, clients need a way to understand
which proxies are associated with one another, and which protocols can be used
to communicate with the proxies.</t>
      <t>Clients can also benefit from learning about additional information associated with
the proxy to optimize their proxy usage, such knowing that a proxy is configured
to only allow access to a limited set of destinations.</t>
      <t>These improvements to client behavior can be achieved through the use of
Provisioning Domains. Provisioning Domains (PvDs) are defined in <xref target="PVD"/>
as consistent sets of network configuration information, which can include proxy
configuration details (<xref section="2" sectionFormat="of" target="PVD"/>). <xref section="4.3" sectionFormat="of" target="PVDDATA"/> defines a JSON
<xref target="JSON"/> format for describing Provisioning Domain Additional Information,
which is an extensible dictionary of properties of the Provisioning Domain.</t>
      <t>This document defines several mechanisms to use PvDs to help clients understand how
to use proxies:</t>
      <ol spacing="normal" type="1"><li>
          <t>A way to fetch PvD Additional Information associated with a known proxy URI (<xref target="proxy-pvd"/>)</t>
        </li>
        <li>
          <t>A way to list one or more proxy URIs in a PvD, allowing clients to
learn about other proxy options given a known proxy (<xref target="proxy-enumeration"/>).</t>
        </li>
        <li>
          <t>A way to define the set of destinations that are accessible through the
proxy (<xref target="destinations"/>).</t>
        </li>
      </ol>
      <t>Using this mechanism a client can learn that a legacy insecure HTTP proxy that
the client is configured with is also accessible using HTTPS. In this way,
clients can upgrade to a more secure connection to the proxy.</t>
      <section anchor="background">
        <name>Background</name>
        <t>Non-standard mechanisms for proxy configuration and discovery have been
used historically, some of which are described in the informational <xref target="RFC3040"/>:
Proxy Auto Configuration (PAC) files <xref section="6.2" sectionFormat="of" target="RFC3040"/> are JavaScript
scripts that take URLs as input and provide an output of a proxy configuration
to use. Web Proxy Auto-Discovery Protocol (WPAD) <xref section="6.4" sectionFormat="of" target="RFC3040"/> allows
networks to advertise proxies to use by advertising a PAC file. This solution
uses the DHCPv4 option 252, reserved for private use according to
<xref section="2.1" sectionFormat="of" target="IANA-DHCP"/>. These common (but non-standard) mechanisms
only support defining proxies by hostname and port, and do not support configuring
a full URI template <xref target="URITEMPLATE"/>.</t>
        <t>The mechanisms defined in this document are intended to offer a standard
alternative that works for URI-based proxies and avoids dependencies
on executing JavaScript scripts, which are prone to implementation inconsistencies
and security vulnerabilities.</t>
      </section>
      <section anchor="requirements-keywords">
        <name>Requirements Keywords</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
        </t>
      </section>
    </section>
    <section anchor="proxy-pvd">
      <name>Fetching PvD Additional Information for proxies</name>
      <t>This document defines a way to fetch PvD Additional Information associated with
a proxy. This PvD describes the properties of the network accessible through the proxy.</t>
      <t>Clients fetch PvD Additional Information associated with a proxy by issuing
an HTTP GET request for a PvD URI using the "application/pvd+json" media
type as defined in <xref section="4.1" sectionFormat="of" target="PVDDATA"/>. The fetch MUST use the "https" scheme.</t>
      <t><xref target="PVDDATA"/> defines the well-known PvD URI, that uses a path of "/.well-known/pvd" and is
served on the standard port for HTTP over TLS (HTTPS), port 443. When a client is provisioned
with the hostname of a proxy for
which it wants to look up PvD Additional Information, the client SHALL use the
well-known PvD URI using the host authority of the proxy. A client can also be directly
configured with a HTTPS URI on which to fetch the PvD Information, in which case the
fetch SHALL be made to that configured URI.</t>
      <t>A client MAY cache the information it obtained from PvD Additional Information, but it
MUST discard cached information if:</t>
      <ul spacing="normal">
        <li>
          <t>The current time is beyond the "expires" value defined in <xref section="4.3" sectionFormat="of" target="PVDDATA"/></t>
        </li>
        <li>
          <t>A new Sequence Number for that PvD is received in a Router Advertisement (RA)</t>
        </li>
      </ul>
      <t>To avoid synchronized queries toward the server hosting the PvD Additional Information
when an object expires, clients MUST apply a randomized backoff as specified in <xref section="4.1" sectionFormat="of" target="PVDDATA"/>.</t>
      <t>For example, a client would issue the following request for the PvD associated
with "https://proxy.example.org/masque{?target_host,target_port}":</t>
      <artwork><![CDATA[
:method = GET
:scheme = https
:authority = proxy.example.org
:path = /.well-known/pvd
accept = application/pvd+json
]]></artwork>
      <t>A client would send the same request as above for the PvD
associated with an HTTP CONNECT proxy on "proxy.example.org:8080".
Note that the client will not make the GET request for the PvD to port 8080, but
to port 443.</t>
      <t>Note that all proxies that are co-located on the same host share the same PvD
Additional Information. Proxy deployments that need separate PvD configuration properties
MUST use different hosts.</t>
      <t>PvD Additional Information is required to contain the "identifier", "expires", and
"prefixes" keys. For proxy PvDs as defined in this document, the "identifier" MUST
match the hostname of the HTTP proxy. The "prefixes" array MUST be empty for cases when the PvD identifier is not provided by a Router Advertisement as defined in <xref target="PVDDATA"/>.</t>
      <section anchor="svcparamkey">
        <name>Discovery via HTTPS/SVCB Records</name>
        <t>To allow clients to determine whether PvD Additional Information is available for a particular
named host (which allows fetching proxy information, as well as any other information in the PvD),
this document defines a new SvcParamKey in HTTPS and SVCB DNS records defined in <xref target="SVCB-DNS"/>.</t>
        <t>Presence of this SvcParamKey, named <tt>pvd</tt>, indicates that the host supports PvD discovery via
the well-known PvD URI defined in <xref section="4.1" sectionFormat="of" target="PVDDATA"/>. The presence of this key in an HTTPS
or SVCB record signals that PvD Additional Information can be fetched using the "https"
scheme from the host on port 443 using the well-known path. The value of the <tt>pvd</tt> SvcParamKey
MUST be empty.</t>
        <t>A client receiving a DNS record like the following:</t>
        <artwork><![CDATA[
proxy.example.org. 3600 IN HTTPS 1 . alpn="h3,h2" pvd
]]></artwork>
        <t>can interpret the presence of the <tt>pvd</tt> key as an indication that it MAY perform a PvD fetch from
"https://proxy.example.org/.well-known/pvd" using HTTP GET method.</t>
        <t>This key is useful for detecting proxy configurations when looking up a DNS
record for a known proxy name, but is a generic hint that PvD Additional Information
is available. Future extensions to PvD Additional Information can also take advantage
of this discovery mechanism.</t>
        <t>This hint is advisory; clients MAY still attempt to fetch PvD Additional Information even if
<tt>pvd</tt> SvcParamKey is not present.</t>
        <t>The <tt>pvd</tt> SvcParamKey is registered with IANA as described in <xref target="svcparamkey-iana"/>.</t>
      </section>
    </section>
    <section anchor="proxy-enumeration">
      <name>Enumerating proxies within a PvD</name>
      <t>This document defines a new PvD Additional Information key, <tt>proxies</tt>, that
is an array of dictionaries, where each dictionary in the array defines
a single proxy that is available as part of the PvD (see <xref target="proxies-key-iana"/>).
Each proxy is defined by a proxy protocol and a proxy location (i.e., a hostname and port or a URI template
<xref target="URITEMPLATE"/>), along with other optional keys.</t>
      <t>When a PvD that contains the <tt>proxies</tt> key is fetched from a known proxy
using the method described in <xref target="proxy-pvd"/>, the proxies array describes
proxies that can be used in addition to the known proxy. The proxies may
potentially supporting other protocols.</t>
      <t>Such cases are useful for informing clients of related proxies as a discovery
method, with the assumption that the client already is aware of one proxy.
Many historical methods of configuring a proxy only allow configuring
a single hostname and port for the proxy. A client can attempt to fetch the
PvD information from the well-known URI to learn the list of complete
URIs that support non-default protocols, such as <xref target="CONNECT-UDP"/> and
<xref target="CONNECT-IP"/>.</t>
      <section anchor="proxy-dictionary-keys">
        <name>Proxy dictionary keys</name>
        <t>This document defines two required keys for the sub-dictionaries in the
<tt>proxies</tt> array: <tt>protocol</tt> and <tt>proxy</tt>. There are also optional keys, including
<tt>mandatory</tt>, <tt>alpn</tt>, and <tt>identifier</tt>. Other optional keys (keys defined in
future extensions or proprietary key defined in <xref target="proxy-proprietary-keys"/>) can be added to the
dictionary to further define or restrict the use of a proxy. The keys
are registered with IANA as described in <xref target="proxy-info-iana"/>, with the initial
content provided below.</t>
        <table anchor="proxy-information-keys-table">
          <name>Initial Proxy Information PvD Keys Registry Contents</name>
          <thead>
            <tr>
              <th align="left">JSON Key</th>
              <th align="left">Optional/ Required</th>
              <th align="left">Description</th>
              <th align="left">Type</th>
              <th align="left">Example</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">protocol</td>
              <td align="left">required</td>
              <td align="left">The protocol used to communicate with the proxy</td>
              <td align="left">String</td>
              <td align="left">"connect-udp"</td>
            </tr>
            <tr>
              <td align="left">proxy</td>
              <td align="left">required</td>
              <td align="left">String containing the URI template or host and port of the proxy, depending on the format defined by the protocol</td>
              <td align="left">String</td>
              <td align="left">"https://example.org:4443/masque/<br/>{?target_host,target_port}"</td>
            </tr>
            <tr>
              <td align="left">mandatory</td>
              <td align="left">optional</td>
              <td align="left">An array of optional keys that client must understand and process to use this proxy</td>
              <td align="left">Array of Strings</td>
              <td align="left">["example_key"]</td>
            </tr>
            <tr>
              <td align="left">alpn</td>
              <td align="left">optional</td>
              <td align="left">An array of Application-Layer Protocol Negotiation protocol identifiers</td>
              <td align="left">Array of Strings</td>
              <td align="left">["h3","h2"]</td>
            </tr>
            <tr>
              <td align="left">identifier</td>
              <td align="left">optional</td>
              <td align="left">A string used to refer to the proxy, which can be referenced by other dictionaries, such as entries in <tt>proxy-match</tt></td>
              <td align="left">String</td>
              <td align="left">"udp-proxy"</td>
            </tr>
          </tbody>
        </table>
        <t>The values for the <tt>protocol</tt> key are defined in the proxy protocol
registry (<xref target="proxy-protocol-iana"/>), with the initial contents provided below.
For consistency, any new proxy types that use HTTP Upgrade Tokens (and use
the <tt>:protocol</tt> pseudo-header) MUST define the <tt>protocol</tt> value to match
the Upgrade Token / <tt>:protocol</tt> value. Extensions to proxy types that use
the same HTTP Upgrade Tokens ought to be covered by the same <tt>protocol</tt> value;
if there are properties specific to an extension, the extensions can either
define new optional keys or rely on negotiation within the protocol to discover
support.</t>
        <table anchor="proxy-protocol-value-table">
          <name>Initial PvD Proxy Protocol Registry Contents</name>
          <thead>
            <tr>
              <th align="left">Proxy Protocol</th>
              <th align="left">Proxy Location Format</th>
              <th align="left">Reference</th>
              <th align="left">Notes</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">socks5</td>
              <td align="left">host:port</td>
              <td align="left">
                <xref target="SOCKSv5"/></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">http-connect</td>
              <td align="left">host:port</td>
              <td align="left">
                <xref section="9.3.6" sectionFormat="of" target="HTTP"/></td>
              <td align="left">Standard CONNECT method, using unencrypted HTTP to the proxy</td>
            </tr>
            <tr>
              <td align="left">https-connect</td>
              <td align="left">host:port</td>
              <td align="left">
                <xref section="9.3.6" sectionFormat="of" target="HTTP"/></td>
              <td align="left">Standard CONNECT method, using TLS-protected HTTP to the proxy</td>
            </tr>
            <tr>
              <td align="left">connect-udp</td>
              <td align="left">URI template</td>
              <td align="left">
                <xref target="CONNECT-UDP"/></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">connect-ip</td>
              <td align="left">URI template</td>
              <td align="left">
                <xref target="CONNECT-IP"/></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">connect-tcp</td>
              <td align="left">URI template</td>
              <td align="left">
                <xref target="CONNECT-TCP"/></td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>The value of <tt>proxy</tt> depends on the Proxy Location Format defined by proxy protocol.
The types defined here either use a host as defined in <xref section="3.2.2" sectionFormat="of" target="URI"/> and port,
or a full URI template.</t>
        <t>The value of the <tt>mandatory</tt> key is an array of keys that the client must understand and process to be
able to use the proxy. A client that does not understand a key from the array or cannot fully process
the value of a key from the array MUST ignore the entire proxy dictionary.</t>
        <t>The <tt>mandatory</tt> array can contain keys that are either:</t>
        <ul spacing="normal">
          <li>
            <t>registered in an IANA registry, defined in <xref target="proxy-info-iana"/> and marked as optional,</t>
          </li>
          <li>
            <t>or proprietary, as defined in <xref target="proxy-proprietary-keys"/></t>
          </li>
        </ul>
        <t>The <tt>mandatory</tt> array MUST NOT include any entries that are not present in the sub-dictionary.</t>
        <t>If the <tt>alpn</tt> key is present, it provides a hint for the Application-Layer Protocol Negotiation
(ALPN) <xref target="ALPN"/> protocol identifiers associated with this server. For HTTP proxies,
this can indicate if the proxy supports HTTP/3, HTTP/2, etc.</t>
        <t>The value of the <tt>identifier</tt> key is a string that can be used to refer to a particular
proxy from other dictionaries, specifically those defined in <xref target="destinations"/>. The
string value is an arbitrary non-empty JSON string using UTF-8 encoding
as discussed in <xref section="8.1" sectionFormat="of" target="JSON"/>. Characters that need to be escaped in JSON strings
per <xref section="7" sectionFormat="of" target="JSON"/> are NOT RECOMMENDED as they can lead to difficulties in
string comparisons as discussed in <xref section="8.3" sectionFormat="of" target="JSON"/>. Identifier values MAY be duplicated
across different proxy dictionaries in the <tt>proxies</tt> array. References to a particular identifier
apply to the set of proxies sharing that identifier. Proxies without the <tt>identifier</tt> key are
expected to accept any traffic since their destinations cannot be contained in <tt>proxy-match</tt> array defined
in <xref target="destinations"/>. Proxies with <tt>identifier</tt> keys are expected to accept traffic based on
matching rules in the <tt>proxy-match</tt> array and MUST NOT be used if they are not included in
the <tt>proxy-match</tt> array.</t>
      </section>
      <section anchor="proxy-proprietary-keys">
        <name>Proprietary keys in proxy configurations</name>
        <t>Implementations MAY include proprietary or vendor-specific keys in the sub-dictionaries of the <tt>proxies</tt>
array to convey additional proxy configuration information not defined in this specification.</t>
        <t>A proprietary key MUST contain at least one underscore character ("_") as a delimiter in the string, with
characters both before and after the underscore. The right-most underscore serves
as a separator between a vendor-specific namespace and the key name; i.e., the string to the right of the
right-most underscore is the key name and the string to the left of the right-most underscore specifies the
vendor-specific namespace. For example, "example_tech_authmode" could be a proprietary key indicating an
authentication mode defined by a vendor named "Example Tech".</t>
        <t>When combined with <tt>mandatory</tt> array, this mechanism allows implementations to extend proxy metadata while
maintaining interoperability and ensuring safe fallback behavior for clients that do not support a given
extension.</t>
      </section>
      <section anchor="example">
        <name>Example</name>
        <t>Given a known HTTP CONNECT proxy FQDN, "proxy.example.org", a client could
request PvD Additional Information with the following request:</t>
        <artwork><![CDATA[
:method = GET
:scheme = https
:authority = proxy.example.org
:path = /.well-known/pvd
accept = application/pvd+json
]]></artwork>
        <t>If the proxy has a PvD definition for this FQDN, it would return the following
response to indicate a PvD that has two related proxy URIs.</t>
        <artwork><![CDATA[
:status = 200
content-type = application/pvd+json
content-length = 322

{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy.example.org:80"
    },
    {
      "protocol": "connect-udp",
      "proxy": "https://proxy.example.org/masque{?target_host,target_port}"
    }
  ]
}
]]></artwork>
        <t>From this response, the client would learn the URI template of the proxy that supports UDP using <xref target="CONNECT-UDP"/>,
at "https://proxy.example.org/masque{?target_host,target_port}".</t>
      </section>
    </section>
    <section anchor="destinations">
      <name>Destination accessibility information for proxies</name>
      <t>Destination accessibility information is used when only a subset of destinations is reachable through
a proxy. Destination restrictions are often used in VPN tunnel configurations such as split
DNS in IKEv2 <xref target="IKEV2SPLIT"/>, and in other proxy configuration mechanisms like PAC files (see <xref target="background"/>).</t>
      <t>PvD Additional Information can be used to indicate that a set of proxies only allows access to
a limited set of destinations.</t>
      <t>To support determining which traffic is supported by different proxies, this document defines
a new PvD Additional Information key <tt>proxy-match</tt>. This key has a value that is an array of
dictionaries, where each subdictionary describes a rule for matching traffic to one or more
proxies, or excluding the traffic from all proxies described in the PvD. These subdictionaries are referred
to as "destination rules", since they define rules about which destinations can be accessed
for a particular proxy or set of proxies.</t>
      <section anchor="destination-rule-keys">
        <name>Destination Rule Keys</name>
        <t>This document defines four keys for destination rules. Any destination rule MUST contain
the <tt>proxies</tt> key. Values corresponding to the <tt>proxies</tt> key may be either an empty array,
which implies that no proxy defined in this PvD can process matching traffic, or an array of strings
with at least one proxy <tt>identifier</tt> string. All destination rules MUST also contain at least one
other key use to describe the destination properties. Each key's value MUST be an array with at least
one entry.</t>
        <t>Extensions or proprietary deployments can define new keys to describe destination properties.
Any destination rules that include keys not known to the client, or values that cannot be
parsed, MUST be ignored in their entirety.</t>
        <t>Destination rule keys are registered with IANA as defined in <xref target="proxy-destination-iana"/>,
with the initial content provided below.</t>
        <table anchor="destination-rule-keys-table">
          <name>Initial PvD Proxy Destination Rule Registry Contents</name>
          <thead>
            <tr>
              <th align="left">JSON Key</th>
              <th align="left">Optional</th>
              <th align="left">Description</th>
              <th align="left">Type</th>
              <th align="left">Example</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">proxies</td>
              <td align="left">No</td>
              <td align="left">An array of strings that match <tt>identifier</tt> values from the top-level <tt>proxies</tt> array</td>
              <td align="left">Array of Strings</td>
              <td align="left">["tcp-proxy", "udp-proxy"]</td>
            </tr>
            <tr>
              <td align="left">domains</td>
              <td align="left">Yes</td>
              <td align="left">An array of FQDNs and wildcard DNS domains</td>
              <td align="left">Array of Strings</td>
              <td align="left">["www.example.com", "*.internal.example.com"]</td>
            </tr>
            <tr>
              <td align="left">subnets</td>
              <td align="left">Yes</td>
              <td align="left">An array of IPv4 and IPv6 addresses and subnets</td>
              <td align="left">Array of Strings</td>
              <td align="left">["2001:db8::1", "192.0.2.0/24"]</td>
            </tr>
            <tr>
              <td align="left">ports</td>
              <td align="left">Yes</td>
              <td align="left">An array of TCP and UDP port ranges</td>
              <td align="left">Array of Strings</td>
              <td align="left">["80", "443", "1024-65535"]</td>
            </tr>
          </tbody>
        </table>
        <t>The <tt>domains</tt> array includes specific FQDNs and zones that are either accessible using specific proxy (for
rules with non-empty <tt>proxies</tt> array) or non-accessible through any proxies (for rules with empty <tt>proxies</tt> array).
Wildcards are allowed only as prefixes (<tt>*.</tt>). A wildcard prefix is used to indicate matching entire domains or subdomains instead of
specific hostnames. Note that this can be used to match multiple levels of subdomains. For example, "*.example.com"
matches "internal.example.com" as well as "www.public.example.com".
Entries that include the wildcard prefix also match an FQDN that only contains
the string after the prefix, with no subdomain. So, an entry "*.example.com"
in the <tt>domains</tt> array of a <tt>proxy-match</tt> rule would match the FQDN "example.com".
This is done to prevent commonly needing to include both "*.example.com" and "example.com"
in the <tt>domains</tt> array of a <tt>proxy-match</tt> rule.
Matches are performed against absolute domain names, independent of the client's configured DNS search suffixes.
Clients MUST NOT apply local DNS suffix search rules when interpreting <tt>domains</tt> entries. A
string MAY have a trailing dot ("."); it does not affect the matching logic.</t>
        <t>The <tt>subnets</tt> array includes IPv4 and IPv6 address literals, as well as IPv4 address subnets
represented using CIDR notation <xref target="CIDR"/> and IPv6 address prefixes <xref section="2.3" sectionFormat="of" target="IPv6-ADDR"/>.
Subnet-based destination information can apply to cases where
applications are communicating directly with an IP address (without having resolved a DNS name)
as well as cases where an application resolved a DNS name to a set of IP addresses. Note that
if destination rules include an empty <tt>proxies</tt> array (indicating that no proxy is applicable for
this subnet), an application can only reliably follow this destination rule if it resolves DNS
names prior to proxying.</t>
        <t>The <tt>ports</tt> array includes specific ports (used for matching TCP and/or UDP ports), as well as
ranges of ports written with a low port value and a high port value, with a <tt>-</tt> in between.
For example, "1024-2048" matches all ports from 1024 to 2048, including port 1024 and 2048.
If <tt>ports</tt> key is not present, all ports are assumed to match. The array may
contain individual port numbers (such as "80") or inclusive ranges of ports.</t>
      </section>
      <section anchor="using-destination-rules">
        <name>Using Destination Rules</name>
        <t>The destination rules can be used to determine which traffic can be sent through proxies, and
which specific set of proxies to use for any particular connection. By evaluating the rules in
order, a consistent behavior for usage can be achieved.</t>
        <t>Rules in the <tt>proxy-match</tt> array are provided in order of priority, such that a client
can evaluate the rules from the first in the array to the last in the array, and attempt
using the matching proxy or proxies from the earliest matching rule first. If earliest matching
rule has empty array of <tt>proxies</tt>, a client MUST NOT send matching traffic to any proxy defined
in this PvD.</t>
        <t>In order to match a destination rule in the <tt>proxy-match</tt> array, all properties MUST apply. For
example, if a destination rule includes a <tt>domains</tt> array and a <tt>ports</tt> array, traffic that matches
the rule needs to match at least one of the entries in the <tt>domains</tt> array and one of the entries in the
<tt>ports</tt> array. In addition, a destination rule is considered a match only if at least one of the
associated proxy identifiers is supported by the client(client understand all mandatory keys in the
protocol description) and supports the protocol required by the connection attempt (for
example, <tt>connect-udp</tt> for UDP traffic). If no listed proxy identifier is applicable,
the rule MUST be treated as not matching, and the client continues evaluation of subsequent rules.</t>
        <t>A matched rule will then either point to one or more proxy <tt>identifier</tt> values, which correspond
to proxies defined in the array from <xref target="proxy-enumeration"/>, or instructs the client to not send the
matching traffic to any proxy. If a matching rule contains more than one <tt>identifier</tt>, the client
MUST treat the array as an ordered list, where the first <tt>identifier</tt> is the most preferred.
Multiple proxy dictionaries can contain the same <tt>identifier</tt> value. In this case, the client
can choose any of the proxies; however, the client ought to prefer using the same proxy for the consecutive requests
to the same proxy <tt>identifier</tt> to increase connection reuse.</t>
        <t>Entries listed in a <tt>proxy-match</tt> object MUST NOT expand the set of destinations that a client is
willing to send to a particular proxy. The array can only narrow the set of destinations
that the client is willing to send through the proxy. For example, if the client
has a local policy to only send requests for "*.example.com" to a proxy
"proxy.example.com", and <tt>domains</tt> array of a <tt>match</tt> object contains "internal.example.com" and
"other.company.com", the client would end up only proxying "internal.example.com"
through the proxy.</t>
      </section>
      <section anchor="proprietary-keys-in-destination-rules">
        <name>Proprietary Keys in Destination Rules</name>
        <t>Implementations MAY include proprietary or vendor-specific keys in destination rules to define custom matching logic
not specified in this document.</t>
        <t>Similar to proprietary keys in proxy dictionaries (<xref target="proxy-proprietary-keys"/>), a proprietary key in destination
rule MUST contain at least one underscore character ("_"), which separates a vendor-specific namespace from the key name.
For example, "acme_processid" could be a key used to apply rules only to traffic of a specific process identifier as
defined by a vendor named "acme".</t>
        <t>Clients that encounter a proprietary key they do not recognize MUST ignore the entire destination rule in which the
key appears. This ensures that unknown or unsupported matching logic does not inadvertently influence proxy selection
or bypass security controls.</t>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>In the following example, two proxies are defined with a common identifier ("default_proxy"), with
a single destination rule for "*.internal.example.org".</t>
        <artwork><![CDATA[
{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy.example.org:80",
      "identifier": "default_proxy"
    },
    {
      "protocol": "http-connect",
      "proxy": "proxy2.example.org:80",
      "identifier": "default_proxy"
    }
  ],
  "proxy-match": [
    {
      "domains": [ "*.internal.example.org" ],
      "proxies": [ "default_proxy" ]
    }
  ]
}
]]></artwork>
        <t>The client could then choose to use either proxy associated with the "default_proxy" identifier
for accessing TCP hosts that fall within the "*.internal.example.org" zone. This would include the
hostnames "internal.example.org", "foo.internal.example.org", "www.bar.internal.example.org" and
all other hosts within "internal.example.org". The client will use the same proxy for the following
requests to hosts falling into the "*.internal.example.org" zone to increase connection reuse and make
use of the connection resumption. The client will not use the proxies defined in this configuration
to hosts outside of the "*.internal.example.org" zone.</t>
        <t>In the next example, two proxies are defined with a distinct identifier, and there are
three destination rules:</t>
        <artwork><![CDATA[
{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy.example.org:80",
      "identifier": "default_proxy"
    },
    {
      "protocol": "http-connect",
      "proxy": "special-proxy.example.org:80",
      "identifier": "special_proxy"
    }
  ],
  "proxy-match": [
    {
      "domains": [ "*.special.example.org" ],
      "ports": [ "80", "443", "49152-65535" ],
      "proxies": [ "special_proxy" ]
    },
    {
      "domains": [ "no-proxy.internal.example.org" ],
      "proxies": [ ]
    },
    {
      "domains": [ "*.internal.example.org" ],
      "proxies": [ "default_proxy" ]
    }
  ]
}
]]></artwork>
        <t>In this case, the client would use "special-proxy.example.org:80"
for any TCP traffic that matches "*.special.example.org" destined to ports 80, 443 or any port between
49152 and 65535. The client would not use any of the defined proxies for access to
"no-proxy.internal.example.org". And finally, the client would use
"proxy.example.org:80" to access any other TCP traffic that matches
"*.internal.example.org".</t>
        <t>In the following example, three proxies are sharing a common identifier ("default-proxy"), but use
separate protocols constraining the traffic that they can process.</t>
        <artwork><![CDATA[
{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy.example.org:80",
      "identifier": "default_proxy"
    },
    {
      "protocol": "connect-udp",
      "proxy": "https://proxy.example.org/masque/udp/{target_host},{target_port}",
      "identifier": "default_proxy"
    },
    {
      "protocol": "connect-ip",
      "proxy": "https://proxy.example.org/masque/ip{?target,ipproto}",
      "identifier": "default_proxy"
    }
  ],
  "proxy-match": [
    {
      "domains": [ "*.internal.example.org" ],
      "proxies": [ "default_proxy" ]
    }
  ]
}
]]></artwork>
        <t>The client would use proxies in the following way:</t>
        <ul spacing="normal">
          <li>
            <t>Traffic not destined to hosts within the "*.internal.example.org" zone is not sent
to any proxy defined in this configuration</t>
          </li>
          <li>
            <t>TCP traffic destined to hosts within the "*.internal.example.org" zone is sent
either to the proxy with "http-connect" protocol or to the proxy with "connect-ip" protocol</t>
          </li>
          <li>
            <t>UDP traffic destined to hosts within the "*.internal.example.org" zone is sent
either to the proxy with "connect-udp" protocol or to the proxy with "connect-ip" protocol</t>
          </li>
          <li>
            <t>Traffic other than TCP and UDP destined to hosts within the "*.internal.example.org" zone is sent
to the proxy with "connect-ip" protocol</t>
          </li>
        </ul>
        <t>The following example provides a configuration of proxies to be used by default with a
set with exceptions to bypass:</t>
        <artwork><![CDATA[
{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy.example.org:80",
      "identifier": "default_proxy"
    },
    {
      "protocol": "http-connect",
      "proxy": "backup.example.org:80",
      "identifier": "secondary_proxy"
    }
  ],
  "proxy-match": [
    {
      "domains": [ "*.intranet.example.org" ],
      "proxies": [ ]
    },
    {
      "subnets": [ "192.0.2.0/24", "2001:db8::/32" ],
      "proxies": [ ]
    },
    {
      "proxies": [ "default_proxy", "secondary_proxy" ]
    }
  ]
}
]]></artwork>
        <t>In this case, the client will not forward TCP traffic that is destined to hosts matching
"*.intranet.example.org", 192.0.2.0/24 or 2001:db8::/32, through the proxies.
Due to the order in "proxies" array in the last rule of "proxy-match", the client would prefer
"proxy.example.org:80" over "backup.example.org:80"</t>
        <t>The following example provides a configuration of proxies that enable setting one proxy
for "example.org" and a different proxy for all of its subdomains, i.e. "*.example.org":</t>
        <artwork><![CDATA[
{
  "identifier": "proxy.example.org.",
  "expires": "2026-06-23T06:00:00Z",
  "prefixes": [],
  "proxies": [
    {
      "protocol": "http-connect",
      "proxy": "proxy1.example.org:80",
      "identifier": "proxy1"
    },
    {
      "protocol": "http-connect",
      "proxy": "proxy2.example.org:80",
      "identifier": "proxy2"
    }
  ],
  "proxy-match": [
    {
      "domains": [ "example.org" ],
      "proxies": [ "proxy1" ]
    },
    {
      "domains": [ "*.example.org" ],
      "proxies": [ "proxy2" ]
    }
  ]
}
]]></artwork>
        <t>In this case, the client will forward TCP traffic that is destined to host "example.org"
to "proxy1.example.org:80" and all traffic to the subdomains of "example.org", i.e.
"*.example.org" will be forwarded to "proxy2.example.org:80".</t>
      </section>
    </section>
    <section anchor="network-proxies">
      <name>Discovering proxies from network PvDs</name>
      <t><xref target="PVDDATA"/> defines how PvD Additional Information is discovered based
on network advertisements using Router Advertisements <xref target="RFC4861"/>. This means
that a network defining its configuration via PvD information can include
the <tt>proxies</tt> key (<xref target="proxy-enumeration"/>). However, clients MUST NOT automatically
use these proxy configurations, unless the device has been explicitly provisioned
to trust this configuration from the network for specific proxy hosts; for example,
a corporate-managed device could use this mechanism on an authenticated corporate
network to learn which of an allowed set of proxy URIs are available at this
particular location.</t>
      <t>Future specifications can define ways to dynamically trust proxy configurations delivered
by a network, but such mechanisms are out of scope for this document.</t>
    </section>
    <section anchor="sec-considerations">
      <name>Security Considerations</name>
      <t>This document extends the PvD Additional Information defined in <xref target="PVDDATA"/>; as such,
all security considerations from <xref target="PVDDATA"/> apply here.</t>
      <t>The mechanisms in this document allow clients using a proxy to "upgrade" a configuration
for a cleartext HTTP/1.1 or SOCKS proxy into a configuration that uses TLS to communication to the proxy.
This upgrade can add protection to the proxied traffic so it is less observable by
entities along the network path; however it does not prevent the proxy itself from
observing the traffic being proxied.</t>
      <t>Configuration advertised via PvD Additional Information, such as DNS zones or associated
proxies, can only be safely used when fetched over a secure TLS-protected connection,
and the client has validated that the hostname of the proxy, the identifier of
the PvD, and the validated hostname identity on the certificate all match.</t>
      <t>The lists of proxies and destination rules provided by the PvD Additional Information might
exceed the memory constraints or processing capabilities of clients, particularly for constrained
devices. A client that is not able to process all of the content of either the proxies list
or destination rules due to resource limitations MUST ignore the proxy configuration entirely.
Clients MUST implement limits for the maximum number of proxy configurations and destination rules
that they are able to process; the specific limits will vary based on device capabilities.</t>
      <t>When using information in destination rules (<xref target="destinations"/>), clients MUST only allow
the PvD configuration to narrow the scope of traffic that they will send through a proxy.
Clients that are configured by policy to only send a particular set of traffic through
a particular proxy can learn about rules that will cause them to send more narrowly-scoped
traffic, but MUST NOT send traffic that would go beyond what is allowed by local policy.</t>
      <t>As described in <xref target="network-proxies"/>, proxy configuration discovered based on RAs from a network
MUST NOT be automatically used by clients to start using proxies when they would otherwise
not proxy traffic.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="proxies-key-iana">
        <name>New PvD Additional Information key</name>
        <t>This document registers two new keys in the "Additional Information PvD Keys" registry <xref target="IANA_PVD"/>.</t>
        <section anchor="proxies-key">
          <name><tt>proxies</tt> Key</name>
          <t>JSON Key: proxies</t>
          <t>Description: Array of proxy dictionaries associated with this PvD</t>
          <t>Type: Array of dictionaries</t>
          <t>Example:</t>
          <artwork><![CDATA[
[
 {
  "protocol": "connect-udp",
  "proxy": "https://proxy.example.org/masque{?target_host,target_port}"
 }
]
]]></artwork>
        </section>
        <section anchor="proxy-match-key">
          <name><tt>proxy-match</tt> Key</name>
          <t>JSON Key: proxy-match</t>
          <t>Description: Array of proxy match rules, as dictionaries, associated with
entries in the <tt>proxies</tt> array.</t>
          <t>Type: Array of dictionaries</t>
          <t>Example:</t>
          <artwork><![CDATA[
[
 {
  "domains": [ "*.internal.example.org" ],
  "proxies": [ "default_proxy" ]
 }
]
]]></artwork>
        </section>
      </section>
      <section anchor="proxy-info-iana">
        <name>New PvD Proxy Information Registry</name>
        <t>IANA is requested to create a new registry "Proxy Information PvD Keys", within the "Provisioning Domains (PvDs)" registry page.
This new registry reserves JSON keys for use in sub-dictionaries under the <tt>proxies</tt> key.
The initial contents of this registry are given in <xref target="proxy-information-keys-table"/>.</t>
        <t>New assignments in the "Proxy Information PvD Keys" registry will be administered by IANA through Expert Review <xref target="RFC8126"/>.
Experts are requested to ensure that defined keys do not overlap in names or semantics, do not contain an underscore character ("_")
in the names (since underscores are reserved for vendor-specific keys), and have clear format definitions.
The reference and notes fields may be empty.</t>
      </section>
      <section anchor="proxy-protocol-iana">
        <name>New PvD Proxy Protocol Registry</name>
        <t>IANA is requested to create a new registry "Proxy Protocol PvD Values", within the "Provisioning Domains (PvDs)" registry page.
This new registry reserves JSON values for the <tt>protocol</tt> key in <tt>proxies</tt> sub-dictionaries.
The initial contents of this registry are given in <xref target="proxy-protocol-value-table"/>.</t>
        <t>New assignments in the "Proxy Protocol PvD Values" registry will be administered by IANA through Expert Review <xref target="RFC8126"/>.
Experts are requested to ensure that defined keys do not overlap in names. The reference and notes fields may be empty.</t>
      </section>
      <section anchor="proxy-destination-iana">
        <name>New PvD Proxy Destination Rule Registry</name>
        <t>IANA is requested to create a new registry "Proxy Destination Rule PvD Keys", within the "Provisioning Domains (PvDs)" registry page.
This new registry reserves JSON keys for use in sub-dictionaries under the <tt>proxy-match</tt> key.
The initial contents of this registry are given in <xref target="destination-rule-keys-table"/>.</t>
        <t>New assignments in the "Proxy Destination Rule PvD Keys" registry will be administered by IANA through Expert Review <xref target="RFC8126"/>.
Experts are requested to ensure that defined keys do not overlap in names or semantics, and do not contain an underscore character ("_")
in the names (since underscores are reserved for vendor-specific keys).</t>
      </section>
      <section anchor="svcparamkey-iana">
        <name>New DNS SVCB Service Parameter Key (SvcParamKey)</name>
        <t>IANA is requested to add a new entry to the "DNS SVCB Service Parameter Keys (SvcParamKeys)" registry
<xref target="IANA_SVCB"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Number: TBD</t>
          </li>
          <li>
            <t>Name: pvd</t>
          </li>
          <li>
            <t>Meaning: PvD configuration is available at the well-known path</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: this document, <xref target="svcparamkey"/></t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <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="URITEMPLATE">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="M. Hadley" initials="M." surname="Hadley"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="D. Orchard" initials="D." surname="Orchard"/>
            <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="PVDDATA">
          <front>
            <title>Discovering Provisioning Domain Names and Data</title>
            <author fullname="P. Pfister" initials="P." surname="Pfister"/>
            <author fullname="É. Vyncke" surname="É. Vyncke"/>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="W. Shao" initials="W." surname="Shao"/>
            <date month="July" year="2020"/>
            <abstract>
              <t>Provisioning Domains (PvDs) are defined as consistent sets of network configuration information. PvDs allows hosts to manage connections to multiple networks and interfaces simultaneously, such as when a home router provides connectivity through both a broadband and cellular network provider.</t>
              <t>This document defines a mechanism for explicitly identifying PvDs through a Router Advertisement (RA) option. This RA option announces a PvD identifier, which hosts can compare to differentiate between PvDs. The option can directly carry some information about a PvD and can optionally point to PvD Additional Information that can be retrieved using HTTP over TLS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8801"/>
          <seriesInfo name="DOI" value="10.17487/RFC8801"/>
        </reference>
        <reference anchor="JSON">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="SVCB-DNS">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <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="ALPN">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="CIDR">
          <front>
            <title>Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan</title>
            <author fullname="V. Fuller" initials="V." surname="Fuller"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>This memo discusses the strategy for address assignment of the existing 32-bit IPv4 address space with a view toward conserving the address space and limiting the growth rate of global routing state. This document obsoletes the original Classless Inter-domain Routing (CIDR) spec in RFC 1519, with changes made both to clarify the concepts it introduced and, after more than twelve years, to update the Internet community on the results of deploying the technology described. 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="122"/>
          <seriesInfo name="RFC" value="4632"/>
          <seriesInfo name="DOI" value="10.17487/RFC4632"/>
        </reference>
        <reference anchor="IPv6-ADDR">
          <front>
            <title>IP Version 6 Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA_PVD" target="https://www.iana.org/assignments/pvds/pvds.xhtml#additional-information-pvd-keys">
          <front>
            <title>Additional Information PvD Keys Registry</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_SVCB" target="https://www.iana.org/assignments/dns-svcb/dns-svcb.xhtml#dns-svcparamkeys">
          <front>
            <title>SvcParamKeys Registry</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <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="CONNECT-IP">
          <front>
            <title>Proxying IP in HTTP</title>
            <author fullname="T. Pauly" initials="T." role="editor" surname="Pauly"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="A. Chernyakhovsky" initials="A." surname="Chernyakhovsky"/>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <date month="October" year="2023"/>
            <abstract>
              <t>This document describes how to proxy IP packets in HTTP. This protocol is similar to UDP proxying in HTTP but allows transmitting arbitrary IP packets. More specifically, this document defines a protocol that allows an HTTP client to create an IP tunnel through an HTTP server that acts as an IP proxy. This document updates RFC 9298.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9484"/>
          <seriesInfo name="DOI" value="10.17487/RFC9484"/>
        </reference>
        <reference anchor="PVD">
          <front>
            <title>Multiple Provisioning Domain Architecture</title>
            <author fullname="D. Anipko" initials="D." role="editor" surname="Anipko"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document is a product of the work of the Multiple Interfaces Architecture Design team. It outlines a solution framework for some of the issues experienced by nodes that can be attached to multiple networks simultaneously. The framework defines the concept of a Provisioning Domain (PvD), which is a consistent set of network configuration information. PvD-aware nodes learn PvD-specific information from the networks they are attached to and/or other sources. PvDs are used to enable separation and configuration consistency in the presence of multiple concurrent connections.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7556"/>
          <seriesInfo name="DOI" value="10.17487/RFC7556"/>
        </reference>
        <reference anchor="RFC3040">
          <front>
            <title>Internet Web Replication and Caching Taxonomy</title>
            <author fullname="I. Cooper" initials="I." surname="Cooper"/>
            <author fullname="I. Melve" initials="I." surname="Melve"/>
            <author fullname="G. Tomlinson" initials="G." surname="Tomlinson"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This memo specifies standard terminology and the taxonomy of web replication and caching infrastructure as deployed today. It introduces standard concepts, and protocols used today within this application domain. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3040"/>
          <seriesInfo name="DOI" value="10.17487/RFC3040"/>
        </reference>
        <reference anchor="IANA-DHCP">
          <front>
            <title>Procedures and IANA Guidelines for Definition of New DHCP Options and Message Types</title>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <date month="September" year="2000"/>
            <abstract>
              <t>This document describes the procedure for defining new DHCP options and message types. 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="43"/>
          <seriesInfo name="RFC" value="2939"/>
          <seriesInfo name="DOI" value="10.17487/RFC2939"/>
        </reference>
        <reference anchor="SOCKSv5">
          <front>
            <title>SOCKS Protocol Version 5</title>
            <author fullname="M. Leech" initials="M." surname="Leech"/>
            <author fullname="M. Ganis" initials="M." surname="Ganis"/>
            <author fullname="Y. Lee" initials="Y." surname="Lee"/>
            <author fullname="R. Kuris" initials="R." surname="Kuris"/>
            <author fullname="D. Koblas" initials="D." surname="Koblas"/>
            <author fullname="L. Jones" initials="L." surname="Jones"/>
            <date month="March" year="1996"/>
            <abstract>
              <t>This memo describes a protocol that is an evolution of the previous version of the protocol, version 4 [1]. This new protocol stems from active discussions and prototype implementations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1928"/>
          <seriesInfo name="DOI" value="10.17487/RFC1928"/>
        </reference>
        <reference anchor="CONNECT-TCP">
          <front>
            <title>Template-Driven HTTP CONNECT Proxying for TCP</title>
            <author fullname="Benjamin M. Schwartz" initials="B. M." surname="Schwartz">
              <organization>Meta Platforms, Inc.</organization>
            </author>
            <date day="20" month="March" year="2026"/>
            <abstract>
              <t>   TCP proxying using HTTP CONNECT has long been part of the core HTTP
   specification.  However, this proxying functionality has several
   important deficiencies in modern HTTP environments.  This
   specification defines an alternative HTTP proxy service configuration
   for TCP connections.  This configuration is described by a URI
   Template, similar to the CONNECT-UDP and CONNECT-IP protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-connect-tcp-11"/>
        </reference>
        <reference anchor="IKEV2SPLIT">
          <front>
            <title>Split DNS Configuration for the Internet Key Exchange Protocol Version 2 (IKEv2)</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="P. Wouters" initials="P." surname="Wouters"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This document defines two Configuration Payload Attribute Types (INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA) for the Internet Key Exchange Protocol version 2 (IKEv2). These payloads add support for private (internal-only) DNS domains. These domains are intended to be resolved using non-public DNS servers that are only reachable through the IPsec connection. DNS resolution for other domains remains unchanged. These Configuration Payloads only apply to split- tunnel configurations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8598"/>
          <seriesInfo name="DOI" value="10.17487/RFC8598"/>
        </reference>
        <reference anchor="RFC4861">
          <front>
            <title>Neighbor Discovery for IP version 6 (IPv6)</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="E. Nordmark" initials="E." surname="Nordmark"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <author fullname="H. Soliman" initials="H." surname="Soliman"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document specifies the Neighbor Discovery protocol for IP Version 6. IPv6 nodes on the same link use Neighbor Discovery to discover each other's presence, to determine each other's link-layer addresses, to find routers, and to maintain reachability information about the paths to active neighbors. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4861"/>
          <seriesInfo name="DOI" value="10.17487/RFC4861"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+0923bbyJHv/RU99MNKWZDWzY7N2clEI9k72vHYWkuenFzm
WCABSohBgAuAlBlZ+Zb9lv2yrVvfAFDW2M4me05yMrJEAt3V1XWv6urhcKia
rMnTsT4q5/NlkU3jJisu9WlVvl/DZ8Usu1xW8FlZ1Dor8PNVVsNf+NBxOY+z
olbxZFKlq3HfS/p0dVyrpJwW8RwmSap41gyztJkNs6KJqzQeLvCl4ZReGu7u
qSRu0rECMNLLslqPdd0kSmWLaqybalk3ezs7T3f21Lt0fV1WyVifFE1aFWkz
PMahlaqbuEjexnlZwHTrtFaLbKz/2JTTSNdl1VTprIbf1nP85Wel4mVzVVZj
pYdKw/9gNWN9PtKn8TJf0ycM9zkgZ+19WlaXY324WORpBBBMR/RhCtjIAcwF
PvbbGL8dTct5MPbxSB/H8z/HBaBx6k0A0F/GRdz+kub5MZtWZV3C6rxZksQ+
+du5eaAz3e9H+jV8M4/fXZX06WyZ5zzj72N4J49XrQdgxrjI/kKbN9Z/qKdx
nlb+xOvKPP/bv/C3NKvKillZzeG9FWyf1ieHLw/fnv50PKZ3Yasv02asr5pm
UY8fPry+vh5lsN4RTPcwruvsspinRVM/XKwS/jF6f9XM8wdxkmQISpwP7QRl
MYQnhkACNQ/OBHxoH4UtsY8iAeof4FH9Or3M6qZaG+DOfjr67hdClxT1sF5N
J/YXgVL+XMRVPG+DdbaanuLnIQxqOBzqeAK/x1Og2vOrrNbAJUucRyfpLCvS
Wsd6nk6vYDvquYYF6Xg6TQEa4LyFz4YJsaH28KMA6HKaAQ8l+jprrmAkYjOg
/OUU/qp12VylFX+o37w+qXVzFTfw7WIBTKKTbDZLKwQFngDeKXNg8iLxpwDg
y2Wjr68yGDBJa5AaIiWAqw2kkzzVSwJYABjxwudZkuSpUg+QfasyWU4JavX9
+fkpPZilAtGyTuGXVB+9evny2dE5IAT4NREMIUD65uYspdf109H+6LEuZ/or
HOeb18+Pnu7u7tzeqi1gjbTQwPJpVcFbTYkoGMBaruMqGZgZt3Wc5+W1nuYZ
7jY+Vi7gPZBNBU+Bn6mrsoYvV1lsF6XPr1KEc70A8ZnnaxkHt+z86BQkGMi5
OT8LuIj0BBA3jQGFeV0anKs3x6f2EVjUt7LiIXxOS9l7+uT2VuMunMCD8fRd
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

-->

</rfc>
