<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.12 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-svcb-https-04" category="std">

  <front>
    <title abbrev="SVCB and HTTPS RRs for DNS">Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)</title>

    <author initials="B." surname="Schwartz" fullname="Ben Schwartz">
      <organization>Google</organization>
      <address>
        <email>bemasc@google.com</email>
      </address>
    </author>
    <author initials="M." surname="Bishop" fullname="Mike Bishop">
      <organization>Akamai Technologies</organization>
      <address>
        <email>mbishop@evequefou.be</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>

    <date />

    <area>General</area>
    <workgroup>DNSOP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document specifies the “SVCB” and “HTTPS” DNS resource record (RR)
types to facilitate the lookup of information needed to make connections
to network services, such as for HTTPS origins.  SVCB records
allow a service to be provided from multiple alternative endpoints,
each with associated parameters (such as transport protocol
configuration and 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 HTTPS and HTTP origins.
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>

<t>TO BE REMOVED: This document is being collaborated on in Github at:
<eref target="https://github.com/MikeBishop/dns-alt-svc">https://github.com/MikeBishop/dns-alt-svc</eref>.
The most recent working version of the document, open issues, etc. should all be
available there.  The authors (gratefully) accept pull requests.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The SVCB (“Service Binding”) and HTTPS RRs provide clients with complete instructions
for access to a service.  This information enables improved
performance and privacy by avoiding transient connections to a sub-optimal
default server, negotiating a preferred protocol, and providing relevant
public keys.</t>

<t>For example, when clients need to make a connection to fetch resources
associated with an HTTPS URI, they currently resolve only A and/or AAAA
records for the origin hostname.  This is adequate for services that use
basic HTTPS (fixed port, no QUIC, no <xref target="ECH"/>).
Going beyond basic HTTPS confers privacy, performance, and operational
advantages, but it requires the client to learn additional
information, and it is highly
desirable to minimize the number of round-trips and lookups required to
learn this additional information.</t>

<t>The SVCB and HTTPS RRs also help when the operator of a service
wishes to delegate operational control to one or more other domains, e.g.
delegating the origin “https://example.com” to a service
operator endpoint at “svc.example.net”.  While this case can sometimes
be handled by a CNAME, that does not cover all use-cases.  CNAME is also
inadequate when the service operator needs to provide a bound
collection of consistent configuration parameters through the DNS
(such as network location, protocol, and keying information).</t>

<t>This document first describes the SVCB RR as a general-purpose resource
record that can be applied directly and efficiently to a wide range
of services (<xref target="svcb"/>).  The HTTPS RR is then defined as a special
case of SVCB that improves efficiency and convenience for use with HTTPS
(<xref target="https"/>) by avoiding the need for an Attrleaf label <xref target="Attrleaf"/>
(<xref target="httpsnames"/>).  Other protocols with similar needs may
follow the pattern of HTTPS and assign their own
SVCB-compatible RR types.</t>

<t>All behaviors described as applying to the SVCB RR also apply
to the HTTPS RR unless explicitly stated otherwise.
<xref target="https"/> describes additional behaviors
specific to the HTTPS RR.  Apart from <xref target="https"/>
and introductory examples, much of this document refers only to the SVCB RR,
but those references should be taken to apply to SVCB, HTTPS,
and any future SVCB-compatible RR types.</t>

<t>The SVCB RR has two modes: 1) “AliasMode” simply delegates operational
control for a resource; 2) “ServiceMode” binds together
configuration information for a service endpoint.
ServiceMode provides additional key=value parameters
within each RDATA set.</t>

<section anchor="goals-of-the-svcb-rr" title="Goals of the SVCB RR">

<t>The goal of the SVCB RR is to allow clients to resolve a single
additional DNS RR in a way that:</t>

<t><list style="symbols">
  <t>Provides alternative endpoints that are authoritative for the service,
along with parameters associated with each of these endpoints.</t>
  <t>Does not assume that all alternative endpoints have the same parameters
or capabilities, or are even
operated by the same entity.  This is important as DNS does not
provide any way to tie together multiple RRs for the same name.
For example, if www.example.com is a CNAME alias that switches
between one of three CDNs or hosting environments, successive queries
for that name may return records that correspond to different environments.</t>
  <t>Enables CNAME-like functionality at a zone apex (such as
“example.com”) for participating protocols, and generally
enables delegation of operational authority for an origin within the
DNS to an alternate name.</t>
</list></t>

<t>Additional goals specific to HTTPS RRs and the HTTPS use-case include:</t>

<t><list style="symbols">
  <t>Connect directly to HTTP3 (QUIC transport)
alternative endpoints <xref target="HTTP3"/></t>
  <t>Obtain the Encrypted ClientHello <xref target="ECH"/> keys associated with an
alternative endpoint</t>
  <t>Support non-default TCP and UDP ports</t>
  <t>Enable SRV-like benefits (e.g. apex delegation, as mentioned above) for HTTP(S),
where SRV <xref target="SRV"/> has not been widely adopted</t>
  <t>Provide an HSTS-like indication <xref target="HSTS"/> signaling that the HTTPS
scheme should be used instead of HTTP for this request (see <xref target="hsts"/>).</t>
</list></t>

</section>
<section anchor="overview-of-the-svcb-rr" title="Overview of the SVCB RR">

<t>This subsection briefly describes the SVCB RR in
a non-normative manner.  (As mentioned above, this all
applies equally to the HTTPS RR which shares
the same encoding, format, and high-level semantics.)</t>

<t>The SVCB RR has two modes: AliasMode, which aliases a name to another name,
and ServiceMode, which provides connection information bound to a service
endpoint domain.  Placing both forms in a single RR type allows clients to
fetch the relevant information with a single query.</t>

<t>The SVCB RR has two mandatory fields and one optional.  The fields are:</t>

<t><list style="numbers">
  <t>SvcPriority: The priority of this record (relative to others,
with lower values preferred).  A value of 0 indicates AliasMode.
(Described in <xref target="pri"/>.)</t>
  <t>TargetName: The domain name of either the alias target (for
AliasMode) or the alternative endpoint (for ServiceMode).</t>
  <t>SvcParams (optional): A list of key=value pairs
describing the alternative endpoint at
TargetName (only used in ServiceMode and otherwise ignored).
Described in <xref target="presentation"/>.</t>
</list></t>

<t>Cooperating DNS recursive resolvers will perform subsequent record
resolution (for SVCB, A, and AAAA records) and return them in the
Additional Section of the response.  Clients either use responses
included in the additional section returned by the recursive resolver
or perform necessary SVCB, A, and AAAA record resolutions.  DNS
authoritative servers can attach in-bailiwick SVCB, A, AAAA, and CNAME
records in the Additional Section to responses for a SVCB query.</t>

<t>In ServiceMode, the SvcParams of the SVCB RR
provide an extensible data model for describing alternative
endpoints that are authoritative for the origin, along with
parameters associated with each of these alternative endpoints.</t>

<t>For the HTTPS use-case, the HTTPS RR enables many of the benefits of Alt-Svc
<xref target="AltSvc"/>
without waiting for a full HTTP connection initiation (multiple roundtrips)
before learning of the preferred alternative,
and without necessarily revealing the user’s
intended destination to all entities along the network path.</t>

</section>
<section anchor="parameter-for-encrypted-clienthello" title="Parameter for Encrypted ClientHello">

<t>This document also defines a parameter for Encrypted ClientHello <xref target="ECH"/>
keys. See <xref target="echconfig"/>.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>Our terminology is based on the common case where the SVCB record is used to
access a resource identified by a URI whose <spanx style="verb">authority</spanx> field contains a DNS
hostname as the <spanx style="verb">host</spanx>.</t>

<t><list style="symbols">
  <t>The “service” is the information source identified by the <spanx style="verb">authority</spanx> and
<spanx style="verb">scheme</spanx> of the URI, capable of providing access to the resource.  For HTTPS
URIs, the “service” corresponds to an HTTPS “origin” <xref target="RFC6454"/>.</t>
  <t>The “service name” is the <spanx style="verb">host</spanx> portion of the authority.</t>
  <t>The “authority endpoint” is the authority’s hostname and a port number implied
by the scheme or specified in the URI.</t>
  <t>An “alternative endpoint” is a hostname, port number, and other associated
instructions to the client on how to reach an instance of service.</t>
</list></t>

<t>Additional DNS terminology intends to be consistent
with <xref target="DNSTerm"/>.</t>

<t>SVCB is a contraction of “service binding”.  The SVCB RR, HTTPS RR,
and future RR types that share SVCB’s format and registry are
collectively known as SVCB-compatible RR types.</t>

<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.</t>

</section>
</section>
<section anchor="svcb" title="The SVCB record type">

<t>The SVCB DNS resource record (RR) type (RR type 64)
is used to locate alternative endpoints for a service.</t>

<t>The algorithm for resolving SVCB records and associated
address records is specified in <xref target="client-behavior"/>.</t>

<t>Other SVCB-compatible resource record types
can also be defined as-needed.  In particular, the
HTTPS RR (RR type 65) provides special handling
for the case of “https” origins as described in <xref target="https"/>.</t>

<t>SVCB RRs are extensible by a list of SvcParams, which are pairs consisting of a
SvcParamKey and a SvcParamValue. Each SvcParamKey has a presentation name and a
registered number. Values are in a format specific to the SvcParamKey. Their
definition should specify both their presentation format and wire encoding
(e.g., domain names, binary data, or numeric values). The initial SvcParamKeys
and formats are defined in <xref target="keys"/>.</t>

<section anchor="presentation" title="Zone file presentation format">

<t>The presentation format of the record is:</t>

<figure><artwork><![CDATA[
Name TTL IN SVCB SvcPriority TargetName SvcParams
]]></artwork></figure>

<t>The SVCB record is defined specifically within
the Internet (“IN”) Class (<xref target="RFC1035"/>).</t>

<t>SvcPriority is a number in the range 0-65535,
TargetName is a <spanx style="verb">&lt;domain-name&gt;</spanx> (<xref target="RFC1035"/> Section 5.1),
and the SvcParams are a whitespace-separated list, with each SvcParam
consisting of a SvcParamKey=SvcParamValue pair or a standalone SvcParamKey.
SvcParamKeys are subject to IANA control (<xref target="svcparamregistry"/>).</t>

<t>Each SvcParamKey SHALL appear at most once in the SvcParams.
In presentation format, SvcParamKeys are lower-case alphanumeric strings.
Key names should contain 1-63 characters from the ranges “a”-“z”, “0”-“9”, and “-“.
In ABNF <xref target="RFC5234"/>,</t>

<figure><artwork><![CDATA[
alpha-lc      = %x61-7A   ;  a-z
SvcParamKey   = 1*63(alpha-lc / DIGIT / "-")
SvcParam      = SvcParamKey ["=" SvcParamValue]
SvcParamValue = char-string
value         = *OCTET
]]></artwork></figure>

<t>The SvcParamValue is parsed using the
character-string decoding algorithm (<xref target="decoding"/>), producing a <spanx style="verb">value</spanx>.
The <spanx style="verb">value</spanx> is then validated and converted into wire-format in a manner
specific to each key.</t>

<t>When the “=” is omitted, the <spanx style="verb">value</spanx> is interpreted as empty.</t>

<t>Unrecognized keys are represented in presentation
format as “keyNNNNN” where NNNNN is the numeric
value of the key type without leading zeros.
A SvcParam in this form SHALL be parsed as specified above, and
the decoded <spanx style="verb">value</spanx> SHALL be used as its wire format encoding.</t>

<t>For some SvcParamKeys, the <spanx style="verb">value</spanx> corresponds to a list or set of
items.  Presentation formats for such keys SHOULD use a comma-separated list
(<xref target="value-list"/>).</t>

<t>SvcParams in presentation format MAY appear in any order, but keys MUST NOT be
repeated.</t>

</section>
<section anchor="rdata-wire-format" title="RDATA wire format">

<t>The RDATA for the SVCB RR consists of:</t>

<t><list style="symbols">
  <t>a 2 octet field for SvcPriority as an integer in network
byte order.</t>
  <t>the uncompressed, fully-qualified TargetName, represented as
a sequence of length-prefixed labels as in Section 3.1 of <xref target="RFC1035"/>.</t>
  <t>the SvcParams, consuming the remainder of the record
(so smaller than 65535 octets and constrained by the RDATA
and DNS message sizes).</t>
</list></t>

<t>When the list of SvcParams is non-empty (ServiceMode), it contains a series of
SvcParamKey=SvcParamValue pairs, represented as:</t>

<t><list style="symbols">
  <t>a 2 octet field containing the SvcParamKey as an
integer in network byte order.  (See <xref target="iana-keys"/> for the defined values.)</t>
  <t>a 2 octet field containing the length of the SvcParamValue
as an integer between 0 and 65535 in network byte order
(but constrained by the RDATA and DNS message sizes).</t>
  <t>an octet string of this length whose contents are in a format determined
by the SvcParamKey.</t>
</list></t>

<t>SvcParamKeys SHALL appear in increasing numeric order.</t>

<t>Clients MUST consider an RR malformed if:</t>

<t><list style="symbols">
  <t>the end of the RDATA occurs within a SvcParam.</t>
  <t>SvcParamKeys are not in strictly increasing numeric order.</t>
  <t>the SvcParamValue for an SvcParamKey does not have the expected format.</t>
</list></t>

<t>Note that the second condition implies that there are no duplicate
SvcParamKeys.</t>

<t>If any RRs are malformed, the client MUST reject the entire RRSet and
fall back to non-SVCB connection establishment.</t>

</section>
<section anchor="svcb-names" title="SVCB query names">

<t>When querying the SVCB RR, a service is translated into a QNAME by prepending
the service name with a label indicating the scheme, prefixed with an underscore,
resulting in a domain name like “_examplescheme.api.example.com.”.  This
follows the Attrleaf naming pattern <xref target="Attrleaf"/>, so the scheme MUST be
registered appropriately with IANA (see <xref target="other-standards"/>).</t>

<t>Protocol mapping documents MAY specify additional underscore-prefixed labels
to be prepended.  For schemes that specify a port (Section 3.2.3
of <xref target="URI"/>), one reasonable possibility is to prepend the indicated port
number if a non-default port number is specified.  We term this behavior
“Port Prefix Naming”, and use it in the examples throughout this document.</t>

<t>See <xref target="httpsnames"/> for the HTTPS RR behavior.</t>

<t>When a prior CNAME or SVCB record has aliased to
a SVCB record, each RR shall be returned under its own owner name.</t>

<t>Note that none of these forms alter the origin or authority for validation
purposes.
For example, TLS clients MUST continue to validate TLS certificates
for the original service name.</t>

<t>As an example, the owner of example.com could publish this record:</t>

<figure><artwork><![CDATA[
_8443._foo.api.example.com. 7200 IN SVCB 0 svc4.example.net.
]]></artwork></figure>

<t>to indicate that “foo://api.example.com:8443” is aliased to “svc4.example.net”.
The owner of example.net, in turn, could publish this record:</t>

<figure><artwork><![CDATA[
svc4.example.net.  7200  IN SVCB 3 svc4.example.net. (
    alpn="bar" port="8004" echconfig="..." )
]]></artwork></figure>

<t>to indicate that these services are served on port number 8004,
which supports the protocol “bar” and its associated transport in
addition to the default transport protocol for “foo://”.</t>

<t>(Parentheses are used to ignore a line break (<xref target="RFC1035"/> Section 5.1).)</t>

</section>
<section anchor="interpretation" title="Interpretation">

<section anchor="pri" title="SvcPriority">

<t>When SvcPriority is 0 the SVCB record is in AliasMode (<xref target="alias-mode"/>).
Otherwise, it is in ServiceMode (<xref target="service-mode"/>).</t>

<t>Within a SVCB RRSet,
all RRs SHOULD have the same Mode.
If an RRSet contains a record in AliasMode, the recipient MUST ignore
any ServiceMode records in the set.</t>

<t>RRSets are explicitly unordered collections, so the
SvcPriority field is used to impose an ordering on SVCB RRs.
SVCB RRs with a smaller SvcPriority value SHOULD be given
preference over RRs with a larger SvcPriority value.</t>

<t>When receiving an RRSet containing multiple SVCB records with the
same SvcPriority value, clients SHOULD apply a random shuffle within a
priority level to the records before using them, to ensure uniform
load-balancing.</t>

</section>
<section anchor="alias-mode" title="AliasMode">

<t>In AliasMode, the SVCB record aliases a service to a
TargetName.  SVCB RRSets SHOULD only have a single resource
record in AliasMode.  If multiple are present, clients or recursive
resolvers SHOULD pick one at random.</t>

<t>The primary purpose of AliasMode is to allow aliasing at the zone
apex, where CNAME is not allowed.  In AliasMode, the TargetName will
be the name of a domain that resolves to SVCB
(or other SVCB-compatible record such as HTTPS),
AAAA, and/or A records.  The TargetName SHOULD NOT be equal
to the owner name, as this would result in a loop.</t>

<t>In AliasMode, records SHOULD NOT include any SvcParams, and recipients MUST
ignore any SvcParams that are present.</t>

<t>For example, the operator of foo://example.com:8080 could
point requests to a service operating at foosvc.example.net
by publishing:</t>

<figure><artwork><![CDATA[
_8080._foo.example.com. 3600 IN SVCB 0 foosvc.example.net.
]]></artwork></figure>

<t>Using AliasMode maintains a separation of concerns: the owner of
foosvc.example.net can add or remove ServiceMode SVCB records without
requiring a corresponding change to example.com.  Note that if
foosvc.example.net promises to always publish a SVCB record, this AliasMode
record can be replaced by a CNAME, which would likely improve performance.</t>

<t>AliasMode is especially useful for SVCB-compatible RR types that do not
require an underscore prefix, such as the HTTPS RR type.  For example,
the operator of https://example.com could point requests to a server
at svc.example.net by publishing this record at the zone apex:</t>

<figure><artwork><![CDATA[
example.com. 3600 IN HTTPS 0 svc.example.net.
]]></artwork></figure>

<t>Note that the SVCB record’s owner name MAY be the canonical name
of a CNAME record, and the TargetName MAY be the owner of a CNAME
record. Clients and recursive resolvers MUST follow CNAMEs as normal.</t>

<t>To avoid unbounded alias chains, clients and recursive resolvers MUST impose a
limit on the total number of SVCB aliases they will follow for each resolution
request.  This limit MUST NOT be zero, i.e. implementations MUST be able to
follow at least one AliasMode record.  The exact value of this limit
is left to implementations.</t>

<t>For compatibility and performance, zone owners SHOULD NOT configure their zones
to require following multiple AliasMode records.</t>

<t>As legacy clients will not know to use this record, service
operators will likely need to retain fallback AAAA and A records
alongside this SVCB record, although in a common case
the target of the SVCB record might offer better performance, and
therefore would be preferable for clients implementing this specification
to use.</t>

<t>AliasMode records only apply to queries for the specific RR type.
For example, a SVCB record cannot alias to an HTTPS record,
nor vice-versa.</t>

</section>
<section anchor="service-mode" title="ServiceMode">

<t>In ServiceMode, the TargetName and SvcParams within each resource record
associate an alternative endpoint for the service with its connection
parameters.</t>

<t>Each protocol scheme that uses SVCB MUST define a protocol mapping that
explains how SvcParams are applied for connections of that scheme.
Unless specified otherwise by the
protocol mapping, clients MUST ignore any SvcParam that they do
not recognize.</t>

<t>Some SvcParams impose requirements on other SvcParams in the RR.  A
ServiceMode RR is called “self-consistent” if its SvcParams all comply with
each others’ requirements.  Zone-file implementations SHOULD enforce
self-consistency.  Clients MUST reject any RR whose recognized SvcParams
are not self-consistent, and MAY reject the entire RRSet.</t>

</section>
</section>
<section anchor="dot" title="Special handling of “.” in TargetName">

<t>If TargetName has the value “.” (represented in the wire format as a
zero-length label), special rules apply.</t>

<section anchor="aliasdot" title="AliasMode">

<t>For AliasMode SVCB RRs, a TargetName of “.” indicates that the service
is not available or does not exist.  This indication is advisory:
clients encountering this indication MAY ignore it and attempt to connect
without the use of SVCB.</t>

</section>
<section anchor="servicemode" title="ServiceMode">

<t>For ServiceMode SVCB RRs, if TargetName has the value “.”, then the
owner name of this record MUST be used as the effective TargetName.</t>

<t>For example, in the following example “svc2.example.net”
is the effective TargetName:</t>

<figure><artwork><![CDATA[
example.com.      7200  IN HTTPS 0 svc.example.net.
svc.example.net.  7200  IN CNAME svc2.example.net.
svc2.example.net. 7200  IN HTTPS 1 . port=8002 echconfig="..."
svc2.example.net. 300   IN A     192.0.2.2
svc2.example.net. 300   IN AAAA  2001:db8::2
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="client-behavior" title="Client behavior">

<t>“SVCB resolution” is the process of enumerating the priority-ordered endpoints
for a service, as performed by the client.  SVCB resolution is implemented as follows:</t>

<t><list style="numbers">
  <t>Let $QNAME be the service name plus appropriate prefixes for the
scheme (see <xref target="svcb-names"/>).</t>
  <t>Issue a SVCB query for $QNAME.</t>
  <t>If an AliasMode SVCB record is returned for $QNAME (after following CNAMEs
as normal), set $QNAME to its TargetName (without
additional prefixes) and loop back to step 2,
subject to chain length limits and loop detection heuristics (see
<xref target="client-failures"/>).</t>
  <t>If one or more “compatible” (<xref target="mandatory"/>) ServiceMode records are returned,
these represent the alternative endpoints.</t>
  <t>Otherwise, SVCB resolution has failed, and the list of known endpoints is
empty.</t>
</list></t>

<t>This procedure does not rely on any recursive or authoritative DNS server to
comply with this specification or have any awareness of SVCB.</t>

<t>Once SVCB resolution has concluded, the client proceeds with connection
establishment.  Clients SHOULD try higher-priority alternatives first, with
fallback to lower-priority alternatives.  Clients issue AAAA and/or A
queries for the selected TargetName, and MAY choose between them using an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.</t>

<t>A client is called “SVCB-optional” if it can connect without the use of
ServiceMode records, and “SVCB-reliant” otherwise.  Clients for pre-existing
protocols (e.g. HTTPS) SHALL implement SVCB-optional behavior (except as
noted in <xref target="client-failures"/> and <xref target="ech-client-behavior"/>).</t>

<t>SVCB-optional clients SHOULD issue in parallel any other DNS queries that might
be needed for connection establishment.  SVCB-optional clients SHALL append an
alternative endpoint consisting of the final value of $QNAME, the authority
endpoint’s port number, and no SvcParams, to the list of alternative endpoints, which is 
attempted before falling back to non-SVCB connection modes.  This ensures that
SVCB-optional clients will make use of an AliasMode record whose TargetName has
A and/or AAAA records but no SVCB records.</t>

<t>Some important optimizations are discussed in <xref target="optimizations"/>
to avoid additional latency in comparison to ordinary AAAA/A lookups.</t>

<section anchor="client-failures" title="Handling resolution failures">

<t>If SVCB resolution fails due to a SERVFAIL error, transport error, or timeout,
and DNS exchanges between the client and the recursive resolver are
cryptographically protected (e.g. using TLS <xref target="DoT"/> or HTTPS
<xref target="DoH"/>), a SVCB-optional client SHOULD abandon the connection
attempt like a SVCB-reliant client would.  Otherwise, an active attacker
could mount a downgrade attack by denying the user access to the SvcParams.</t>

<t>A SERVFAIL error can occur if the domain is DNSSEC-signed, the recursive
resolver is DNSSEC-validating, and the attacker is between the recursive
resolver and the authoritative DNS server.  A transport error or timeout can
occur if an active attacker between the client and the recursive resolver is
selectively dropping SVCB queries or responses, based on their size or
other observable patterns.</t>

<t>Similarly, if the client enforces DNSSEC validation on A/AAAA responses,
it SHOULD terminate the connection if a SVCB response fails to validate.</t>

<t>If the client is unable to complete SVCB resolution due to its chain length
limit, the client SHOULD fall back to the authority endpoint, as if the
origin’s SVCB record did not exist.</t>

</section>
<section anchor="clients-using-a-proxy" title="Clients using a Proxy">

<t>Clients using a domain-oriented transport proxy like HTTP CONNECT
(<xref target="RFC7231"/> Section 4.3.6) or SOCKS5 (<xref target="RFC1928"/>) have the option to
use named destinations, in which case the client does not perform
any A or AAAA queries for destination domains.  If the client is using named
destinations with a proxy that does not provide SVCB query capability
(e.g. through an affiliated DNS resolver), the client would have to perform
SVCB resolution separately, likely disclosing the destinations to additional parties.
Clients that support such proxies SHOULD arrange for a separate SVCB resolution
procedure with appropriate privacy properties, or disable SVCB resolution entirely if
SVCB-optional.</t>

<t>If the client does use SVCB and named destinations, the client SHOULD follow
the standard SVCB resolution process, selecting the smallest-SvcPriority
option that is compatible with the client and the proxy.  When connecting
using a SVCB record, clients MUST provide the final TargetName and port to the
proxy, which will perform any required A and AAAA lookups.</t>

<t>Providing the proxy with the final TargetName has several benefits:</t>

<t><list style="symbols">
  <t>It allows the client to use the SvcParams, if present, which is
only usable with a specific TargetName.  The SvcParams may
include information that enhances performance (e.g. alpn) and privacy
(e.g. echconfig).</t>
  <t>It allows the service to delegate the apex domain.</t>
  <t>It allows the proxy to select between IPv4 and IPv6 addresses for the
server according to its configuration, and receive addresses based on
its network geolocation.</t>
</list></t>

</section>
</section>
<section anchor="server-behavior" title="DNS Server Behavior">

<section anchor="authoritative-servers" title="Authoritative servers">

<t>When replying to a SVCB query, authoritative DNS servers SHOULD return
A, AAAA, and SVCB records in the Additional Section for any
in-bailiwick TargetNames.  If the zone is signed, the server SHOULD also
include positive or negative DNSSEC responses for these records in the Additional
section.</t>

</section>
<section anchor="recursive-behavior" title="Recursive resolvers">

<t>Recursive resolvers that are aware of SVCB SHOULD help the client to
execute the procedure in <xref target="client-behavior"/> with minimum overall
latency, by incorporating additional useful information into the
response.  For the initial SVCB record query, this is just the normal
response construction process (i.e. unknown RR type resolution under
<xref target="RFC3597"/>).  For followup resolutions performed during this procedure,
we define incorporation as adding all useful RRs from the response to the
Additional section
without altering the response code.</t>

<t>Upon receiving a SVCB query, recursive resolvers SHOULD start with the
standard resolution procedure, and then follow this procedure to
construct the full response to the stub resolver:</t>

<t><list style="numbers">
  <t>Incorporate the results of SVCB resolution.  If the chain length limit has
been reached, terminate successfully (i.e. a NOERROR response).</t>
  <t>If any of the resolved SVCB records are in AliasMode, choose one of them
at random, and resolve SVCB, A, and AAAA records for its
TargetName.  <list style="symbols">
      <t>If any SVCB records are resolved, go to step 1.</t>
      <t>Otherwise, incorporate the results of A and AAAA resolution, and
terminate.</t>
    </list></t>
  <t>All the resolved SVCB records are in ServiceMode.  Resolve A and AAAA
queries for each TargetName (or for the owner name if TargetName
is “.”), incorporate all the results, and terminate.</t>
</list></t>

<t>In this procedure, “resolve” means the resolver’s ordinary recursive
resolution procedure, as if processing a query for that RRSet.
This includes following any aliases that the resolver would ordinarily
follow (e.g. CNAME, DNAME <xref target="DNAME"/>).</t>

<t>See <xref target="alias-mode"/> for additional safeguards for recursive resolvers
to implement to mitigate loops.</t>

<t>See <xref target="incomplete-response"/> for possible optimizations of this procedure.</t>

</section>
<section anchor="general-requirements" title="General requirements">

<t>Recursive resolvers SHOULD treat the SvcParams portion of the SVCB RR
as opaque and SHOULD NOT try to alter their behavior based
on its contents.</t>

<t>When responding to a query that includes the DNSSEC OK bit (<xref target="RFC3225"/>),
DNSSEC-capable recursive and authoritative DNS servers MUST accompany
each RRSet in the Additional section with the same DNSSEC-related records
that they would send when providing that RRSet as an Answer (e.g. RRSIG, NSEC,
NSEC3).</t>

</section>
</section>
<section anchor="optimizations" title="Performance optimizations">

<t>For optimal performance (i.e. minimum connection setup time), clients
SHOULD implement a client-side DNS cache.
Responses in the Additional section of a SVCB response SHOULD be placed
in cache before performing any followup queries.
With this behavior, and conforming DNS servers,
using SVCB does not add network latency to connection setup.</t>

<t>To improve performance when using a non-conforming recursive resolver, clients
SHOULD issue speculative A and/or AAAA queries in parallel with each SVCB
query, based on a predicted value of TargetName (see <xref target="zone-performance"/>).</t>

<t>After a ServiceMode RRSet is received, clients MAY try more than one option
in parallel, and MAY prefetch A and AAAA records for multiple TargetNames.</t>

<section anchor="optimistic-pre-connection-and-connection-reuse" title="Optimistic pre-connection and connection reuse">

<t>If an address response arrives before the corresponding SVCB response, the
client MAY initiate a connection as if the SVCB query returned NODATA, but
MUST NOT transmit any information that could be altered by the SVCB response
until it arrives.  For example, a TLS ClientHello can be altered by the
“echconfig” value of a SVCB response (<xref target="svcparamkeys-echconfig"/>).  Clients
implementing this optimization SHOULD wait for 50 milliseconds before
starting optimistic pre-connection, as per the guidance in
<xref target="HappyEyeballsV2"/>.</t>

<t>A SVCB record is consistent with a connection
if the client would attempt an equivalent connection when making use of
that record. If a SVCB record is consistent with an active or in-progress
connection C, the client MAY prefer that record and use C as its connection.
For example, suppose the client receives this SVCB RRSet for a protocol
that uses TLS over TCP:</t>

<figure><artwork><![CDATA[
_1234._bar.example.com. 300 IN SVCB 1 svc1.example.net. (
    echconfig="111..." ipv6hint=2001:db8::1 port=1234 )
                               SVCB 2 svc2.example.net. (
    echconfig="222..." ipv6hint=2001:db8::2 port=1234 )
]]></artwork></figure>

<t>If the client has an in-progress TCP connection to <spanx style="verb">[2001:db8::2]:1234</spanx>,
it MAY proceed with TLS on that connection using <spanx style="verb">echconfig="222..."</spanx>, even
though the other record in the RRSet has higher priority.</t>

<t>If none of the SVCB records are consistent
with any active or in-progress connection,
clients proceed with connection establishment as described in
<xref target="client-behavior"/>.</t>

</section>
<section anchor="incomplete-response" title="Generating and using incomplete responses">

<t>When following the procedure in <xref target="recursive-behavior"/>, recursive
resolvers MAY terminate the procedure early and produce a reply that omits
some of the associated RRSets.  This is REQUIRED when the chain length limit
is reached (<xref target="recursive-behavior"/> step 1), but might also be appropriate
when the maximum response size is reached, or when responding before fully
chasing dependencies would improve performance.  When omitting certain
RRSets, recursive resolvers SHOULD prioritize information for
smaller-SvcPriority records.</t>

<t>As discussed in <xref target="client-behavior"/>, clients MUST be able to fetch additional
information that is required to use a SVCB record, if it is not included
in the initial response.  As a performance optimization, if some of the SVCB
records in the response can be used without requiring additional DNS queries,
the client MAY prefer those records, regardless of their priorities.</t>

</section>
</section>
<section anchor="keys" title="Initial SvcParamKeys">

<t>A few initial SvcParamKeys are defined here.  These keys are useful for
HTTPS, and most are applicable to other protocols as well.  Each new protocol
mapping document MUST specify which keys are applicable and safe to use.
Protocol mappings MAY alter the interpretation of SvcParamKeys but MUST NOT
alter their presentation or wire formats.</t>

<section anchor="alpn-key" title="“alpn” and “no-default-alpn”">

<t>The “alpn” and “no-default-alpn” SvcParamKeys together
indicate the set of Application Layer Protocol Negotiation (ALPN)
protocol identifiers <xref target="ALPN"/>
and associated transport protocols supported by this service endpoint.</t>

<t>As with Alt-Svc <xref target="AltSvc"/>, the ALPN protocol identifier is used to
identify the application protocol and associated suite
of protocols supported by the endpoint (the “protocol suite”).
Clients filter the set of ALPN identifiers to match the protocol suites they
support, and this informs the underlying transport protocol used (such
as QUIC-over-UDP or TLS-over-TCP).</t>

<t>ALPNs are identified by their registered “Identification Sequence”
(<spanx style="verb">alpn-id</spanx>), which is a sequence of 1-255 octets.</t>

<figure><artwork><![CDATA[
alpn-id = 1*255OCTET
]]></artwork></figure>

<t>The presentation <spanx style="verb">value</spanx> SHALL be a comma-separated list (<xref target="value-list"/>)
of one or more <spanx style="verb">alpn-id</spanx>s.</t>

<t>The wire format value for “alpn” consists of at least one
<spanx style="verb">alpn-id</spanx> prefixed by its length as a single octet, and these length-value
pairs are concatenated to form the SvcParamValue.  These pairs MUST exactly
fill the SvcParamValue; otherwise, the SvcParamValue is malformed.</t>

<t>For “no-default-alpn”, the presentation and wire format values MUST be
empty.  When “no-default-alpn” is specified in an RR, 
“alpn” must also be specified in order for the RR 
to be “self-consistent” (<xref target="service-mode"/>).</t>

<t>Each scheme that uses this SvcParamKey defines a
“default set” of supported ALPNs, which SHOULD NOT
be empty.  To determine the set of protocol suites supported by an
endpoint (the “SVCB ALPN set”), the client adds the default set to
the list of <spanx style="verb">alpn-id</spanx>s unless the
“no-default-alpn” SvcParamKey is present.  The presence of an ALPN protocol in
the SVCB ALPN set indicates that this service endpoint, described by
TargetName and the other parameters (e.g. “port”) offers service with
the protocol suite associated with this ALPN protocol.</t>

<t>ALPN protocol names that do not uniquely identify a protocol suite (e.g. an
Identification Sequence that
can be used with both TLS and DTLS) are not compatible with this
SvcParamKey and MUST NOT be included in the SVCB ALPN set.</t>

<t>To establish a connection to the endpoint, clients MUST</t>

<t><list style="numbers">
  <t>Let SVCB-ALPN-Intersection be the set of protocols in the SVCB ALPN set
that the client supports.</t>
  <t>Let Intersection-Transports be the set of transports (e.g. TLS, DTLS, QUIC)
implied by the protocols in SVCB-ALPN-Intersection.</t>
  <t>For each transport in Intersection-Transports, construct a ProtocolNameList
containing the Identification Sequences of all the client’s supported ALPN
protocols for that transport, without regard to the SVCB ALPN set.</t>
</list></t>

<t>For example, if the SVCB ALPN set is [“http/1.1”, “h3”], and the client
supports HTTP/1.1, HTTP/2, and HTTP/3, the client could attempt to connect using
TLS over TCP with a ProtocolNameList of [“http/1.1”, “h2”], and could also
attempt a connection using QUIC, with a ProtocolNameList of [“h3”].</t>

<t>Once the client has constructed a ClientHello, protocol negotiation in that
handshake proceeds as specified in <xref target="ALPN"/>, without regard to the SVCB ALPN
set.</t>

<t>With this procedure in place, an attacker who can modify DNS and network
traffic can prevent a successful transport connection, but cannot otherwise
interfere with ALPN protocol selection.  This procedure also ensures that
each ProtocolNameList includes at least one protocol from the SVCB ALPN set.</t>

<t>Clients SHOULD NOT attempt connection to a service endpoint whose SVCB
ALPN set does not contain any supported protocols.  To ensure
consistency of behavior, clients MAY reject the entire SVCB RRSet and fall
back to basic connection establishment if all of the RRs indicate
“no-default-alpn”, even if connection could have succeeded using a
non-default alpn.</t>

<t>For compatibility with clients that require default transports,
zone operators SHOULD ensure that at least one RR in each RRSet supports the
default transports.</t>

</section>
<section anchor="svcparamkeys-port" title="“port”">

<t>The “port” SvcParamKey defines the TCP or UDP port
that should be used to reach this alternative endpoint.
If this key is not present, clients SHALL use the authority endpoint’s port
number.</t>

<t>The presentation <spanx style="verb">value</spanx> of the SvcParamValue is a single decimal integer
between 0 and 65535 in ASCII.  Any other <spanx style="verb">value</spanx> (e.g. an empty value)
is a syntax error.  To enable simpler parsing, this SvcParam MUST NOT contain
escape sequences.</t>

<t>The wire format of the SvcParamValue
is the corresponding 2 octet numeric value in network byte order.</t>

<t>If a port-restricting firewall is in place between some client and the service
endpoint, changing the port number might cause that client to lose access to
the service, so operators should exercise caution when using this SvcParamKey
to specify a non-default port.</t>

</section>
<section anchor="svcparamkeys-echconfig" title="“echconfig”">

<t>The SvcParamKey to enable Encrypted ClientHello (ECH) is “echconfig”.  Its
value is defined in <xref target="echconfig"/>.  It is applicable to most TLS-based
protocols.</t>

<t>When publishing a record containing an “echconfig” parameter, the publisher
MUST ensure that all IP addresses of TargetName correspond to servers
that have access to the corresponding private key or are authoritative
for the public name. (See Section 7.2.2 of <xref target="ECH"/> for more
details about the public name.) This yields an anonymity set of cardinality
equal to the number of ECH-enabled server domains supported by a given
client-facing server. Thus, even with an encrypted ClientHello, an attacker
who can enumerate the set of ECH-enabled domains supported by a
client-facing server can guess the
correct SNI with probability at least 1/K, where K is the size of this
ECH-enabled server anonymity set. This probability may be increased via
traffic analysis or other mechanisms.</t>

</section>
<section anchor="svcparamkeys-iphints" title="“ipv4hint” and “ipv6hint”">

<t>The “ipv4hint” and “ipv6hint” keys convey IP addresses that clients MAY use to
reach the service.  If A and AAAA records for TargetName are locally
available, the client SHOULD ignore these hints.  Otherwise, clients
SHOULD perform A and/or AAAA queries for TargetName as in
<xref target="client-behavior"/>, and clients SHOULD use the IP address in those
responses for future connections. Clients MAY opt to terminate any
connections using the addresses in hints and instead switch to the
addresses in response to the TargetName query. Failure to use A and/or
AAAA response addresses could negatively impact load balancing or other
geo-aware features and thereby degrade client performance.</t>

<t>The presentation <spanx style="verb">value</spanx> SHALL be a comma-separated list (<xref target="value-list"/>)
of one or more IP addresses of the appropriate
family in standard textual format <xref target="RFC5952"/>.  To enable simpler parsing,
this SvcParamValue MUST NOT contain escape sequences.</t>

<t>The wire format for each parameter is a sequence of IP addresses in network
byte order.  Like an A or AAAA RRSet, the list of addresses represents an
unordered collection, and clients SHOULD pick addresses to use in a random order.
An empty list of addresses is invalid.</t>

<t>When selecting between IPv4 and IPv6 addresses to use, clients may use an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.
When only “ipv4hint” is present, IPv6-only clients may synthesize
IPv6 addresses as specified in <xref target="RFC7050"/> or ignore the “ipv4hint” key and
wait for AAAA resolution (<xref target="client-behavior"/>).  Recursive resolvers MUST NOT
perform DNS64 (<xref target="RFC6147"/>) on parameters within a SVCB record.
For best performance, server operators SHOULD include an “ipv6hint” parameter
whenever they include an “ipv4hint” parameter.</t>

<t>These parameters are intended to minimize additional connection latency
when a recursive resolver is not compliant with the requirements in
<xref target="server-behavior"/>, and SHOULD NOT be included if most clients are using
compliant recursive resolvers.  When TargetName is the origin hostname
or the owner name (which can be written as “.”), server operators
SHOULD NOT include these hints, because they are unlikely to convey any
performance benefit.</t>

</section>
</section>
<section anchor="mandatory" title="ServiceMode RR compatibility and mandatory keys">

<t>In a ServiceMode RR, a SvcParamKey is considered “mandatory” if the RR will not
function correctly for clients that ignore this SvcParamKey.  Each SVCB
protocol mapping SHOULD specify a set of keys that are “automatically
mandatory”, i.e. mandatory if they are present in an RR.  The SvcParamKey
“mandatory” is used to indicate any mandatory keys for this RR, in addition to
any automatically mandatory keys that are present.</t>

<t>A ServiceMode RR is considered “compatible” with a client if the client
recognizes all the mandatory keys, and their values indicate that successful
connection establishment is possible.  If the SVCB RRSet contains
no compatible RRs, the client will generally act as if the RRSet is empty.</t>

<t>The presentation <spanx style="verb">value</spanx> SHALL be a comma-separated list
(<xref target="value-list"/>) of one or more valid
SvcParamKeys, either by their registered name or in the unknown-key format
(<xref target="presentation"/>).  Keys MAY appear in any order, but MUST NOT appear more
than once.  For self-consistency (<xref target="service-mode"/>), listed keys MUST also
appear in the SvcParams.</t>

<t>To enable simpler parsing, this
SvcParamValue MUST NOT contain escape sequences.</t>

<t>For example, the following is a valid list of SvcParams:</t>

<figure><artwork><![CDATA[
echconfig=... key65333=ex1 key65444=ex2 mandatory=key65444,echconfig
]]></artwork></figure>

<t>In wire format, the keys are represented by their numeric values in
network byte order, concatenated in ascending order.</t>

<t>This SvcParamKey is always automatically mandatory, and MUST NOT appear in its
own value-list.  Other automatically mandatory keys SHOULD NOT appear in the
list either.  (Including them wastes space and otherwise has no effect.)</t>

</section>
<section anchor="https" title="Using SVCB with HTTPS and HTTP">

<t>Use of any protocol with SVCB requires a protocol-specific mapping
specification.  This section specifies the mapping for HTTPS and HTTP.</t>

<t>To enable special handling for the HTTPS and HTTP use-cases,
the HTTPS RR type is defined as a SVCB-compatible RR type,
specific to the https and http schemes.  Clients MUST NOT
perform SVCB queries or accept SVCB responses for “https”
or “http” schemes.</t>

<t>The HTTPS RR wire format and presentation format are
identical to SVCB, and both share the SvcParamKey registry.  SVCB
semantics apply equally to HTTPS RRs unless specified otherwise.
The presentation format of the record is:</t>

<figure><artwork><![CDATA[
Name TTL IN HTTPS SvcPriority TargetName SvcParams
]]></artwork></figure>

<t>As with SVCB, the record is defined specifically within
the Internet (“IN”) Class <xref target="RFC1035"/>.</t>

<t>All the SvcParamKeys defined in <xref target="keys"/> are permitted for use in
HTTPS RRs.  The default set of ALPN IDs is the single value “http/1.1”.
The “automatically mandatory” keys (<xref target="mandatory"/>) are “port”
and “no-default-alpn”.  (As described in <xref target="mandatory"/>, clients must
either implement these keys or ignore any RR in which they appear.)
Clients that restrict the HTTPS destination
port (e.g. using the “bad ports” list from <xref target="FETCH"/>) SHOULD apply the
same restriction to the “port” SvcParam.</t>

<t>The presence of an HTTPS RR for an origin also indicates
that all HTTP resources are available over HTTPS, as
discussed in <xref target="hsts"/>.  This allows HTTPS RRs to apply to
pre-existing “http” scheme URLs, while ensuring that the client uses a
secure and authenticated HTTPS connection.</t>

<t>The HTTPS RR parallels the concepts
introduced in the HTTP Alternative Services proposed standard
<xref target="AltSvc"/>.  Clients and servers that implement HTTPS RRs are
not required to implement Alt-Svc.</t>

<section anchor="httpsnames" title="Query names for HTTPS RRs">

<t>The HTTPS RR uses Port Prefix Naming (<xref target="svcb-names"/>),
with one modification: if the scheme is “https” and the port is 443,
then the client’s original QNAME is
equal to the service name (i.e. the origin’s hostname),
without any prefix labels.</t>

<t>By removing the Attrleaf labels <xref target="Attrleaf"/>
used in SVCB, this construction enables offline DNSSEC signing of
wildcard domains, which are commonly used with HTTPS.  Reusing the
service name also allows the targets of existing CNAME chains
(e.g. CDN hosts) to start returning HTTPS RR responses without
requiring origin domains to configure and maintain an additional
delegation.</t>

<t>Following of HTTPS AliasMode RRs and CNAME aliases is unchanged from SVCB.</t>

<t>Clients always convert “http” URLs to “https” before performing an
HTTPS RR query using the process described in <xref target="hsts"/>, so domain owners
MUST NOT publish HTTPS RRs with a prefix of “_http”.</t>

<t>Note that none of these forms alter the HTTPS origin or authority.
For example, clients MUST continue to validate TLS certificate
hostnames based on the origin.</t>

</section>
<section anchor="relationship-to-alt-svc" title="Relationship to Alt-Svc">

<t>Publishing a ServiceMode HTTPS RR in DNS is intended
to be similar to transmitting an Alt-Svc field value over
HTTPS, and receiving an HTTPS RR is intended to be similar to
receiving that field value over HTTPS.  However, there are some
differences in the intended client and server behavior.</t>

<section anchor="alpn-usage" title="ALPN usage">

<t>Unlike Alt-Svc Field Values, HTTPS RRs can contain multiple ALPN
IDs, and clients are encouraged to offer additional ALPNs that they
support.</t>

</section>
<section anchor="untrusted-channel" title="Untrusted channel">

<t>SVCB does not require or provide any assurance of authenticity.  (DNSSEC
signing and verification, which would provide such assurance, are OPTIONAL.)
The DNS resolution process is treated as an untrusted channel that learns
only the QNAME, and is prevented from mounting any attack beyond denial of
service.</t>

<t>Alt-Svc parameters that cannot be safely received in this model MUST NOT
have a corresponding defined SvcParamKey.  For example, there is no
SvcParamKey corresponding to the Alt-Svc “persist” parameter, because
this parameter is not safe to accept over an untrusted channel.</t>

</section>
<section anchor="cache-lifetime" title="Cache lifetime">

<t>There is no SvcParamKey corresponding to the Alt-Svc “ma” (max age) parameter.
Instead, server operators encode the expiration time in the DNS TTL.</t>

<t>The appropriate TTL value might be different from the “ma” value
used for Alt-Svc, depending on the desired efficiency and
agility.  Some DNS caches incorrectly extend the lifetime of DNS
records beyond the stated TTL, so server operators cannot rely on
HTTPS RRs expiring on time.  Shortening the TTL to compensate
for incorrect caching is NOT RECOMMENDED, as this practice impairs the
performance of correctly functioning caches and does not guarantee
faster expiration from incorrect caches.  Instead, server operators
SHOULD maintain compatibility with expired records until they observe
that nearly all connections have migrated to the new configuration.</t>

</section>
<section anchor="granularity" title="Granularity">

<t>Sending Alt-Svc over HTTP allows the server to tailor the Alt-Svc
Field Value specifically to the client.  When using an HTTPS RR,
groups of clients will necessarily receive the same SvcParams.
Therefore, HTTPS RRs are not suitable for uses that require
single-client granularity.</t>

</section>
</section>
<section anchor="interaction-with-alt-svc" title="Interaction with Alt-Svc">

<t>Clients that do not implement support for Encrypted ClientHello MAY
skip the HTTPS RR query
if a usable Alt-Svc value is available in the local cache.
If Alt-Svc connection fails, these clients SHOULD fall back to the HTTPS RR
client connection procedure (<xref target="client-behavior"/>).</t>

<t>Clients that implement support for ECH MUST perform the HTTPS RR query first,
and MUST only make use of Alt-Svc when operating in SVCB-optional mode (see
<xref target="ech-client-behavior"/>).</t>

<t>This specification does not alter the DNS records used when connecting
to an Alt-Svc hostname (typically A and/or AAAA only).</t>

</section>
<section anchor="requiring-server-name-indication" title="Requiring Server Name Indication">

<t>Clients MUST NOT use an HTTPS RR response unless the
client supports TLS Server Name Indication (SNI) and
indicate the origin name when negotiating TLS.
This supports the conservation of IP addresses.</t>

<t>Note that the TLS SNI (and also the HTTP “Host” or “:authority”) will indicate
the origin, not the TargetName.</t>

</section>
<section anchor="hsts" title="HTTP Strict Transport Security">

<t>By publishing a usable HTTPS RR, the server operator indicates that all
useful HTTP resources on that origin are reachable over HTTPS, similar to
HTTP Strict Transport Security <xref target="HSTS"/>.</t>

<t>Prior to making an “http” scheme request, the client SHOULD perform a lookup
to determine if any HTTPS RRs exist for that origin.  To do so,
the client SHOULD construct a corresponding “https” URL as follows:</t>

<t><list style="numbers">
  <t>Replace the “http” scheme with “https”.</t>
  <t>If the “http” URL explicitly specifies port 80, specify port 443.</t>
  <t>Do not alter any other aspect of the URL.</t>
</list></t>

<t>This construction is equivalent to Section 8.3 of <xref target="HSTS"/>, point 5.</t>

<t>If an HTTPS RR query for this “https” URL returns any AliasMode HTTPS RRs,
or any compatible ServiceMode HTTPS RRs (see <xref target="mandatory"/>), the client
SHOULD act as if it has received an HTTP “307 Temporary Redirect” redirect
to this “https” URL.  (Receipt of an incompatible ServiceMode RR does not
trigger the redirect behavior.)
Because HTTPS RRs are received over an often insecure channel (DNS),
clients MUST NOT place any more trust in this signal than if they
had received a 307 redirect over cleartext HTTP.</t>

<t>When an HTTPS connection fails due to an error in the underlying secure
transport, such as an error in certificate validation, some clients
currently offer a “user recourse” that allows the user to bypass the
security error and connect anyway.
When making an “https” scheme request to an origin with an HTTPS RR,
either directly or via the above redirect, such a client MAY remove the user
recourse option.  Origins that publish HTTPS RRs therefore MUST NOT rely
on user recourse for access.  For more information, see Section 8.4 and
Section 12.1 of <xref target="HSTS"/>.</t>

</section>
<section anchor="http-based-protocols" title="HTTP-based protocols">

<t>All protocols employing “http://” or “https://” URLs SHOULD respect HTTPS RRs.
For example, clients that
support HTTPS RRs and implement the altered WebSocket <xref target="WebSocket"/>
opening handshake from the W3C Fetch specification <xref target="FETCH"/> SHOULD use HTTPS RRs
for the <spanx style="verb">requestURL</spanx>.</t>

<t>An HTTP-based protocol MAY define its own SVCB mapping.  Such mappings MAY
be defined to take precedence over HTTPS RRs.</t>

</section>
</section>
<section anchor="echconfig" title="SVCB/HTTPS RR parameter for ECH configuration">

<t>The SVCB “echconfig” parameter is defined for
conveying the ECH configuration of an alternative endpoint.
In wire format, the value of the parameter is an ECHConfigList
<xref target="ECH"/>, including the redundant length prefix.  In presentation format,
the value is a single ECHConfigList encoded in Base64 <xref target="base64"/>.
Base64 is used here to simplify integration with TLS server software.
To enable simpler parsing, this SvcParam MUST NOT contain escape sequences.</t>

<t>When ECH is in use, the TLS ClientHello is divided into an unencrypted “outer”
and an encrypted “inner” ClientHello.  The outer ClientHello is an implementation
detail of ECH, and its contents are controlled by the ECHConfig in accordance
with <xref target="ECH"/>.  The inner ClientHello is used for establishing a connection to the
service, so its contents may be influenced by other SVCB parameters.  For example,
the requirements on the ProtocolNameList in <xref target="alpn-key"/> apply only to the inner
ClientHello.  Similarly, it is the inner ClientHello whose Server Name Indication
identifies the desired service.</t>

<section anchor="ech-client-behavior" title="Client behavior">

<t>The SVCB-optional client behavior specified in <xref target="client-behavior"/> permits clients
to fall back to a direct connection if all SVCB options fail.  This behavior is
not suitable for ECH, because fallback would negate the privacy benefits of
ECH.  Accordingly, ECH-capable SVCB-optional clients MUST switch to
SVCB-reliant connection establishment if SVCB resolution succeeded (following
<xref target="client-behavior"/>) and all alternative endpoints have an “echconfig” key.</t>

<t>As a latency optimization, clients MAY prefetch DNS records that will only be used
in SVCB-optional mode.</t>

</section>
<section anchor="deployment-considerations" title="Deployment considerations">

<t>An HTTPS RRSet containing some RRs with “echconfig” and some without is
vulnerable to a downgrade attack.  This configuration is NOT RECOMMENDED.
Zone owners who do use such a mixed configuration SHOULD mark the RRs with
“echconfig” as more preferred (i.e. smaller SvcPriority) than those
without, in order to maximize the likelihood that ECH will be used in the
absence of an active adversary.</t>

</section>
</section>
<section anchor="zone-structures" title="Zone Structures">

<section anchor="structuring-zones-for-flexibility" title="Structuring zones for flexibility">

<t>Each ServiceForm RRSet can only serve a single scheme.  The scheme is indicated
by the owner name and the RR type.  For the generic SVCB RR type, this means that
each owner name can only be used for a single scheme.  The underscore prefixing
requirement (<xref target="svcb-names"/>) ensures that this is true for the initial query,
but it is the responsibility of zone owners to choose names that satisfy this
constraint when using aliases, including CNAME and AliasMode records.</t>

<t>When using the generic SVCB RR type with aliasing, zone owners SHOULD choose alias
target names that indicate the scheme in use (e.g. <spanx style="verb">foosvc.example.net</spanx> for
<spanx style="verb">foo://</spanx> schemes).  This will help to avoid confusion when another scheme needs to
be added to the configuration.</t>

</section>
<section anchor="zone-performance" title="Structuring zones for performance">

<t>To avoid a delay for clients using a nonconforming recursive resolver,
domain owners SHOULD minimize the use of AliasMode records, and SHOULD
choose TargetName according to a predictable convention that is known
to the client, so that clients can issue A and/or AAAA queries for TargetName
in advance (see <xref target="optimizations"/>).  Unless otherwise specified, the
convention is to set TargetName to the service name for an initial
ServiceMode record, or to “.” if it is reached via an alias.  For
foo://foo.example.com:8080, this might look like:</t>

<figure><artwork><![CDATA[
$ORIGIN example.com. ; Origin
foo                  3600 IN CNAME foosvc.example.net.
_8080._foo.foo       3600 IN CNAME foosvc.example.net.

$ORIGIN example.net. ; Service provider zone
foosvc               3600 IN SVCB 1 . key65333=...
foosvc                300 IN AAAA 2001:db8::1
]]></artwork></figure>

<t>Domain owners SHOULD avoid using a TargetName that is below a DNAME, as
this is likely unnecessary and makes responses slower and larger.
Also, zone structures that require following more than 8 aliases
(counting both AliasMode and CNAME records) are NOT RECOMMENDED.</t>

</section>
<section anchor="examples" title="Examples">

<section anchor="protocol-enhancements" title="Protocol enhancements">

<t>Consider a simple zone of the form:</t>

<figure><artwork><![CDATA[
$ORIGIN simple.example. ; Simple example zone
@ 300 IN A    192.0.2.1
         AAAA 2001:db8::1
]]></artwork></figure>

<t>The domain owner could add this record:</t>

<figure><artwork><![CDATA[
simple.example. 7200 IN HTTPS 1 . alpn=h3
]]></artwork></figure>

<t>to indicate that simple.example uses HTTPS, and supports QUIC
in addition to HTTPS over TCP (an implicit default).
The record could also include other information
(e.g. non-standard port, ECH configuration).</t>

</section>
<section anchor="apex-aliasing" title="Apex aliasing">

<t>Consider a zone that is using CNAME aliasing:</t>

<figure><artwork><![CDATA[
$ORIGIN aliased.example. ; A zone that is using a hosting service
; Subdomain aliased to a high-performance server pool
www             7200 IN CNAME pool.svc.example.
; Apex domain on fixed IPs because CNAME is not allowed at the apex
@                300 IN A     192.0.2.1
                     IN AAAA  2001:db8::1
]]></artwork></figure>

<t>With HTTPS RRs, the owner of aliased.example could alias the apex by
adding one additional record:</t>

<figure><artwork><![CDATA[
@               7200 IN HTTPS 0 pool.svc.example.
]]></artwork></figure>

<t>With this record in place, HTTPS-RR-aware clients will use the same
server pool for aliased.example and www.aliased.example.  (They will
also upgrade to HTTPS on aliased.example.)  Non-HTTPS-RR-aware clients
will just ignore the new record.</t>

<t>Similar to CNAME, HTTPS RRs have no impact on the origin name.
When connecting, clients will continue to treat the authoritative
origins as “https://www.aliased.example” and “https://aliased.example”,
respectively, and will validate TLS server certificates accordingly.</t>

</section>
<section anchor="parameter-binding" title="Parameter binding">

<t>Suppose that svc.example’s default server pool supports HTTP/2, and
it has deployed HTTP/3 on a new server pool with a different
configuration.  This can be expressed in the following form:</t>

<figure><artwork><![CDATA[
$ORIGIN svc.example. ; A hosting provider.
pool  7200 IN HTTPS 1 h3pool alpn=h2,h3 echconfig="123..."
              HTTPS 2 .      alpn=h2 echconfig="abc..."
pool   300 IN A        192.0.2.2
              AAAA     2001:db8::2
h3pool 300 IN A        192.0.2.3
              AAAA     2001:db8::3
]]></artwork></figure>

<t>This configuration is entirely compatible with the “Apex aliasing” example,
whether the client supports HTTPS RRs or not.  If the client does support
HTTPS RRs, all connections will be upgraded to HTTPS, and clients will
use HTTP/3 if they can.  Parameters are “bound” to each server pool, so
each server pool can have its own protocol, ECH configuration, etc.</t>

</section>
<section anchor="multicdn" title="Multi-CDN">

<t>The HTTPS RR is intended to support HTTPS services operated by
multiple independent entities, such as different Content Delivery
Networks (CDNs) or different hosting providers.  This includes
the case where a service is migrated from one operator to another,
as well as the case where the service is multiplexed between
multiple operators for performance, redundancy, etc.</t>

<t>This example shows such a configuration, with www.customer.example
having different DNS responses to different queries, either over time
or due to logic within the authoritative DNS server:</t>

<figure><artwork><![CDATA[
 ; This zone contains/returns different CNAME records
 ; at different points-in-time.  The RRset for "www" can
 ; only ever contain a single CNAME.

 ; Sometimes the zone has:
 $ORIGIN customer.example.  ; A Multi-CDN customer domain
 www 900 IN CNAME cdn1.svc1.example.

 ; and other times it contains:
 $ORIGIN customer.example.
 www 900 IN CNAME customer.svc2.example.

 ; and yet other times it contains:
 $ORIGIN customer.example.
 www 900 IN CNAME cdn3.svc3.example.

 ; With the following remaining constant and always included:
 $ORIGIN customer.example.  ; A Multi-CDN customer domain
 ; The apex is also aliased to www to match its configuration
 @     7200 IN HTTPS 0 www
 ; Non-HTTPS-aware clients use non-CDN IPs
               A    203.0.113.82
               AAAA 2001:db8:203::2

 ; Resolutions following the cdn1.svc1.example
 ; path use these records.
 ; This CDN uses a different alternative service for HTTP/3.
 $ORIGIN svc1.example.  ; domain for CDN 1
 cdn1     1800 IN HTTPS 1 h3pool alpn=h3 echconfig="123..."
                  HTTPS 2 . alpn=h2 echconfig="123..."
                  A    192.0.2.2
                  AAAA 2001:db8:192::4
 h3pool 300 IN A 192.0.2.3
            AAAA 2001:db8:192:7::3

 ; Resolutions following the customer.svc2.example
 ; path use these records.
 ; Note that this CDN only supports HTTP/2.
 $ORIGIN svc2.example. ; domain operated by CDN 2     
 customer 300 IN HTTPS 1 . alpn=h2 echconfig="xyz..."
           60 IN A    198.51.100.2
                 A    198.51.100.3
                 A    198.51.100.4
                 AAAA 2001:db8:198::7
                 AAAA 2001:db8:198::12

 ; Resolutions following the customer.svc2.example
 ; path use these records.
 ; Note that this CDN has no HTTPS records
 ; and thus no ECH support.
 $ORIGIN svc3.example. ; domain operated by CDN 3 
 cdn3      60 IN A    203.0.113.8
                 AAAA 2001:db8:113::8
]]></artwork></figure>

<t>Note that in the above example, the different CDNs have different
echconfig and different capabilities, but clients will use HTTPS RRs
as a bound-together unit.</t>

<t>Domain owners should be cautious when using a multi-CDN configuration, as it
introduces a number of complexities highlighted by this example:</t>

<t><list style="symbols">
  <t>If CDN 1 supports ECH, and CDN 2 does not, the client is vulnerable to ECH
downgrade by a network adversary who forces clients to get CDN 2 records.</t>
  <t>Aliasing the apex to its subdomain simplifies the zone file but likely
increases resolution latency, especially when using a non-HTTPS-aware
recursive resolver.  An alternative would be to alias the zone
apex directly to a name managed by a CDN.</t>
  <t>The A, AAAA, HTTPS resolutions are independent lookups so clients may
observe and follow different CNAMEs to different CDNs.
Clients may thus find a SvcDomainName pointing to a name
other than the one which returned along with the A and AAAA lookups
and will need to do an additional resolution for them.
Including ipv6hint and ipv4hint will reduce the performance
impact of this case.</t>
  <t>If not all CDNs publish HTTPS records, clients will sometimes
receive NODATA for HTTPS queries (as with cdn3.svc3.example above),
and thus no echconfig, but could receive A/AAAA records from
a different CDN which does support ECH.  Clients will be unable
to use ECH in this case.</t>
</list></t>

</section>
<section anchor="non-https-uses" title="Non-HTTPS uses">

<t>For services other than HTTPS, the SVCB RR and an Attrleaf label <xref target="Attrleaf"/>
will be used.  For example, to reach an example resource of
“baz://api.example.com:8765”, the following SVCB
record would be used to alias it to “svc4-baz.example.net.”
which in-turn could return AAAA/A records and/or SVCB
records in ServiceMode:</t>

<figure><artwork><![CDATA[
_8765._baz.api.example.com. 7200 IN SVCB 0 svc4-baz.example.net.
]]></artwork></figure>

<t>HTTPS RRs use similar Attrleaf labels if the origin contains
a non-default port.</t>

</section>
</section>
</section>
<section anchor="other-standards" title="Interaction with other standards">

<t>This standard is intended to reduce connection latency and
improve user privacy.  Server operators implementing this standard
SHOULD also implement TLS 1.3 <xref target="RFC8446"/> and OCSP Stapling
<xref target="RFC6066"/>, both of which confer substantial performance and privacy
benefits when used in combination with SVCB records.</t>

<t>To realize the greatest privacy benefits, this proposal is intended for
use over a privacy-preserving DNS transport (like DNS over TLS
<xref target="DoT"/> or DNS over HTTPS <xref target="DoH"/>).
However, performance improvements, and some modest privacy improvements,
are possible without the use of those standards.</t>

<t>Any specification for use of SVCB with a protocol MUST have an entry for its
scheme under the SVCB RR type in the IANA DNS Underscore Global Scoped Entry
Registry <xref target="Attrleaf"/>.  The scheme SHOULD have an entry in the IANA URI Schemes
Registry <xref target="RFC7595"/>.  The scheme SHOULD have a defined specification for use
with SVCB.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>SVCB/HTTPS RRs are intended for distribution over untrusted
channels, and clients are REQUIRED to verify that the alternative endpoint
is authoritative for the service (similar to Section 2.1 of <xref target="AltSvc"/>).
Therefore, DNSSEC signing and validation are OPTIONAL for publishing
and using SVCB and HTTPS RRs.</t>

<t>Clients MUST ensure that their DNS cache is partitioned for each local
network, or flushed on network changes, to prevent a local adversary in one
network from implanting a forged DNS record that allows them to
track users or hinder their connections after they leave that network.</t>

<t>An attacker who can prevent SVCB resolution can deny clients any associated
security benefits.  A hostile recursive resolver can always deny service to
SVCB queries, but network intermediaries can often prevent resolution as well,
even when the client and recursive resolver validate DNSSEC and use a secure
transport.  These downgrade attacks can prevent the HTTPS upgrade provided by
the HTTPS RR (<xref target="hsts"/>), and disable the encryption enabled by the echconfig
SvcParamKey (<xref target="echconfig"/>).  To prevent downgrades, <xref target="client-failures"/>
recommends that clients abandon the connection attempt when such an attack is
detected.</t>

<t>A hostile DNS intermediary might forge AliasForm “.” records (<xref target="aliasdot"/>) as
a way to block clients from accessing particular services.  Such an adversary
could already block entire domains by forging erroneous responses, but this
mechanism allows them to target particular protocols or ports within a domain.
Clients that might be subject to such attacks SHOULD ignore AliasForm “.”
records.</t>

<t>A hostile DNS intermediary or origin can return SVCB records indicating any IP
address and port number, including IP addresses inside the local network and
port numbers assigned to internal services.  If the attacker can influence the
client’s payload (e.g. TLS session ticket contents), and an internal service
has a sufficiently lax parser, it’s possible that the attacker could gain
unintended access.  (The same concerns apply to SRV records, HTTP Alt-Svc,
and HTTP redirects.)  As a mitigation, SVCB mapping documents SHOULD indicate
any port number restrictions that are appropriate for the supported transports.</t>

</section>
<section anchor="privacy-considerations" title="Privacy Considerations">

<t>Standard address queries reveal the user’s intent to access a particular
domain.  This information is visible to the recursive resolver, and to
many other parties when plaintext DNS transport is used.  SVCB queries,
like queries for SRV records and other specific RR types, additionally
reveal the user’s intent to use a particular protocol.  This is not
normally sensitive information, but it should be considered when adding
SVCB support in a new context.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<section anchor="svcb-rrtype" title="SVCB RRType">

<t>This document defines a new DNS RR type, SVCB, whose value 64 has
been allocated by IANA from the “Resource Record (RR) TYPEs”
subregistry of the “Domain Name System (DNS) Parameters” registry:</t>

<t>Type: SVCB</t>

<t>Value: 64</t>

<t>Meaning: General Purpose Service Endpoints</t>

<t>Reference: This document</t>

</section>
<section anchor="https-rrtype" title="HTTPS RRType">

<t>This document defines a new DNS RR type, HTTPS, whose value 65 has
been allocated by IANA from the “Resource Record (RR) TYPEs”
subregistry of the “Domain Name System (DNS) Parameters” registry:</t>

<t>Type: HTTPS</t>

<t>Value: 65</t>

<t>Meaning: HTTPS Specific Service Endpoints</t>

<t>Reference: This document</t>

</section>
<section anchor="svcparamregistry" title="New registry for Service Parameters">

<t>The “Service Binding (SVCB) Parameter Registry” defines the namespace
for parameters, including string representations and numeric
SvcParamKey values.  This registry is shared with other SVCB-compatible
RR types, such as the HTTPS RR.</t>

<t>ACTION: create and include a reference to this registry.</t>

<section anchor="procedure" title="Procedure">

<t>A registration MUST include the following fields:</t>

<t><list style="symbols">
  <t>Number: wire format numeric identifier (range 0-65535)</t>
  <t>Name: unique presentation name</t>
  <t>Meaning: a short description</t>
  <t>Format Reference: pointer to specification text</t>
</list></t>

<t>The characters in the registered Name MUST be lower-case alphanumeric or “-“
(<xref target="presentation"/>).  The name MUST NOT start with “key” or “invalid”.</t>

<t>Entries in this registry are subject to a First Come First Served registration
policy (<xref target="RFC8126"/>, Section 4.6).  The Format Reference MUST specify
how to convert the SvcParamValue’s presentation format to wire format and MAY
detail its intended meaning and use.  An entry MAY specify a Format Reference of
the form “Same as (other key Name)” if it uses the same presentation and wire
formats as an existing key.</t>

<t>This arrangement supports the development of new parameters while ensuring that
zone files can be made interoperable.</t>

</section>
<section anchor="iana-keys" title="Initial contents">

<t>The “Service Binding (SVCB) Parameter Registry” shall initially
be populated with the registrations below:</t>

<texttable>
      <ttcol align='left'>Number</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Format Reference</ttcol>
      <c>0</c>
      <c>mandatory</c>
      <c>Mandatory keys in this RR</c>
      <c>(This document) <xref target="mandatory"/></c>
      <c>1</c>
      <c>alpn</c>
      <c>Additional supported protocols</c>
      <c>(This document) <xref target="alpn-key"/></c>
      <c>2</c>
      <c>no-default-alpn</c>
      <c>No support for default protocol</c>
      <c>(This document) <xref target="alpn-key"/></c>
      <c>3</c>
      <c>port</c>
      <c>Port for alternative endpoint</c>
      <c>(This document) <xref target="svcparamkeys-port"/></c>
      <c>4</c>
      <c>ipv4hint</c>
      <c>IPv4 address hints</c>
      <c>(This document) <xref target="svcparamkeys-iphints"/></c>
      <c>5</c>
      <c>echconfig</c>
      <c>Encrypted ClientHello info</c>
      <c>(This document) <xref target="svcparamkeys-echconfig"/></c>
      <c>6</c>
      <c>ipv6hint</c>
      <c>IPv6 address hints</c>
      <c>(This document) <xref target="svcparamkeys-iphints"/></c>
      <c>65280-65534</c>
      <c>N/A</c>
      <c>Private Use</c>
      <c>(This document)</c>
      <c>65535</c>
      <c>N/A</c>
      <c>Reserved (“Invalid key”)</c>
      <c>(This document)</c>
</texttable>

</section>
</section>
<section anchor="registry-updates" title="Registry updates">

<t>Per <xref target="RFC6895"/>, please add the following entries to the data type
range of the Resource Record (RR) TYPEs registry:</t>

<texttable>
      <ttcol align='left'>TYPE</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>SVCB</c>
      <c>Service Location and Parameter Binding</c>
      <c>(This document)</c>
      <c>HTTPS</c>
      <c>HTTPS Service Location and Parameter Binding</c>
      <c>(This document)</c>
</texttable>

<t>Per <xref target="Attrleaf"/>, please add the following entry to the DNS Underscore
Global Scoped Entry Registry:</t>

<texttable>
      <ttcol align='left'>RR TYPE</ttcol>
      <ttcol align='left'>_NODE NAME</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>HTTPS</c>
      <c>_https</c>
      <c>HTTPS SVCB info</c>
      <c>(This document)</c>
</texttable>

</section>
</section>
<section anchor="acknowledgments-and-related-proposals" title="Acknowledgments and Related Proposals">

<t>There have been a wide range of proposed solutions over the years to
the “CNAME at the Zone Apex” challenge proposed.  These include
<xref target="I-D.bellis-dnsop-http-record"/>,
<xref target="I-D.ietf-dnsop-aname"/>, and others.</t>

<t>Thank you to Ian Swett, Ralf Weber, Jon Reed,
Martin Thomson, Lucas Pardue, Ilari Liusvaara,
Tim Wicinski, Tommy Pauly, Chris Wood, David Benjamin,
Mark Andrews, Emily Stark, Eric Orth, Kyle Rose,
Craig Taylor, Dan McArdle, Brian Dickson, and others for their feedback
and suggestions on this draft.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference anchor="ECH">
<front>
<title>TLS Encrypted Client Hello</title>

<author initials='E' surname='Rescorla' fullname='Eric Rescorla'>
    <organization />
</author>

<author initials='K' surname='Oku' fullname='Kazuho Oku'>
    <organization />
</author>

<author initials='N' surname='Sullivan' fullname='Nick Sullivan'>
    <organization />
</author>

<author initials='C' surname='Wood' fullname='Christopher Wood'>
    <organization />
</author>

<date month='December' day='16' year='2020' />

<abstract><t>This document describes a mechanism in Transport Layer Security (TLS) for encrypting a ClientHello message under a server public key.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-tls-esni-09' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-tls-esni-09.txt' />
</reference>



<reference  anchor="Attrleaf" target='https://www.rfc-editor.org/info/rfc8552'>
<front>
<title>Scoped Interpretation of DNS Resource Records through &quot;Underscored&quot; Naming of Attribute Leaves</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker'><organization /></author>
<date year='2019' month='March' />
<abstract><t>Formally, any DNS Resource Record (RR) may occur under any domain name.  However, some services use an operational convention for defining specific interpretations of an RRset by locating the records in a DNS branch under the parent domain to which the RRset actually applies.  The top of this subordinate branch is defined by a naming convention that uses a reserved node name, which begins with the underscore character (e.g., &quot;_name&quot;).  The underscored naming construct defines a semantic scope for DNS record types that are associated with the parent domain above the underscored branch.  This specification explores the nature of this DNS usage and defines the &quot;Underscored and Globally Scoped DNS Node Names&quot; registry with IANA. The purpose of this registry is to avoid collisions resulting from the use of the same underscored name for different services.</t></abstract>
</front>
<seriesInfo name='BCP' value='222'/>
<seriesInfo name='RFC' value='8552'/>
<seriesInfo name='DOI' value='10.17487/RFC8552'/>
</reference>



<reference anchor="HTTP3">
<front>
<title>Hypertext Transfer Protocol Version 3 (HTTP/3)</title>

<author initials='M' surname='Bishop' fullname='Mike Bishop'>
    <organization />
</author>

<date month='December' day='15' year='2020' />

<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.  DO NOT DEPLOY THIS VERSION OF HTTP  DO NOT DEPLOY THIS VERSION OF HTTP/3 UNTIL IT IS IN AN RFC.  This version is still a work in progress.  For trial deployments, please use earlier versions.  Note to Readers  Discussion of this draft takes place on the QUIC working group mailing list (quic@ietf.org), which is archived at https://mailarchive.ietf.org/arch/search/?email_list=quic.  Working Group information can be found at https://github.com/quicwg; source code and issues list for this draft can be found at https://github.com/quicwg/base-drafts/labels/-http.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-quic-http-33' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-quic-http-33.txt' />
</reference>



<reference  anchor="HSTS" target='https://www.rfc-editor.org/info/rfc6797'>
<front>
<title>HTTP Strict Transport Security (HSTS)</title>
<author initials='J.' surname='Hodges' fullname='J. Hodges'><organization /></author>
<author initials='C.' surname='Jackson' fullname='C. Jackson'><organization /></author>
<author initials='A.' surname='Barth' fullname='A. Barth'><organization /></author>
<date year='2012' month='November' />
<abstract><t>This specification defines a mechanism enabling web sites to declare themselves accessible only via secure connections and/or for users to be able to direct their user agent(s) to interact with given sites only over secure connections.  This overall policy is referred to as HTTP Strict Transport Security (HSTS).  The policy is declared by web sites via the Strict-Transport-Security HTTP response header field and/or by other means, such as user agent configuration, for example. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6797'/>
<seriesInfo name='DOI' value='10.17487/RFC6797'/>
</reference>



<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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="RFC1035" target='https://www.rfc-editor.org/info/rfc1035'>
<front>
<title>Domain names - implementation and specification</title>
<author initials='P.V.' surname='Mockapetris' fullname='P.V. Mockapetris'><organization /></author>
<date year='1987' month='November' />
<abstract><t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System.  It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t></abstract>
</front>
<seriesInfo name='STD' value='13'/>
<seriesInfo name='RFC' value='1035'/>
<seriesInfo name='DOI' value='10.17487/RFC1035'/>
</reference>



<reference  anchor="RFC5234" target='https://www.rfc-editor.org/info/rfc5234'>
<front>
<title>Augmented BNF for Syntax Specifications: ABNF</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker' role='editor'><organization /></author>
<author initials='P.' surname='Overell' fullname='P. Overell'><organization /></author>
<date year='2008' month='January' />
<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="HappyEyeballsV2" target='https://www.rfc-editor.org/info/rfc8305'>
<front>
<title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
<author initials='D.' surname='Schinazi' fullname='D. Schinazi'><organization /></author>
<author initials='T.' surname='Pauly' fullname='T. Pauly'><organization /></author>
<date year='2017' month='December' />
<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 &quot;Happy Eyeballs&quot;.  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="DoT" target='https://www.rfc-editor.org/info/rfc7858'>
<front>
<title>Specification for DNS over Transport Layer Security (TLS)</title>
<author initials='Z.' surname='Hu' fullname='Z. Hu'><organization /></author>
<author initials='L.' surname='Zhu' fullname='L. Zhu'><organization /></author>
<author initials='J.' surname='Heidemann' fullname='J. Heidemann'><organization /></author>
<author initials='A.' surname='Mankin' fullname='A. Mankin'><organization /></author>
<author initials='D.' surname='Wessels' fullname='D. Wessels'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2016' month='May' />
<abstract><t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS.  Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626.  In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t><t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group.  It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t></abstract>
</front>
<seriesInfo name='RFC' value='7858'/>
<seriesInfo name='DOI' value='10.17487/RFC7858'/>
</reference>



<reference  anchor="DoH" target='https://www.rfc-editor.org/info/rfc8484'>
<front>
<title>DNS Queries over HTTPS (DoH)</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='P.' surname='McManus' fullname='P. McManus'><organization /></author>
<date year='2018' month='October' />
<abstract><t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS.  Each DNS query-response pair is mapped into an HTTP exchange.</t></abstract>
</front>
<seriesInfo name='RFC' value='8484'/>
<seriesInfo name='DOI' value='10.17487/RFC8484'/>
</reference>



<reference  anchor="RFC7231" target='https://www.rfc-editor.org/info/rfc7231'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t></abstract>
</front>
<seriesInfo name='RFC' value='7231'/>
<seriesInfo name='DOI' value='10.17487/RFC7231'/>
</reference>



<reference  anchor="RFC1928" target='https://www.rfc-editor.org/info/rfc1928'>
<front>
<title>SOCKS Protocol Version 5</title>
<author initials='M.' surname='Leech' fullname='M. Leech'><organization /></author>
<author initials='M.' surname='Ganis' fullname='M. Ganis'><organization /></author>
<author initials='Y.' surname='Lee' fullname='Y. Lee'><organization /></author>
<author initials='R.' surname='Kuris' fullname='R. Kuris'><organization /></author>
<author initials='D.' surname='Koblas' fullname='D. Koblas'><organization /></author>
<author initials='L.' surname='Jones' fullname='L. Jones'><organization /></author>
<date year='1996' month='March' />
<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="RFC3597" target='https://www.rfc-editor.org/info/rfc3597'>
<front>
<title>Handling of Unknown DNS Resource Record (RR) Types</title>
<author initials='A.' surname='Gustafsson' fullname='A. Gustafsson'><organization /></author>
<date year='2003' month='September' />
<abstract><t>Extending the Domain Name System (DNS) with new Resource Record (RR) types currently requires changes to name server software.  This document specifies the changes necessary to allow future DNS implementations to handle new RR types transparently.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3597'/>
<seriesInfo name='DOI' value='10.17487/RFC3597'/>
</reference>



<reference  anchor="DNAME" target='https://www.rfc-editor.org/info/rfc6672'>
<front>
<title>DNAME Redirection in the DNS</title>
<author initials='S.' surname='Rose' fullname='S. Rose'><organization /></author>
<author initials='W.' surname='Wijngaards' fullname='W. Wijngaards'><organization /></author>
<date year='2012' month='June' />
<abstract><t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS.  That is, all names that end with a particular suffix are redirected to another part of the DNS.  This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6672'/>
<seriesInfo name='DOI' value='10.17487/RFC6672'/>
</reference>



<reference  anchor="RFC3225" target='https://www.rfc-editor.org/info/rfc3225'>
<front>
<title>Indicating Resolver Support of DNSSEC</title>
<author initials='D.' surname='Conrad' fullname='D. Conrad'><organization /></author>
<date year='2001' month='December' />
<abstract><t>In order to deploy DNSSEC (Domain Name System Security Extensions) operationally, DNSSEC aware servers should only perform automatic inclusion of DNSSEC RRs when there is an explicit indication that the resolver can understand those RRs.  This document proposes the use of a bit in the EDNS0 header to provide that explicit indication and describes the necessary protocol changes to implement that notification. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3225'/>
<seriesInfo name='DOI' value='10.17487/RFC3225'/>
</reference>



<reference  anchor="ALPN" target='https://www.rfc-editor.org/info/rfc7301'>
<front>
<title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
<author initials='S.' surname='Friedl' fullname='S. Friedl'><organization /></author>
<author initials='A.' surname='Popov' fullname='A. Popov'><organization /></author>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<author initials='E.' surname='Stephan' fullname='E. Stephan'><organization /></author>
<date year='2014' month='July' />
<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="RFC5952" target='https://www.rfc-editor.org/info/rfc5952'>
<front>
<title>A Recommendation for IPv6 Address Text Representation</title>
<author initials='S.' surname='Kawamura' fullname='S. Kawamura'><organization /></author>
<author initials='M.' surname='Kawashima' fullname='M. Kawashima'><organization /></author>
<date year='2010' month='August' />
<abstract><t>As IPv6 deployment increases, there will be a dramatic increase in the need to use IPv6 addresses in text.  While the IPv6 address architecture in Section 2.2 of RFC 4291 describes a flexible model for text representation of an IPv6 address, this flexibility has been causing problems for operators, system engineers, and users.  This document defines a canonical textual representation format.  It does not define a format for internal storage, such as within an application or database.  It is expected that the canonical format will be followed by humans and systems when representing IPv6 addresses as text, but all implementations must accept and be able to handle any legitimate RFC 4291 format.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5952'/>
<seriesInfo name='DOI' value='10.17487/RFC5952'/>
</reference>



<reference  anchor="RFC7050" target='https://www.rfc-editor.org/info/rfc7050'>
<front>
<title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
<author initials='T.' surname='Savolainen' fullname='T. Savolainen'><organization /></author>
<author initials='J.' surname='Korhonen' fullname='J. Korhonen'><organization /></author>
<author initials='D.' surname='Wing' fullname='D. Wing'><organization /></author>
<date year='2013' month='November' />
<abstract><t>This document describes a method for detecting the presence of DNS64 and for learning the IPv6 prefix used for protocol translation on an access network.  The method depends on the existence of a well-known IPv4-only fully qualified domain name &quot;ipv4only.arpa.&quot;.  The information learned enables nodes to perform local IPv6 address synthesis and to potentially avoid NAT64 on dual-stack and multi-interface deployments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7050'/>
<seriesInfo name='DOI' value='10.17487/RFC7050'/>
</reference>



<reference  anchor="RFC6147" target='https://www.rfc-editor.org/info/rfc6147'>
<front>
<title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
<author initials='M.' surname='Bagnulo' fullname='M. Bagnulo'><organization /></author>
<author initials='A.' surname='Sullivan' fullname='A. Sullivan'><organization /></author>
<author initials='P.' surname='Matthews' fullname='P. Matthews'><organization /></author>
<author initials='I.' surname='van Beijnum' fullname='I. van Beijnum'><organization /></author>
<date year='2011' month='April' />
<abstract><t>DNS64 is a mechanism for synthesizing AAAA records from A records. DNS64 is used with an IPv6/IPv4 translator to enable client-server communication between an IPv6-only client and an IPv4-only server, without requiring any changes to either the IPv6 or the IPv4 node, for the class of applications that work through NATs.  This document specifies DNS64, and provides suggestions on how it should be deployed in conjunction with IPv6/IPv4 translators.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6147'/>
<seriesInfo name='DOI' value='10.17487/RFC6147'/>
</reference>



<reference  anchor="WebSocket" target='https://www.rfc-editor.org/info/rfc6455'>
<front>
<title>The WebSocket Protocol</title>
<author initials='I.' surname='Fette' fullname='I. Fette'><organization /></author>
<author initials='A.' surname='Melnikov' fullname='A. Melnikov'><organization /></author>
<date year='2011' month='December' />
<abstract><t>The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code.  The security model used for this is the origin-based security model commonly used by web browsers.  The protocol consists of an opening handshake followed by basic message framing, layered over TCP.  The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or &lt;iframe&gt;s and long polling).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6455'/>
<seriesInfo name='DOI' value='10.17487/RFC6455'/>
</reference>



<reference  anchor="base64" target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<date year='2006' month='October' />
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference  anchor="RFC8446" target='https://www.rfc-editor.org/info/rfc8446'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2018' month='August' />
<abstract><t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t><t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='8446'/>
<seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>



<reference  anchor="RFC6066" target='https://www.rfc-editor.org/info/rfc6066'>
<front>
<title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
<author initials='D.' surname='Eastlake 3rd' fullname='D. Eastlake 3rd'><organization /></author>
<date year='2011' month='January' />
<abstract><t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, &quot;The Transport Layer Security (TLS) Protocol Version 1.2&quot;.  The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6066'/>
<seriesInfo name='DOI' value='10.17487/RFC6066'/>
</reference>



<reference  anchor="RFC7595" target='https://www.rfc-editor.org/info/rfc7595'>
<front>
<title>Guidelines and Registration Procedures for URI Schemes</title>
<author initials='D.' surname='Thaler' fullname='D. Thaler' role='editor'><organization /></author>
<author initials='T.' surname='Hansen' fullname='T. Hansen'><organization /></author>
<author initials='T.' surname='Hardie' fullname='T. Hardie'><organization /></author>
<date year='2015' month='June' />
<abstract><t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes.  It obsoletes RFC 4395.</t></abstract>
</front>
<seriesInfo name='BCP' value='35'/>
<seriesInfo name='RFC' value='7595'/>
<seriesInfo name='DOI' value='10.17487/RFC7595'/>
</reference>



<reference  anchor="RFC8126" target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<author initials='T.' surname='Narten' fullname='T. Narten'><organization /></author>
<date year='2017' month='June' />
<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 title='Informative References'>

<reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
  <front>
    <title>Fetch Living Standard</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="May"/>
  </front>
</reference>




<reference  anchor="SRV" target='https://www.rfc-editor.org/info/rfc2782'>
<front>
<title>A DNS RR for specifying the location of services (DNS SRV)</title>
<author initials='A.' surname='Gulbrandsen' fullname='A. Gulbrandsen'><organization /></author>
<author initials='P.' surname='Vixie' fullname='P. Vixie'><organization /></author>
<author initials='L.' surname='Esibov' fullname='L. Esibov'><organization /></author>
<date year='2000' month='February' />
<abstract><t>This document describes a DNS RR which specifies the location of the server(s) for a specific protocol and domain.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2782'/>
<seriesInfo name='DOI' value='10.17487/RFC2782'/>
</reference>



<reference  anchor="AltSvc" target='https://www.rfc-editor.org/info/rfc7838'>
<front>
<title>HTTP Alternative Services</title>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<author initials='P.' surname='McManus' fullname='P. McManus'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke'><organization /></author>
<date year='2016' month='April' />
<abstract><t>This document specifies &quot;Alternative Services&quot; for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t></abstract>
</front>
<seriesInfo name='RFC' value='7838'/>
<seriesInfo name='DOI' value='10.17487/RFC7838'/>
</reference>



<reference  anchor="RFC6454" target='https://www.rfc-editor.org/info/rfc6454'>
<front>
<title>The Web Origin Concept</title>
<author initials='A.' surname='Barth' fullname='A. Barth'><organization /></author>
<date year='2011' month='December' />
<abstract><t>This document defines the concept of an &quot;origin&quot;, which is often used as the scope of authority or privilege by user agents.  Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites.  In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string.  It also defines an HTTP header field, named &quot;Origin&quot;, that indicates which origins are associated with an HTTP request.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6454'/>
<seriesInfo name='DOI' value='10.17487/RFC6454'/>
</reference>



<reference  anchor="DNSTerm" target='https://www.rfc-editor.org/info/rfc8499'>
<front>
<title>DNS Terminology</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='A.' surname='Sullivan' fullname='A. Sullivan'><organization /></author>
<author initials='K.' surname='Fujiwara' fullname='K. Fujiwara'><organization /></author>
<date year='2019' month='January' />
<abstract><t>The Domain Name System (DNS) is defined in literally dozens of different RFCs.  The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has sometimes changed in the decades since the DNS was first defined.  This document gives current definitions for many of the terms used in the DNS in a single document.</t><t>This document obsoletes RFC 7719 and updates RFC 2308.</t></abstract>
</front>
<seriesInfo name='BCP' value='219'/>
<seriesInfo name='RFC' value='8499'/>
<seriesInfo name='DOI' value='10.17487/RFC8499'/>
</reference>



<reference  anchor="URI" target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<date year='2005' month='January' />
<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="RFC6895" target='https://www.rfc-editor.org/info/rfc6895'>
<front>
<title>Domain Name System (DNS) IANA Considerations</title>
<author initials='D.' surname='Eastlake 3rd' fullname='D. Eastlake 3rd'><organization /></author>
<date year='2013' month='April' />
<abstract><t>This document specifies Internet Assigned Numbers Authority (IANA) parameter assignment considerations for the allocation of Domain Name System (DNS) resource record types, CLASSes, operation codes, error codes, DNS protocol message header bits, and AFSDB resource record subtypes.  It obsoletes RFC 6195 and updates RFCs 1183, 2845, 2930, and 3597.</t></abstract>
</front>
<seriesInfo name='BCP' value='42'/>
<seriesInfo name='RFC' value='6895'/>
<seriesInfo name='DOI' value='10.17487/RFC6895'/>
</reference>



<reference anchor="I-D.bellis-dnsop-http-record">
<front>
<title>A DNS Resource Record for HTTP</title>

<author initials='R' surname='Bellis' fullname='Ray Bellis'>
    <organization />
</author>

<date month='November' day='3' year='2018' />

<abstract><t>This document specifies an "HTTP" resource record type for the DNS to facilitate the lookup of the server hostname of HTTP(s) URIs.  It is intended to replace the use of CNAME records for this purpose, and in the process provides a solution for the inability of the DNS to allow a CNAME to be placed at the apex of a domain name.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-bellis-dnsop-http-record-00' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-bellis-dnsop-http-record-00.txt' />
</reference>



<reference anchor="I-D.ietf-dnsop-aname">
<front>
<title>Address-specific DNS aliases (ANAME)</title>

<author initials='T' surname='Finch' fullname='Tony Finch'>
    <organization />
</author>

<author initials='E' surname='Hunt' fullname='Evan Hunt'>
    <organization />
</author>

<author initials='P' surname='Dijk' fullname='Peter van Dijk'>
    <organization />
</author>

<author initials='A' surname='Eden' fullname='Anthony Eden'>
    <organization />
</author>

<author initials='W' surname='Mekking' fullname='Willem Mekking'>
    <organization />
</author>

<date month='July' day='8' year='2019' />

<abstract><t>This document defines the "ANAME" DNS RR type, to provide similar functionality to CNAME, but only for address queries.  Unlike CNAME, an ANAME can coexist with other record types.  The ANAME RR allows zone owners to make an apex domain name into an alias in a standards compliant manner.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-dnsop-aname-04' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-dnsop-aname-04.txt' />
</reference>




    </references>


<section anchor="decoding" title="Decoding text in zone files">

<t>DNS zone files are capable of representing arbitrary octet sequences in
basic ASCII text, using various delimiters and encodings.  The algorithm
for decoding these character-strings is defined in Section 5.1 of <xref target="RFC1035"/>.
Here we summarize the allowed input to that algorithm, using ABNF:</t>

<figure><artwork><![CDATA[
; non-special is VCHAR minus DQUOTE, ";", "(", ")", and "\".
non-special = %x21 / %x23-27 / %x2A-3A / %x3C-5B / %x5D-7E
; non-digit is VCHAR minus DIGIT
non-digit   = %x21-2F / %x3A-7E
; dec-octet is a number 0-255 as a three-digit decimal number.
dec-octet   = ( "0" / "1" ) 2DIGIT /
              "2" ( ( %x30-34 DIGIT ) / ( "5" %x30-35 ) )
escaped     = "\" ( non-digit / dec-octet )
contiguous  = 1*( non-special / escaped )
quoted      = DQUOTE *( contiguous / ( ["\"] WSP ) ) DQUOTE
char-string = contiguous / quoted
]]></artwork></figure>

<t>The decoding algorithm allows <spanx style="verb">char-string</spanx> to represent any <spanx style="verb">*OCTET</spanx>.
In this document, this algorithm is referred to as “character-string decoding”.
The algorithm is the same as used by <spanx style="verb">&lt;character-string&gt;</spanx> in RFC 1035,
although the output length in this document is not limited to 255 octets.</t>

<section anchor="value-list" title="Decoding a comma-separated list">

<t>In order to represent lists of items in zone files, this specification uses
comma-separated lists.  When “,” is not escaped (by a preceding “\”), it
separates items in the list.  (For simplicity, empty items are not allowed.)</t>

<figure><artwork><![CDATA[
item            = 1*OCTET
; item-allowed is OCTET minus "," and "\".
item-allowed    = %x00-2B / %x2D-5B / %x5D-FF
escaped-item    = 1*(item-allowed / "\," / "\\")
comma-separated = [escaped-item *("," escaped-item)]
]]></artwork></figure>

<t>Decoding of value-lists happens after character-string decoding.<vspace />
For example, consider these <spanx style="verb">char-string</spanx> SvcParamValues:</t>

<figure><artwork><![CDATA[
"part1,part2,part3\\,part4\\\\"
part1\,\p\a\r\t2\044part3\092,part4\092\\
]]></artwork></figure>

<t>These inputs are equivalent: character-string decoding either of them would
produce the same <spanx style="verb">value</spanx>:</t>

<figure><artwork><![CDATA[
part1,part2,part3\,part4\\
]]></artwork></figure>

<t>Applying comma-separated list decoding to this <spanx style="verb">value</spanx> would produce a list
of three <spanx style="verb">item</spanx>s:</t>

<figure><artwork><![CDATA[
part1
part2
part3,part4\
]]></artwork></figure>

</section>
</section>
<section anchor="http-mapping-summary" title="HTTP Mapping Summary">

<t>This table serves as a non-normative summary of the HTTP mapping for SVCB
(<xref target="https"/>).  Future protocol mappings may provide a similar summary table.</t>

<texttable>
      <ttcol align='left'>&#160;</ttcol>
      <ttcol align='left'>&#160;</ttcol>
      <c><spanx style="strong">Mapped scheme</spanx></c>
      <c>“https”</c>
      <c><spanx style="strong">Other affected schemes</spanx></c>
      <c>“http”, “wss”, “ws”, (other HTTP-based)</c>
      <c><spanx style="strong">RR type</spanx></c>
      <c>HTTPS (65)</c>
      <c><spanx style="strong">Name prefix</spanx></c>
      <c>None for port 443, else <spanx style="verb">_$PORT._https</spanx></c>
      <c><spanx style="strong">Automatically Mandatory Keys</spanx></c>
      <c><spanx style="verb">port</spanx>, <spanx style="verb">no-default-alpn</spanx></c>
      <c><spanx style="strong">SvcParam defaults</spanx></c>
      <c><spanx style="verb">alpn</spanx>: [“http/1.1”]</c>
      <c><spanx style="strong">Special behaviors</spanx></c>
      <c>HTTP to HTTPS upgrade</c>
</texttable>

<t>This table does not indicate any SvcParamKeys that servers are required to
publish, or that clients are required to implement, because there are none
in this mapping.</t>

</section>
<section anchor="comparison-with-alternatives" title="Comparison with alternatives">

<t>The SVCB and HTTPS RR types closely resemble,
and are inspired by, some existing
record types and proposals.  A complaint with all of the alternatives
is that web clients have seemed unenthusiastic about implementing
them.  The hope here is that by providing an extensible solution that
solves multiple problems we will overcome the inertia and have a path
to achieve client implementation.</t>

<section anchor="differences-from-the-srv-rr-type" title="Differences from the SRV RR type">

<t>An SRV record <xref target="SRV"/> can perform a similar function to the SVCB record,
informing a client to look in a different location for a service.
However, there are several differences:</t>

<t><list style="symbols">
  <t>SRV records are typically mandatory, whereas clients will always
continue to function correctly without making use of SVCB.</t>
  <t>SRV records cannot instruct the client to switch or upgrade
protocols, whereas SVCB can signal such an upgrade (e.g. to
HTTP/2).</t>
  <t>SRV records are not extensible, whereas SVCB and HTTPS RRs
can be extended with new parameters.</t>
  <t>SVCB records use 16 bit for SvcPriority for consistency
with SRV and other RR types that also use 16 bit priorities.</t>
</list></t>

</section>
<section anchor="differences-from-the-proposed-http-record" title="Differences from the proposed HTTP record">

<t>Unlike <xref target="I-D.bellis-dnsop-http-record"/>, this approach is
extensible to cover Alt-Svc and Encrypted ClientHello use-cases.  Like that
proposal, this addresses the zone apex CNAME challenge.</t>

<t>Like that proposal, it remains necessary to continue to include
address records at the zone apex for legacy clients.</t>

</section>
<section anchor="differences-from-the-proposed-aname-record" title="Differences from the proposed ANAME record">

<t>Unlike <xref target="I-D.ietf-dnsop-aname"/>, this approach is extensible to
cover Alt-Svc and ECH use-cases.  This approach also does not
require any changes or special handling on either authoritative or
primary servers, beyond optionally returning in-bailiwick additional records.</t>

<t>Like that proposal, this addresses the zone apex CNAME challenge
for clients that implement this.</t>

<t>However, with this SVCB proposal, it remains necessary to continue
to include address records at the zone apex for legacy clients.
If deployment of this standard is successful, the number of legacy clients
will fall over time.  As the number of legacy clients declines, the operational
effort required to serve these users without the benefit of SVCB indirection
should fall.  Server operators can easily observe how much traffic reaches this
legacy endpoint, and may remove the apex’s address records if the observed legacy
traffic has fallen to negligible levels.</t>

</section>
<section anchor="comparison-with-separate-rr-types-for-aliasmode-and-servicemode" title="Comparison with separate RR types for AliasMode and ServiceMode">

<t>Abstractly, functions of AliasMode and ServiceMode are independent,
so it might be tempting to specify them as separate RR types.  However,
this would result in a serious performance impairment, because clients
cannot rely on their recursive resolver to follow SVCB aliases (unlike
CNAME).  Thus, clients would have to issue queries for both RR types
in parallel, potentially at each step of the alias chain.  Recursive
resolvers that implement the specification would, upon receipt of a
ServiceMode query, emit both a ServiceMode and an AliasMode query to
the authoritative.  Thus, splitting the RR type would double, or in
some cases triple, the load on clients and servers, and would not
reduce implementation complexity.</t>

</section>
</section>
<section anchor="change-history" title="Change history">

<t><list style="symbols">
  <t>draft-ietf-dnsop-svcb-https-04
  <list style="symbols">
      <t>Simplify the IANA instructions (pure First Come First Served)</t>
      <t>Recommend against publishing chains of &gt;8 aliases</t>
      <t>Clarify requirements for using SVCB with a transport proxy</t>
      <t>Adjust guidance for Port Prefix Naming</t>
      <t>Minor editorial updates</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-03
  <list style="symbols">
      <t>Simplified escaping of comma-separated values</t>
      <t>Reorganized client requirements</t>
      <t>Added a warning about port filtering for cross-protocol attacks</t>
      <t>Clarified self-consistency rules for SvcParams</t>
      <t>Added a non-normative mapping summary table for HTTPS</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-02
  <list style="symbols">
      <t>Added a Privacy Considerations section</t>
      <t>Adjusted resolution fallback description</t>
      <t>Clarified status of SvcParams in AliasMode</t>
      <t>Improved advice on zone structuring and use with Alt-Svc</t>
      <t>Improved examples, including a new Multi-CDN example</t>
      <t>Reorganized text on value-list parsing and SvcPriority</t>
      <t>Improved phrasing and other editorial improvements throughout</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-01
  <list style="symbols">
      <t>Added a “mandatory” SvcParamKey</t>
      <t>Added the ability to indicate that a service does not exist</t>
      <t>Adjusted resolution and ALPN algorithms</t>
      <t>Major terminology revisions for “origin” and CamelCase names</t>
      <t>Revised ABNF</t>
      <t>Include allocated RR type numbers</t>
      <t>Various corrections, explanations, and recommendations</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-00
  <list style="symbols">
      <t>Rename HTTPSSVC RR to HTTPS RR</t>
      <t>Rename “an SVCB” to “a SVCB”</t>
      <t>Removed “design considerations and open issues” section and some other “to be removed” text</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-03
  <list style="symbols">
      <t>Revised chain length limit requirements</t>
      <t>Revised IANA registry rules for SvcParamKeys</t>
      <t>Require HTTPS clients to implement SNI</t>
      <t>Update terminology for Encrypted ClientHello</t>
      <t>Clarifications: non-default ports, transport proxies, HSTS procedure, WebSocket behavior, wire format, IP hints, inner/outer ClientHello with ECH</t>
      <t>Various textual and ABNF corrections</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-02
  <list style="symbols">
      <t>All changes to Alt-Svc have been removed</t>
      <t>Expanded and reorganized examples</t>
      <t>Priority zero is now the definition of AliasForm</t>
      <t>Repeated SvcParamKeys are no longer allowed</t>
      <t>The “=” sign may be omitted in a key=value pair if the value is also empty</t>
      <t>In the wire format, SvcParamKeys must be in sorted order</t>
      <t>New text regarding how to handle resolution timeouts</t>
      <t>Expanded description of recursive resolver behavior</t>
      <t>Much more precise description of the intended ALPN behavior</t>
      <t>Match the HSTS specification’s language on HTTPS enforcement</t>
      <t>Removed ‘esniconfig=””’ mechanism and simplified ESNI connection logic</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-01
  <list style="symbols">
      <t>Reduce the emphasis on conversion between HTTPSSVC and Alt-Svc</t>
      <t>Make the “untrusted channel” concept more precise.</t>
      <t>Make SvcFieldPriority = 0 the definition of AliasForm, instead of a requirement.</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-00
  <list style="symbols">
      <t>Document an optimization for optimistic pre-connection. (Chris Wood)</t>
      <t>Relax IP hint handling requirements. (Eric Rescorla)</t>
    </list></t>
  <t>draft-nygren-dnsop-svcb-httpssvc-00
  <list style="symbols">
      <t>Generalize to an SVCB record, with special-case
handling for Alt-Svc and HTTPS separated out
to dedicated sections.</t>
      <t>Split out a separate HTTPSSVC record for
the HTTPS use-case.</t>
      <t>Remove the explicit SvcRecordType=0/1 and instead
make the AliasForm vs ServiceForm be implicit.
This was based on feedback recommending against
subtyping RR type.</t>
      <t>Remove one optimization.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-03
  <list style="symbols">
      <t>Change redirect type for HSTS-style behavior
from 302 to 307 to reduce ambiguities.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-02
  <list style="symbols">
      <t>Remove the redundant length fields from the wire format.</t>
      <t>Define a SvcDomainName of “.” for SvcRecordType=1
as being the HTTPSSVC RRNAME.</t>
      <t>Replace “hq” with “h3”.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-01
  <list style="symbols">
      <t>Fixes of record name.  Replace references to “HTTPSVC” with “HTTPSSVC”.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-00
  <list style="symbols">
      <t>Initial version</t>
    </list></t>
</list></t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAJw3UmAAA829bXMbR5Iu+r1+RV9oT5j0ASC+SZY5R7tDU5LNMzKlIWk7
9ownRg2gQfYKQGO7AVK0xv/9ZD6ZWS/dTUneuzfiKmI8EtldVV2Vle/55Gg0
cptysyiOs8uivi2nRTYpV7NydZ3lq1m2zut8WWyKOmvWxbScl9N8U1ar7LbM
s81Nkb04v8x2+D+XP59+hzd+uLp6e5ldXDS7Lp9M6uL2uOd32byq+V03q6Yr
muA4m9X5fDMqi818NFs11XrU3E4no5vNZt2M9o7cLN/QQx9fnFy9/N3RGorr
qr4/zprNzLlyXR9nm3rbbA729r7dO3B5XeTH2ffFqqjzhbur6vfXdbVdH/OM
b95mv9AP+Pu+5x+698U9PTE7zs5W9JmrYjN6wUtxrtnQkv+RL6oVzXxfNG5d
Hmd/21TTYdZU9aYu5g397X7Jf/m7c/l2c1PVxy4buYz+lKvmOPtunF1Ob+7y
evMbfiif+l2xSn9c1df5qvwNO0vrrqrrRYFfFMu8XBxnE/r/Zvrna/xiPK2W
ySQ/jrPvyuamWkdT/Fi+L+Kf0gzH2cn7nMbLrorpzapaVNclfVM0y3KC5/9c
3Bb/uS3m1XY8KZKJXo6z8/vrulhFE72sy/fxT79kooLe+Z980n9e4cUxveTc
qqqXtAO3xTGd6Goe/pVlr15enf5wjCGUVAevis30Jntd3vJBXvJJ5fVsgEeE
VH7M77ODvYM9eSuvr4sNvQZ6On78eM6vj5mkx3c3+ebumtfweOBGo1GWT5pN
nU+JAq5uyiYjCt0ui9XGLkDRgPAHTNQDUPUAZD3AXaiLptrWdInqYkpUle1c
XOy6zf2a36qyeT4tF+WGFogxFlX1frvOqnnmP5iu1qooZsWMH1/mdIrTarUq
pvybxtHPiECZoLNGLiuT4JZ2IpcrJResqstrOrFxJjdPltK4fLGo7rLcXuUZ
JkW2rqvbkiec19UyW24Xm3K9KLJ8wbcBR5AVq9m6KlebZuiKnCa7Kzc8Y1NN
S/qUiEk02Y6thrZw1azpnvAEdGmqhaMvmZfX21o+k3eO7p6su1hN6/v1hg+T
N+bq9WV2uihp138oaNG79CVXN8U9LaqpXLHKJ1hgmTf8Am1fvi4+0EERea1o
Q+5uSloDHd2qotmrpin5eSz69Pzkx5djOtjC8yJ+MM9u87qUddFw2LWwnca5
/L667+5123j+ZVUXyQHSvvJHTPEBtMVzPLDJ8s2mWK43TAmuIO4yWdCFo7nD
CQ/5xcaIp6G1zInzrqsNDVTmCxprVcxLGWFS0fesixrzrug4wa7r8jaf3o+J
dt9k373MLl7++Obnly+Os5SU6e+TgtdOx7LIJ1WNY6Sll6vse9qn7YQWe+z+
ZtflGj9jzvOYOYswlsfEp0dEJsyp/77zxY/uyvYvq2bD38nLuVOGfEsUpEfA
G2jLHWbVmlhm2TRbpne6uuOMRt0uZkQEvCkuvyXGAqqg9+pCyCUTjkw0ec3f
N98uFve7WT6dFmsiC/oXTU+MrtnQgeLiL8vZjBive8SioK5mW5yJw3JBEjsD
E5HfiYgc7LbEml4mPftGiI72gm7UhomEOMtW7zLTFy+mAWfwtxJrp/OJCUoo
nn625PGLmXvg2LMJXZHbSsgSFxAUGHEQnWo7GVV025YkHWfFPKc7j+mLekj8
5bra8FVgBYAGLogCa77jeouHOqFRf10sitt8tXHrLdHzFFea9vMVX+oPOX84
X0g6PtsSZm+eucXEDwYJtm5MlFhWYDLCdFa62T9dnOGy3GfTLa1vtVnc47UF
satqRf844XU+plWc0B9nF4o3nUlLbnJ2Q0TIcsxvOrGCGREFM2h+1JgsvZNv
sm1TuAnxnKmuYWdefuCdISZH+1Zlf/3p7BR/+fjx/3l5+sPzs9GLMRSazaIZ
Fc2q/P13Iv7vK962SXFf0T7GwzF7ZBaqhzmML7fsOl0DYZ50bvmMdz2/5hsx
2W6YvzA5l7XKJ+U+tKeLIq+J3c5mpb4akZaMW4Ij3JTXN4t7IoimrOUu0SGV
q3JZ/ibiarVdTogd0e0kxWk1G23qct1gABFkja2Az9fJtJsb7KnNHZP1OLpZ
6S1iNp/dFIu1UA4ODJ9eYXZ/V9wdcReRrDMiw2s+tmiPeEfpHi/496TE0aEL
r66YSQRxUYyvx07fNwGk9OH1BSVlZmuD5Lo6vzATksQ5swHxubG9QxJ7QAT2
y00J/kT7Mc2Jx0+JlpuKxGa5JEInQXxDm7CgveNLLIJqKHQ3qwqRZVO6/DV4
HpHiiEdhGY9HQbosHcuVp2C/eSbw/Vr5DmLbjF/l2YSP1LE80NtIG03715TN
RnlIJLsjgb+5IWK4vjFjwHkFwBSVRTVVUktZCDEK3u2IIHbHbZVrXtYkJYgi
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

-->

</rfc>

