<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.10 (Ruby 3.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-svcb-https-10" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.7 -->
  <front>
    <title abbrev="SVCB and HTTPS RRs for DNS">Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-svcb-https-10"/>
    <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 HTTP 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 use with HTTP <xref target="HTTP"/>.
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">
      <name>Introduction</name>
      <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 suboptimal
default server, negotiating a preferred protocol, and providing relevant
public keys.</t>
      <t>For example, HTTP clients currently resolve only A and/or AAAA records for
the origin hostname, learning only its IP addresses.  If an HTTP client learns
more about the origin before connecting, it may be able to upgrade "http" URLs
to "https", enable HTTP/3 or Encrypted ClientHello <xref target="ECH"/>,
or switch to an
operationally preferable endpoint.  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"/>).  It also describes the rules for defining other
SVCB-compatible RR types (<xref target="svcb-compatible"/>), starting with the HTTPS
RR type (<xref target="https"/>), which provides improved efficiency and convenience
with HTTP by avoiding the need for an Attrleaf label <xref target="Attrleaf"/>
(<xref target="httpsnames"/>).</t>
      <t>The SVCB RR has two modes: 1) "AliasMode", which simply delegates operational
control for a resource; 2) "ServiceMode", which 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">
        <name>Goals of the SVCB RR</name>
        <t>The goal of the SVCB RR is to allow clients to resolve a single
additional DNS RR in a way that:</t>
        <ul spacing="normal">
          <li>Provides alternative endpoints that are authoritative for the service,
along with parameters associated with each of these endpoints.</li>
          <li>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 RRSets 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.</li>
          <li>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.</li>
        </ul>
        <t>Additional goals specific to HTTPS RRs and the HTTP use-cases include:</t>
        <ul spacing="normal">
          <li>Connect directly to HTTP/3 (QUIC transport)
alternative endpoints <xref target="HTTP3"/></li>
          <li>Obtain the Encrypted ClientHello <xref target="ECH"/> keys associated with an
alternative endpoint</li>
          <li>Support non-default TCP and UDP ports</li>
          <li>Enable SRV-like benefits (e.g. apex delegation, as mentioned above) for HTTP,
where SRV <xref target="SRV"/> has not been widely adopted</li>
          <li>Provide an HSTS-like indication <xref target="HSTS"/> signaling that the "https"
scheme should be used instead of "http" for all HTTP requests to this host and port (see
<xref target="hsts"/>).</li>
        </ul>
      </section>
      <section anchor="overview-of-the-svcb-rr">
        <name>Overview of the SVCB RR</name>
        <t>This subsection briefly describes the SVCB RR with forward references to
the full exposition of each component.  (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 (<xref target="alias-mode"/>), which aliases a name
to another name, and ServiceMode (<xref target="service-mode"/>), 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 (<xref target="svcb-names"/>).</t>
        <t>The SVCB RR has two required fields and one optional field.  The fields are:</t>
        <ol spacing="normal" type="1"><li>SvcPriority (<xref target="pri"/>): The priority of this record (relative to others,
with lower values preferred).  A value of 0 indicates AliasMode.</li>
          <li>TargetName: The domain name of either the alias target (for
AliasMode) or the alternative endpoint (for ServiceMode).</li>
          <li>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"/>.</li>
        </ol>
        <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 (<xref target="recursive-behavior"/>).  Clients either use responses
included in the additional section returned by the recursive resolver
or perform necessary SVCB, A, and AAAA record resolutions (<xref target="client-behavior"/>).  DNS
authoritative servers can attach in-bailiwick SVCB, A, AAAA, and CNAME
records in the Additional Section to responses for a SVCB query (<xref target="authoritative-behavior"/>).</t>
        <t>In ServiceMode, the SvcParams of the SVCB RR
provide an extensible data model for describing alternative
endpoints that are authoritative for a service, along with
parameters associated with each of these alternative endpoints (<xref target="keys"/>).</t>
        <t>For HTTP use-cases, the HTTPS RR (<xref target="https"/>) 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">
        <name>Parameter for Encrypted ClientHello</name>
        <t>This document also defines a parameter for Encrypted ClientHello <xref target="ECH"/>
keys. See <xref target="ech-param"/>.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Our terminology is based on the common case where the SVCB record is used to
access a resource identified by a URI whose <tt>authority</tt> field contains a DNS
hostname as the <tt>host</tt>.</t>
        <ul spacing="normal">
          <li>The "service" is the information source identified by the <tt>authority</tt> and
<tt>scheme</tt> of the URI, capable of providing access to the resource.  For "https"
URIs, the "service" corresponds to an "origin" <xref target="RFC6454"/>.</li>
          <li>The "service name" is the <tt>host</tt> portion of the authority.</li>
          <li>The "authority endpoint" is the authority's hostname and a port number implied
by the scheme or specified in the URI.</li>
          <li>An "alternative endpoint" is a hostname, port number, and other associated
instructions to the client on how to reach an instance of service.</li>
        </ul>
        <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 formats and registry are
collectively known as SVCB-compatible RR types.  The contraction "SVCB" is also
used to refer to this system as a whole.</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">
      <name>The SVCB record type</name>
      <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 (see <xref target="svcb-compatible"/>).  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.  Each
SvcParam has a specified presentation format (used in zone files) and
wire encoding
(e.g., domain names, binary data, or numeric values). The initial SvcParamKeys
and their formats are defined in <xref target="keys"/>.</t>
      <section anchor="presentation">
        <name>Zone file presentation format</name>
        <t>The presentation format <tt>&lt;RDATA&gt;</tt> of the record (<xref section="5.1" sectionFormat="comma" target="RFC1035"/>) has
the form:</t>
        <artwork><![CDATA[
SvcPriority TargetName SvcParams
]]></artwork>
        <t>The SVCB record is defined specifically within
the Internet ("IN") Class (<xref section="3.2.4" sectionFormat="comma" target="RFC1035"/>).</t>
        <t>SvcPriority is a number in the range 0-65535,
TargetName is a <tt>&lt;domain-name&gt;</tt> (<xref section="5.1" sectionFormat="comma" target="RFC1035"/>),
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 contain 1-63 characters from the ranges "a"-"z", "0"-"9", and "-".
In ABNF <xref target="RFC5234"/>,</t>
        <artwork><![CDATA[
alpha-lc      = %x61-7A   ;  a-z
SvcParamKey   = 1*63(alpha-lc / DIGIT / "-")
SvcParam      = SvcParamKey ["=" SvcParamValue]
SvcParamValue = char-string ; See Appendix A
value         = *OCTET ; Value before key-specific parsing
]]></artwork>
        <t>The SvcParamValue is parsed using the
character-string decoding algorithm (<xref target="decoding"/>), producing a <tt>value</tt>.
The <tt>value</tt> is then validated and converted into wire-format in a manner
specific to each key.</t>
        <t>When the optional "=" and SvcParamValue are omitted, the <tt>value</tt> is
interpreted as empty.</t>
        <t>Arbitrary keys can be represented using the unknown-key presentation format
"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 <tt>value</tt> SHALL be used as its wire format encoding.</t>
        <t>For some SvcParamKeys, the <tt>value</tt> 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">
        <name>RDATA wire format</name>
        <t>The RDATA for the SVCB RR consists of:</t>
        <ul spacing="normal">
          <li>a 2-octet field for SvcPriority as an integer in network
byte order.</li>
          <li>the uncompressed, fully-qualified TargetName, represented as
a sequence of length-prefixed labels as in <xref section="3.1" sectionFormat="of" target="RFC1035"/>.</li>
          <li>the SvcParams, consuming the remainder of the record
(so smaller than 65535 octets and constrained by the RDATA
and DNS message sizes).</li>
        </ul>
        <t>When the list of SvcParams is non-empty, it contains a series of
SvcParamKey=SvcParamValue pairs, represented as:</t>
        <ul spacing="normal">
          <li>a 2-octet field containing the SvcParamKey as an
integer in network byte order.  (See <xref target="iana-keys"/> for the defined values.)</li>
          <li>a 2-octet field containing the length of the SvcParamValue
as an integer between 0 and 65535 in network byte order.</li>
          <li>an octet string of this length whose contents are the SvcParamValue in a
format determined by the SvcParamKey.</li>
        </ul>
        <t>SvcParamKeys SHALL appear in increasing numeric order.</t>
        <t>Clients MUST consider an RR malformed if:</t>
        <ul spacing="normal">
          <li>the end of the RDATA occurs within a SvcParam.</li>
          <li>SvcParamKeys are not in strictly increasing numeric order.</li>
          <li>the SvcParamValue for an SvcParamKey does not have the expected format.</li>
        </ul>
        <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">
        <name>SVCB query names</name>
        <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 (<xref section="3.2.3" sectionFormat="of" 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, as in
ordinary CNAME processing (<xref section="3.6.2" sectionFormat="comma" target="RFC1034"/>).  For details, see
the recommendations regarding aliases for clients (<xref target="client-behavior"/>),
servers (<xref target="server-behavior"/>), and zones (<xref target="zone-structures"/>).</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>
        <artwork><![CDATA[
_8443._foo.api.example.com. 7200 IN SVCB 0 svc4.example.net.
]]></artwork>
        <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>
        <artwork><![CDATA[
svc4.example.net.  7200  IN SVCB 3 svc4.example.net. (
    alpn="bar" port="8004" ech="..." )
]]></artwork>
        <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 in DNS zone file presentation
format (<xref section="5.1" sectionFormat="comma" target="RFC1035"/>).)</t>
      </section>
      <section anchor="interpretation">
        <name>Interpretation</name>
        <section anchor="pri">
          <name>SvcPriority</name>
          <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.
A smaller SvcPriority indicates that the domain owner recommends use of this
record over ServiceMode 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">
          <name>AliasMode</name>
          <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 (see e.g. <xref section="2.4" sectionFormat="comma" target="RFC1912"/>).
In AliasMode, the TargetName will
be the name of a domain that resolves to SVCB,
AAAA, and/or A records.  (See <xref target="svcb-compatible"/> for aliasing of SVCB-compatible RR types.)
Unlike CNAME, AliasMode records do not affect the resolution of other RR
types, and apply only to a specific service, not an entire domain name.</t>
          <t>The AliasMode TargetName SHOULD NOT be equal
to the owner name, as this would result in a loop.
In AliasMode, recipients MUST ignore any SvcParams that are present.
Zone-file parsers MAY emit a warning if an AliasMode record has SvcParams.
The use of SvcParams in AliasMode records is currently not defined, but a
future specification could extend AliasMode records to include SvcParams.</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>
          <artwork><![CDATA[
_8080._foo.example.com. 3600 IN SVCB 0 foosvc.example.net.
]]></artwork>
          <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 at the same owner name, 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>
          <artwork><![CDATA[
example.com. 3600 IN HTTPS 0 svc.example.net.
]]></artwork>
          <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>Zones that require following multiple AliasMode records could encounter
compatibility and performance issues.</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">
          <name>ServiceMode</name>
          <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 other's requirements.  Clients MUST reject any RR whose recognized
SvcParams are not self-consistent, and MAY reject the entire RRSet.  To
help zone operators avoid this condition, zone-file implementations SHOULD
enforce self-consistency as well.</t>
        </section>
      </section>
      <section anchor="dot">
        <name>Special handling of "." in TargetName</name>
        <t>If TargetName has the value "." (represented in the wire format as a
zero-length label), special rules apply.</t>
        <section anchor="aliasdot">
          <name>AliasMode</name>
          <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">
          <name>ServiceMode</name>
          <t>For ServiceMode SVCB RRs, if TargetName has the value ".", then the
owner name of this record MUST be used as the effective TargetName.
If the record has a wildcard owner name in the zone file, the recipient
SHALL use the response's synthesized owner name as the effective TargetName.</t>
          <t>For example, in the following example "svc2.example.net"
is the effective TargetName:</t>
          <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 ech="..."
svc2.example.net. 300   IN A     192.0.2.2
svc2.example.net. 300   IN AAAA  2001:db8::2
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="client-behavior">
      <name>Client behavior</name>
      <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>
      <ol spacing="normal" type="1"><li>Let $QNAME be the service name plus appropriate prefixes for the
scheme (see <xref target="svcb-names"/>).</li>
        <li>Issue a SVCB query for $QNAME.</li>
        <li>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"/>).</li>
        <li>If one or more "compatible" (<xref target="mandatory"/>) ServiceMode records are returned,
these represent the alternative endpoints.</li>
        <li>Otherwise, SVCB resolution has failed, and the list of known endpoints is
empty.</li>
      </ol>
      <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>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. HTTP) 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 if the SVCB record is absent, in order to minimize delay
in that case and enable the optimizations discussed in <xref target="optimizations"/>.</t>
      <t>Once SVCB resolution has concluded, whether successful or not,
SVCB-optional clients SHALL append to the priority list an
endpoint consisting of the final value of $QNAME, the authority
endpoint's port number, and no SvcParams.  (This endpoint will be
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>The client proceeds with connection establishment using the resolved list of
endpoints.  Clients SHOULD try higher-priority alternatives first, with
fallback to lower-priority alternatives.  Clients resolve AAAA and/or A
records for the selected TargetName, and MAY choose between them using an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.</t>
      <t>If the client is SVCB-optional, and connecting using this list of endpoints has
failed, the client now attempts to use non-SVCB connection modes.</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">
        <name>Handling resolution failures</name>
        <t>If DNS responses are cryptographically protected (e.g. using DNSSEC or
TLS <xref target="DoT"/><xref target="DoH"/>), and SVCB resolution fails
due to an authentication error, SERVFAIL response, transport error, or
timeout, the client SHOULD abandon its attempt to reach the service, even
if the client is SVCB-optional.  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>If the client enforces DNSSEC validation on A/AAAA responses, it SHOULD
apply the same validation policy to SVCB.  Otherwise, an attacker could
defeat the A/AAAA protection by forging SVCB responses that direct the
client to other IP addresses.</t>
        <t>If DNS responses are not cryptographically protected, clients MAY treat
SVCB resolution failure as fatal or nonfatal.</t>
        <t>If the client is unable to complete SVCB resolution due to its chain length
limit, the client MUST fall back to the authority endpoint, as if the
origin's SVCB record did not exist.</t>
      </section>
      <section anchor="clients-using-a-proxy">
        <name>Clients using a Proxy</name>
        <t>Clients using a domain-oriented transport proxy like HTTP CONNECT
(<xref section="4.3.6" sectionFormat="comma" target="RFC7231"/>) 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 configured
to use 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 than just the proxy.
Clients in this configuration SHOULD arrange for a separate SVCB resolution
procedure with appropriate privacy properties.  If this is not possible,
SVCB-optional clients MUST disable SVCB resolution entirely, and SVCB-required
clients MUST treat the configuration as invalid.</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>This arrangement has several benefits:</t>
        <ul spacing="normal">
          <li>
            <t>Compared to disabling SVCB:
            </t>
            <ul spacing="normal">
              <li>It allows the client to use the SvcParams, if present, which are
only usable with a specific TargetName.  The SvcParams may
include information that enhances performance (e.g. alpn) and privacy
(e.g. ech).</li>
              <li>It allows the service to delegate the apex domain.</li>
            </ul>
          </li>
          <li>
            <t>Compared to providing the proxy with an IP address:
            </t>
            <ul spacing="normal">
              <li>It allows the proxy to select between IPv4 and IPv6 addresses for the
server according to its configuration.</li>
              <li>It ensures that the proxy receives addresses based on its network
geolocation, not the client's.</li>
              <li>It enables faster fallback for TCP destinations with multiple addresses
of the same family.</li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="server-behavior">
      <name>DNS Server Behavior</name>
      <section anchor="authoritative-behavior">
        <name>Authoritative servers</name>
        <t>When replying to a SVCB query, authoritative DNS servers SHOULD return
A, AAAA, and SVCB records in the Additional Section for any TargetNames
that are in the zone.  If the zone is signed, the server SHOULD also
include positive or negative DNSSEC responses for these records in the Additional
section.</t>
        <t>See <xref target="ecs"/> for exceptions.</t>
      </section>
      <section anchor="recursive-behavior">
        <name>Recursive resolvers</name>
        <t>Whether the recursive resolver is aware of SVCB or not, the normal response
construction process (i.e. unknown RR type resolution under <xref target="RFC3597"/>)
generates the Answer section of the response.
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
Additional section of the response as follows:</t>
        <ol spacing="normal" type="1"><li>Incorporate the results of SVCB resolution.  If the recursive resolver's
local chain length limit (which may be different from the client's limit) has
been reached, terminate.</li>
          <li>
            <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.  </t>
            <ul spacing="normal">
              <li>If any SVCB records are resolved, go to step 1.</li>
              <li>Otherwise, incorporate the results of A and AAAA resolution, and
terminate.</li>
            </ul>
          </li>
          <li>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.</li>
        </ol>
        <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"/>).  Errors or anomalies in
obtaining additional records MAY cause this process to terminate, but
MUST NOT themselves cause the resolver to send a failure response.</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 anchor="dns64">
          <name>DNS64</name>
          <t>DNS64 resolvers synthesize responses to AAAA queries for names that only
have an A record (<xref section="5.1.7" sectionFormat="of" target="RFC6147"/>).  SVCB-aware DNS64
resolvers SHOULD apply the same synthesis logic when resolving AAAA
records for the TargetName for inclusion as Additionals (Step 2 in
<xref target="recursive-behavior"/>), and MAY omit the Additional A records.</t>
          <t>DNS64 resolvers MUST NOT extrapolate the AAAA synthesis logic to the IP
hints in the SvcParams (<xref target="svcparamkeys-iphints"/>).  Modifying the IP hints
would break DNSSEC validation for the SVCB record and would not improve
performance when the above recommendation is implemented.</t>
        </section>
      </section>
      <section anchor="general-requirements">
        <name>General requirements</name>
        <t>Recursive resolvers MUST be able to convey SVCB records with unrecognized
SvcParamKeys, and MAY treat the entire SvcParams portion of the record as
opaque, even if the contents are invalid.  Alternatively, recursive
resolvers MAY report an error such as SERVFAIL to avoid returning a
SvcParamValue that is invalid according to the SvcParam's specification.
For complex value types whose interpretation might differ
between implementations or have additional future
allowed values added (e.g. URIs or "alpn"), resolvers
SHOULD limit validation to specified constraints.</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>
        <t>According to <xref section="5.4.1" sectionFormat="of" target="RFC2181"/>, "Unauthenticated RRs received
and cached from ... the additional data section ... should not be cached in
such a way that they would ever be returned as answers to a received query.
They may be returned as additional information where appropriate.".
Recursive resolvers therefore MAY cache records from the Additional section
for use in populating Additional section responses, and MAY cache them
for general use if they are authenticated by DNSSEC.</t>
      </section>
      <section anchor="ecs">
        <name>EDNS Client Subnet (ECS)</name>
        <t>The EDNS Client Subnet option (ECS, <xref target="RFC7871"/>) allows recursive
resolvers to request IP addresses that are suitable for a particular client
IP range.  SVCB records may contain IP addresses (in ipv*hint SvcParams),
or direct users to a subnet-specific TargetName, so recursive resolvers
SHOULD include the same ECS option in SVCB queries as in A/AAAA queries.</t>
        <t>According to <xref section="7.3.1" sectionFormat="of" target="RFC7871"/>, "Any records from [the
Additional section] MUST NOT be tied to a network".  Accordingly,
when processing a response whose QTYPE is SVCB-compatible,
resolvers SHOULD treat any records in the Additional section as having
SOURCE PREFIX-LENGTH zero and SCOPE PREFIX-LENGTH as specified
in the ECS option.  Authoritative servers MUST omit such records if they are
not suitable for use by any stub resolvers that set SOURCE PREFIX-LENGTH to
zero.  This will cause the resolver to perform a follow-up query that can
receive properly tailored ECS.  (This is similar to the usage of CNAME with
ECS discussed in <xref section="7.2.1" sectionFormat="comma" target="RFC7871"/>.)</t>
        <t>Authoritative servers that omit Additional records can avoid the added
latency of a follow-up query by following the advice in <xref target="zone-performance"/>.</t>
      </section>
    </section>
    <section anchor="optimizations">
      <name>Performance optimizations</name>
      <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 follow-up 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">
        <name>Optimistic pre-connection and connection reuse</name>
        <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
"ech" value of a SVCB response (<xref target="svcparamkeys-ech"/>).  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>
        <artwork><![CDATA[
_1234._bar.example.com. 300 IN SVCB 1 svc1.example.net. (
    ech="111..." ipv6hint=2001:db8::1 port=1234 )
                               SVCB 2 svc2.example.net. (
    ech="222..." ipv6hint=2001:db8::2 port=1234 )
]]></artwork>
        <t>If the client has an in-progress TCP connection to <tt>[2001:db8::2]:1234</tt>,
it MAY proceed with TLS on that connection using <tt>ech="222..."</tt>, 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">
        <name>Generating and using incomplete responses</name>
        <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="svcb-compatible">
      <name>SVCB-compatible</name>
      <t>An RR type is called "SVCB-compatible" if it permits an implementation that is
identical to SVCB in its:</t>
      <ul spacing="normal">
        <li>RDATA presentation format</li>
        <li>RDATA wire format</li>
        <li>IANA registry used for SvcParamKeys</li>
        <li>Authoritative server Additional Section processing</li>
        <li>Recursive resolution process</li>
        <li>Relevant Class (i.e. Internet ("IN") <xref target="RFC1035"/>)</li>
      </ul>
      <t>This allows authoritative and recursive DNS servers to apply identical
processing to all SVCB-compatible RR types.</t>
      <t>All other behaviors described as applying to the SVCB RR also apply
to all SVCB-compatible RR types unless explicitly stated otherwise.
When following an AliasMode record (<xref target="alias-mode"/>) of RR type $T , the
followup query to the TargetName MUST also be for type $T.</t>
      <t>This document defines one SVCB-compatible RR type (other than SVCB itself):
the HTTPS RR type (<xref target="https"/>), which avoids Attrleaf label prefixes <xref target="Attrleaf"/> in order to improve
compatibility with wildcards and CNAMEs, which are widely used with HTTP.</t>
      <t>Standards authors should consider carefully whether to use SVCB or define a
new SVCB-compatible RR type, as this choice cannot easily be reversed after
deployment.</t>
    </section>
    <section anchor="keys">
      <name>Initial SvcParamKeys</name>
      <t>A few initial SvcParamKeys are defined here.  These keys are useful for the
"https" scheme, and most are expected to be generally applicable to other
schemes as well.</t>
      <t>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">
        <name>"alpn" and "no-default-alpn"</name>
        <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 (the
"SVCB ALPN set").</t>
        <t>As with Alt-Svc <xref target="AltSvc"/>, each ALPN protocol identifier is used to
identify the application protocol and associated suite
of protocols supported by the endpoint (the "protocol suite").
The presence of an ALPN protocol identifier 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 identifier.</t>
        <t>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).  ALPN protocol identifiers 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>
        <section anchor="representation">
          <name>Representation</name>
          <t>ALPNs are identified by their registered "Identification Sequence"
(<tt>alpn-id</tt>), which is a sequence of 1-255 octets.</t>
          <artwork><![CDATA[
alpn-id = 1*255OCTET
]]></artwork>
          <t>For "alpn", the presentation <tt>value</tt> SHALL be
a comma-separated list (<xref target="value-list"/>)
of one or more <tt>alpn-id</tt>s.  Zone file implementations MAY disallow the
"," and "\" characters instead of implementing the <tt>value-list</tt> escaping
procedure, relying on the opaque key format (e.g. <tt>key1=\002h2</tt>) in the
event that these characters are needed.</t>
          <t>The wire format value for "alpn" consists of at least one
<tt>alpn-id</tt> 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 ALPNs
that are supported by nearly all clients and servers, which MAY
be empty.  To determine the SVCB ALPN set, the client starts with the list of
<tt>alpn-id</tt>s from the "alpn" SvcParamKey, and adds the default set unless the
"no-default-alpn" SvcParamKey is present.</t>
        </section>
        <section anchor="use">
          <name>Use</name>
          <t>To establish a connection to the endpoint, clients MUST</t>
          <ol spacing="normal" type="1"><li>Let SVCB-ALPN-Intersection be the set of protocols in the SVCB ALPN set
that the client supports.</li>
            <li>Let Intersection-Transports be the set of transports (e.g. TLS, DTLS, QUIC)
implied by the protocols in SVCB-ALPN-Intersection.</li>
            <li>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.</li>
          </ol>
          <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>Clients MAY implement a fallback procedure, using a less-preferred transport
if more-preferred transports fail to connect.  This fallback behavior is
vulnerable to manipulation by a network attacker who blocks the more-preferred
transports, but it may be necessary for compatibility with existing networks.</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.</t>
          <t>To ensure
consistency of behavior, clients MAY reject the entire SVCB RRSet and fall
back to basic connection establishment if all of the compatible RRs indicate
"no-default-alpn", even if connection could have succeeded using a
non-default alpn.</t>
          <t>Zone operators SHOULD ensure that at least one RR in each RRSet supports the
default transports.  This enables compatibility with the greatest number of
clients.</t>
        </section>
      </section>
      <section anchor="svcparamkeys-port">
        <name>"port"</name>
        <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 <tt>value</tt> of the SvcParamValue is a single decimal integer
between 0 and 65535 in ASCII.  Any other <tt>value</tt> (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-ech">
        <name>"ech"</name>
        <t>The SvcParamKey to enable Encrypted ClientHello (ECH) is "ech".  Its
value is defined in <xref target="ech-param"/>.  It is applicable to most TLS-based
protocols.</t>
        <t>When publishing a record containing an "ech" 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 <xref section="7.2.2" sectionFormat="of" 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">
        <name>"ipv4hint" and "ipv6hint"</name>
        <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 <tt>value</tt> 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"/><xref target="RFC4001"/>.  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 (for the respective address-family).
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, NAT64 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"/>).
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 anchor="svcparamkey-mandatory">
        <name>"mandatory"</name>
        <t>See <xref target="mandatory"/>.</t>
      </section>
    </section>
    <section anchor="mandatory">
      <name>ServiceMode RR compatibility and mandatory keys</name>
      <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" by 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 <tt>value</tt> 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>
      <artwork><![CDATA[
ech=... key65333=ex1 key65444=ex2 mandatory=key65444,ech
]]></artwork>
      <t>In wire format, the keys are represented by their numeric values in
network byte order, concatenated in strictly increasing numeric 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">
      <name>Using Service Bindings with HTTP</name>
      <t>Use of any protocol with SVCB requires a protocol-specific mapping
specification.  This section specifies the mapping for the "http" and "https"
URI schemes <xref target="HTTP"/>.</t>
      <t>To enable special handling for 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 presentation format of the record is:</t>
      <artwork><![CDATA[
Name TTL IN HTTPS SvcPriority TargetName SvcParams
]]></artwork>
      <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 destination port in "https" URIs
(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 clients should connect securely and use the "https" scheme, 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 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">
        <name>Query names for HTTPS RRs</name>
        <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 HTTP.  Using the
service name as the owner name of the HTTPS record, without prefixes,
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="comparison-with-alt-svc">
        <name>Comparison with Alt-Svc</name>
        <t>Publishing a ServiceMode HTTPS RR in DNS is intended
to be similar to transmitting an Alt-Svc field value over
HTTP, and receiving an HTTPS RR is intended to be similar to
receiving that field value over HTTP.  However, there are some
differences in the intended client and server behavior.</t>
        <section anchor="alpn-usage">
          <name>ALPN usage</name>
          <t>Unlike Alt-Svc Field Values, HTTPS RRs can contain multiple ALPN IDs.  The
meaning and use of these IDs is discussed in <xref target="use"/>.</t>
        </section>
        <section anchor="untrusted-channel">
          <name>Untrusted channel</name>
          <t>HTTPS records do not require or provide any assurance of authenticity.  (DNSSEC
signing and verification, which would provide such assurance, are OPTIONAL.)
The DNS resolution process is modeled as an untrusted channel that might be
controlled by an attacker, so
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">
          <name>Cache lifetime</name>
          <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">
          <name>Granularity</name>
          <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">
        <name>Interaction with Alt-Svc</name>
        <t>Clients that implement support for both Alt-Svc and HTTPS records and
are making a connection based on a cached Alt-Svc response SHOULD
retrieve any HTTPS records for the Alt-Svc alt-authority, and ensure that
their connection attempts are consistent with both the Alt-Svc parameters
and any received HTTPS SvcParams.  If present, the HTTPS record's TargetName
and port are used for connection establishment (as in <xref target="client-behavior"/>).
For example, suppose that
"https://example.com" sends an Alt-Svc field value of:</t>
        <sourcecode type="HTTP"><![CDATA[
Alt-Svc: h2="alt.example:443", h2="alt2.example:443", h3=":8443"
]]></sourcecode>
        <t>The client would retrieve the following HTTPS records:</t>
        <artwork><![CDATA[
alt.example.              IN HTTPS 1 . alpn=h2,h3 ech=...
alt2.example.             IN HTTPS 1 alt2b.example. alpn=h3 ech=...
_8443._https.example.com. IN HTTPS 1 alt3.example. (
    port=9443 alpn=h2,h3 ech=... )
]]></artwork>
        <t>Based on these inputs, the following connection attempts would always be
allowed:</t>
        <ul spacing="normal">
          <li>HTTP/2 to <tt>alt.example:443</tt></li>
          <li>HTTP/3 to <tt>alt3.example:9443</tt></li>
          <li>Fallback to the client's non-Alt-Svc connection behavior</li>
        </ul>
        <t>ECH-capable clients would use ECH when establishing any of these connections.</t>
        <t>The following connection attempts would not be allowed:</t>
        <ul spacing="normal">
          <li>HTTP/3 to <tt>alt.example:443</tt> (not consistent with Alt-Svc)</li>
          <li>Any connection to <tt>alt2b.example</tt> (no ALPN consistent with both the HTTPS
record and Alt-Svc)</li>
          <li>HTTPS over TCP to any port on <tt>alt3.example</tt> (not consistent with Alt-Svc)</li>
        </ul>
        <t>The following Alt-Svc-only connection attempts would be allowed only if
the client does not support ECH, as they rely on SVCB-optional fallback
behavior that the client will disable if it implements support for ECH and
the "ech" SvcParam is present (<xref target="ech-client-behavior"/>):</t>
        <ul spacing="normal">
          <li>HTTP/2 to <tt>alt2.example:443</tt></li>
          <li>HTTP/3 to <tt>example.com:8443</tt></li>
        </ul>
        <t>Origins that publish an "ech" SvcParam in their HTTPS record SHOULD
also publish an HTTPS record with the "ech" SvcParam for every
alt-authority offered in its Alt-Svc Field Values.  Otherwise,
clients might reveal the name of the server in an unencrypted ClientHello.
Similar consistency considerations could apply to future SvcParamKeys, so
alt-authorities SHOULD carry the same SvcParams as the origin unless
a deviation is specifically known to be safe.</t>
        <t>As noted in <xref section="2.4" sectionFormat="of" target="AltSvc"/>, clients MAY disallow any Alt-Svc
connection according to their own criteria, e.g. disallowing Alt-Svc
connections that lack ECH support when there is an active ECH-protected
connection for this origin.</t>
      </section>
      <section anchor="requiring-server-name-indication">
        <name>Requiring Server Name Indication</name>
        <t>Clients MUST NOT use an HTTPS RR response unless the
client supports TLS Server Name Indication (SNI) and
indicates the origin name in the TLS ClientHello (which might be encrypted).
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">
        <name>HTTP Strict Transport Security</name>
        <t>An HTTPS RR directs the client to communicate with this host only over a
secure transport, similar to HTTP Strict Transport Security <xref target="HSTS"/>.
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>
        <ol spacing="normal" type="1"><li>Replace the "http" scheme with "https".</li>
          <li>If the "http" URL explicitly specifies port 80, specify port 443.</li>
          <li>Do not alter any other aspect of the URL.</li>
        </ol>
        <t>This construction is equivalent to <xref section="8.3" sectionFormat="of" 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 behave as if it has received an HTTP 307 (Temporary Redirect) status code
with this "https" URL in the "Location" field.  (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 (Temporary Redirect) response over cleartext HTTP.</t>
        <t>Publishing an HTTPS RR has the potential to have unexpected results
or a loss in functionality in cases where the "http" resource neither
redirects to the "https" resource nor references the same underlying resource.</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 <xref target="HSTS" section="8.4" sectionFormat="bare"/> and Section <xref target="HSTS" section="12.1" sectionFormat="bare"/> of <xref target="HSTS"/>.</t>
      </section>
      <section anchor="use-of-https-rrs-in-other-protocols">
        <name>Use of HTTPS RRs in other protocols</name>
        <t>All HTTP connections to named origins are eligible to use HTTPS RRs, even
when HTTP is used as part of another protocol or without an explicit HTTP
URL.  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 <tt>requestURL</tt>.</t>
        <t>When HTTP is used in a context where URLs or redirects are not applicable
(e.g. connections to an HTTP proxy), clients that find a corresponding HTTPS RR
SHOULD implement a security upgrade behavior equivalent to the one specified in
<xref target="hsts"/>.</t>
        <t>Such protocols MAY define their own SVCB mappings, which MAY
be defined to take precedence over HTTPS RRs.</t>
      </section>
    </section>
    <section anchor="ech-param">
      <name>SVCB/HTTPS RR parameter for ECH configuration</name>
      <t>The SVCB "ech" parameter is defined for
conveying the ECH configuration of an alternative endpoint.
In wire format, the value of the parameter is an ECHConfigList
(<xref section="4" sectionFormat="of" target="ECH"/>), including the redundant length prefix.  In presentation format,
the value is the ECHConfigList in Base 64 Encoding (<xref section="4" sectionFormat="of" target="RFC4648"/>).
Base 64 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 ALPN protocol identifiers 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">
        <name>Client behavior</name>
        <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 "ech" 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">
        <name>Deployment considerations</name>
        <t>An HTTPS RRSet containing some RRs with "ech" 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
"ech" as more preferred (i.e. lower SvcPriority value) 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">
      <name>Zone Structures</name>
      <section anchor="structuring-zones-for-flexibility">
        <name>Structuring zones for flexibility</name>
        <t>Each ServiceMode 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. <tt>foosvc.example.net</tt> for
<tt>foo://</tt> schemes).  This will help to avoid confusion when another scheme needs to
be added to the configuration.  When multiple port numbers are in use, it may be
helpful to repeat the prefix labels in the alias target name (e.g.
<tt>_1234._foo.svc.example.net</tt>).</t>
      </section>
      <section anchor="zone-performance">
        <name>Structuring zones for performance</name>
        <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.</t>
        <figure>
          <name>foo://foo.example.com:8080 is delegated to foosvc.example.net, but bar://bar.example.com:9090 is served locally.</name>
          <artwork><![CDATA[
$ORIGIN example.com. ; Origin
foo                  3600 IN CNAME foosvc.example.net.
_8080._foo.foo       3600 IN CNAME foosvc.example.net.
bar                   300 IN AAAA 2001:db8::2
_9090._bar.bar       3600 IN SVCB 1 bar key65444=...

$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">
        <name>Examples</name>
        <section anchor="protocol-enhancements">
          <name>Protocol enhancements</name>
          <t>Consider a simple zone of the form:</t>
          <artwork><![CDATA[
$ORIGIN simple.example. ; Simple example zone
@ 300 IN A    192.0.2.1
         AAAA 2001:db8::1
]]></artwork>
          <t>The domain owner could add this record:</t>
          <artwork><![CDATA[
@ 7200 IN HTTPS 1 . alpn=h3
]]></artwork>
          <t>to indicate that https://simple.example supports QUIC
in addition to HTTP/1.1 over TLS over TCP (the implicit default).
The record could also include other information (e.g. non-standard port,
ECH configuration).  For https://simple.example:8443, the record would be:</t>
          <artwork><![CDATA[
_8443._https 7200 IN HTTPS 1 . alpn=h3
]]></artwork>
          <t>These records also respectively tell clients to replace the scheme with "https" when
loading http://simple.example or http://simple.example:8443.</t>
        </section>
        <section anchor="apex-aliasing">
          <name>Apex aliasing</name>
          <t>Consider a zone that is using CNAME aliasing:</t>
          <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>
          <t>With HTTPS RRs, the owner of aliased.example could alias the apex by
adding one additional record:</t>
          <artwork><![CDATA[
@               7200 IN HTTPS 0 pool.svc.example.
]]></artwork>
          <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 "http://aliased.example/..." to "https".)  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">
          <name>Parameter binding</name>
          <t>Suppose that svc.example's primary server pool supports HTTP/3, but its
backup server pool does not.  This can be expressed in the following form:</t>
          <artwork><![CDATA[
$ORIGIN svc.example. ; A hosting provider.
pool  7200 IN HTTPS 1 . alpn=h2,h3 ech="123..."
              HTTPS 2 backup alpn=h2 ech="abc..."
pool   300 IN A        192.0.2.2
              AAAA     2001:db8::2
backup 300 IN A        192.0.2.3
              AAAA     2001:db8::3
]]></artwork>
          <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">
          <name>Multi-CDN</name>
          <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>
          <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 ech="123..."
                  HTTPS 2 . alpn=h2 ech="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 ech="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 cdn3.svc3.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>
          <t>Note that in the above example, the different CDNs have different
ECH configurations 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>
          <ul spacing="normal">
            <li>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.</li>
            <li>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.</li>
            <li>The A, AAAA, and HTTPS resolutions are independent lookups, so resolvers may
observe and follow different CNAMEs to different CDNs.
Clients may thus find that the A and AAAA responses do not correspond to the
TargetName in the HTTPS response, and will need to perform additional
queries to retrieve the correct IP addresses.
Including ipv6hint and ipv4hint will reduce the performance
impact of this case.</li>
            <li>If not all CDNs publish HTTPS records, clients will sometimes
receive NODATA for HTTPS queries (as with cdn3.svc3.example above),
and thus no "ech" SvcParam, but could receive A/AAAA records from
a different CDN which does support ECH.  Clients will be unable
to use ECH in this case.</li>
          </ul>
        </section>
        <section anchor="non-http-uses">
          <name>Non-HTTP uses</name>
          <t>For protocols other than HTTP, 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>
          <artwork><![CDATA[
_8765._baz.api.example.com. 7200 IN SVCB 0 svc4-baz.example.net.
]]></artwork>
          <t>HTTPS RRs use similar Attrleaf labels if the origin contains
a non-default port.</t>
        </section>
      </section>
    </section>
    <section anchor="other-standards">
      <name>Interaction with other standards</name>
      <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 MUST have an entry in the IANA URI Schemes
Registry <xref target="RFC7595"/>, and MUST have a defined specification for use
with SVCB.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>SVCB/HTTPS RRs permit distribution over untrusted
channels, and clients are REQUIRED to verify that the alternative endpoint
is authoritative for the service (similar to <xref section="2.1" sectionFormat="of" 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 "ech"
SvcParamKey (<xref target="ech-param"/>).  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 AliasMode "." 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 AliasMode "."
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">
      <name>Privacy Considerations</name>
      <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">
      <name>IANA Considerations</name>
      <section anchor="svcb-rrtype">
        <name>SVCB RRType</name>
        <t>This document defines a new DNS RR type, SVCB, whose value 64 has
been allocated by IANA from the "Resource Record (RR) TYPEs"
registry on the "Domain Name System (DNS) Parameters" page:</t>
        <ul spacing="normal">
          <li>Type: SVCB</li>
          <li>Value: 64</li>
          <li>Meaning: General Purpose Service Binding</li>
          <li>Reference: This document</li>
        </ul>
      </section>
      <section anchor="https-rrtype">
        <name>HTTPS RRType</name>
        <t>This document defines a new DNS RR type, "HTTPS", whose value 65 has
been allocated by IANA from the "Resource Record (RR) TYPEs"
registry on the "Domain Name System (DNS) Parameters" page:</t>
        <ul spacing="normal">
          <li>Type: HTTPS</li>
          <li>Value: 65</li>
          <li>Meaning: Service Binding type for use with HTTP</li>
          <li>Reference: This document</li>
        </ul>
      </section>
      <section anchor="svcparamregistry">
        <name>New registry for Service Parameters</name>
        <t>IANA is requested to create a new registry, entitled
"Service Parameter Keys (SvcParamKeys)".  This 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 this registry, on a new page entitled
"DNS Service Bindings (SVCB)" under the "Domain Name System (DNS) Parameters"
category.</t>
        <section anchor="procedure">
          <name>Procedure</name>
          <t>A registration MUST include the following fields:</t>
          <ul spacing="normal">
            <li>Number: wire format numeric identifier (range 0-65535)</li>
            <li>Name: unique presentation name</li>
            <li>Meaning: a short description</li>
            <li>Format Reference: pointer to specification text</li>
            <li>Change Controller: Person or entity, with contact information if appropriate.</li>
          </ul>
          <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>New entries in this registry are subject to an Expert Review registration
policy (<xref section="4.5" sectionFormat="comma" target="RFC8126"/>).  The designated expert MUST ensure that
the Format Reference is stable and publicly available, and that it specifies
how to convert the SvcParamValue's presentation format to wire format.  The
Format Reference MAY be any individual's Internet-Draft, or a document from
any other source with similar assurances of stability and availability.
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">
          <name>Initial contents</name>
          <t>The "Service Binding (SVCB) Parameter Registry" shall initially
be populated with the registrations below:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Number</th>
                <th align="left">Name</th>
                <th align="left">Meaning</th>
                <th align="left">Format Reference</th>
                <th align="left">Change Controller</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">mandatory</td>
                <td align="left">Mandatory keys in this RR</td>
                <td align="left">(This document) <xref target="mandatory"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">alpn</td>
                <td align="left">Additional supported protocols</td>
                <td align="left">(This document) <xref target="alpn-key"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">no-default-alpn</td>
                <td align="left">No support for default protocol</td>
                <td align="left">(This document) <xref target="alpn-key"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">port</td>
                <td align="left">Port for alternative endpoint</td>
                <td align="left">(This document) <xref target="svcparamkeys-port"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">ipv4hint</td>
                <td align="left">IPv4 address hints</td>
                <td align="left">(This document) <xref target="svcparamkeys-iphints"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">ech</td>
                <td align="left">Encrypted ClientHello info</td>
                <td align="left">(This document) <xref target="svcparamkeys-ech"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">ipv6hint</td>
                <td align="left">IPv6 address hints</td>
                <td align="left">(This document) <xref target="svcparamkeys-iphints"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">65280-65534</td>
                <td align="left">N/A</td>
                <td align="left">Private Use</td>
                <td align="left">(This document)</td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">65535</td>
                <td align="left">N/A</td>
                <td align="left">Reserved ("Invalid key")</td>
                <td align="left">(This document)</td>
                <td align="left">IETF</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="other-registry-updates">
        <name>Other registry updates</name>
        <t>Per <xref target="Attrleaf"/>, please add the following entry to the DNS Underscore
Global Scoped Entry Registry:</t>
        <table>
          <thead>
            <tr>
              <th align="left">RR TYPE</th>
              <th align="left">_NODE NAME</th>
              <th align="left">Meaning</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">HTTPS</td>
              <td align="left">_https</td>
              <td align="left">HTTPS SVCB info</td>
              <td align="left">(This document)</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="acknowledgments-and-related-proposals">
      <name>Acknowledgments and Related Proposals</name>
      <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,
Willem Toorop, Pieter Lexis, Puneet Sood,
Olivier Poitrey, Mashooq Muhaimen,
Tom Carpay, and many others for their feedback
and suggestions on this draft.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke">
              <organization>greenbytes GmbH</organization>
            </author>
            <date day="12" month="September" year="2021"/>
            <abstract>
              <t>   The Hypertext Transfer Protocol (HTTP) is a stateless application-
   level protocol for distributed, collaborative, hypertext information
   systems.  This document describes the overall architecture of HTTP,
   establishes common terminology, and defines aspects of the protocol
   that are shared by all versions.  In this definition are core
   protocol elements, extensibility mechanisms, and the "http" and
   "https" Uniform Resource Identifier (URI) schemes.

   This document updates RFC 3864 and obsoletes RFC 2818, RFC 7231, RFC
   7232, RFC 7233, RFC 7235, RFC 7538, RFC 7615, RFC 7694, and portions
   of RFC 7230.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
        </reference>
        <reference anchor="ECH">
          <front>
            <title>TLS Encrypted Client Hello</title>
            <author fullname="Eric Rescorla">
              <organization>RTFM, Inc.</organization>
            </author>
            <author fullname="Kazuho Oku">
              <organization>Fastly</organization>
            </author>
            <author fullname="Nick Sullivan">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Christopher A. Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="13" month="February" year="2022"/>
            <abstract>
              <t>   This document describes a mechanism in Transport Layer Security (TLS)
   for encrypting a ClientHello message under a server public key.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Source for this draft and an issue tracker can be found at
   https://github.com/tlswg/draft-ietf-tls-esni
   (https://github.com/tlswg/draft-ietf-tls-esni).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-esni-14"/>
        </reference>
        <reference anchor="Attrleaf">
          <front>
            <title>Scoped Interpretation of DNS Resource Records through "Underscored" Naming of Attribute Leaves</title>
            <author fullname="D. Crocker" initials="D." surname="Crocker">
              <organization/>
            </author>
            <date month="March" year="2019"/>
            <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., "_name").  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 "Underscored and Globally Scoped DNS Node Names" 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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author fullname="P.V. Mockapetris" initials="P.V." surname="Mockapetris">
              <organization/>
            </author>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System.  It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P.V. Mockapetris" initials="P.V." surname="Mockapetris">
              <organization/>
            </author>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System.  It obsoletes RFC-882.  This memo describes the domain style names and their used for host address look up and electronic mail forwarding.  It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="HappyEyeballsV2">
          <front>
            <title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <date month="December" year="2017"/>
            <abstract>
              <t>Many communication protocols operating over the modern Internet use hostnames.  These often resolve to multiple IP addresses, each of which may have different performance and connectivity characteristics.  Since specific addresses or address families (IPv4 or IPv6) may be blocked, broken, or sub-optimal on a network, clients that attempt multiple connections in parallel have a chance of establishing a connection more quickly.  This document specifies requirements for algorithms that reduce this user-visible delay and provides an example algorithm, referred to as "Happy Eyeballs".  This document obsoletes the original algorithm description in RFC 6555.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8305"/>
          <seriesInfo name="DOI" value="10.17487/RFC8305"/>
        </reference>
        <reference anchor="DoT">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <author fullname="Z. Hu" initials="Z." surname="Hu">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <author fullname="D. Wessels" initials="D." surname="Wessels">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS.  Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626.  In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group.  It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7858"/>
          <seriesInfo name="DOI" value="10.17487/RFC7858"/>
        </reference>
        <reference anchor="DoH">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS.  Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8484"/>
          <seriesInfo name="DOI" value="10.17487/RFC8484"/>
        </reference>
        <reference anchor="RFC7231">
          <front>
            <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <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">
          <front>
            <title>SOCKS Protocol Version 5</title>
            <author fullname="M. Leech" initials="M." surname="Leech">
              <organization/>
            </author>
            <author fullname="M. Ganis" initials="M." surname="Ganis">
              <organization/>
            </author>
            <author fullname="Y. Lee" initials="Y." surname="Lee">
              <organization/>
            </author>
            <author fullname="R. Kuris" initials="R." surname="Kuris">
              <organization/>
            </author>
            <author fullname="D. Koblas" initials="D." surname="Koblas">
              <organization/>
            </author>
            <author fullname="L. Jones" initials="L." surname="Jones">
              <organization/>
            </author>
            <date month="March" year="1996"/>
            <abstract>
              <t>This memo describes a protocol that is an evolution of the previous version of the protocol, version 4 [1]. This new protocol stems from active discussions and prototype implementations.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1928"/>
          <seriesInfo name="DOI" value="10.17487/RFC1928"/>
        </reference>
        <reference anchor="RFC3597">
          <front>
            <title>Handling of Unknown DNS Resource Record (RR) Types</title>
            <author fullname="A. Gustafsson" initials="A." surname="Gustafsson">
              <organization/>
            </author>
            <date month="September" year="2003"/>
            <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="RFC6147">
          <front>
            <title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo">
              <organization/>
            </author>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan">
              <organization/>
            </author>
            <author fullname="P. Matthews" initials="P." surname="Matthews">
              <organization/>
            </author>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum">
              <organization/>
            </author>
            <date month="April" year="2011"/>
            <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="RFC3225">
          <front>
            <title>Indicating Resolver Support of DNSSEC</title>
            <author fullname="D. Conrad" initials="D." surname="Conrad">
              <organization/>
            </author>
            <date month="December" year="2001"/>
            <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="RFC2181">
          <front>
            <title>Clarifications to the DNS Specification</title>
            <author fullname="R. Elz" initials="R." surname="Elz">
              <organization/>
            </author>
            <author fullname="R. Bush" initials="R." surname="Bush">
              <organization/>
            </author>
            <date month="July" year="1997"/>
            <abstract>
              <t>This document considers some areas that have been identified as problems with the specification of the Domain Name System, and proposes remedies for the defects identified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2181"/>
          <seriesInfo name="DOI" value="10.17487/RFC2181"/>
        </reference>
        <reference anchor="RFC7871">
          <front>
            <title>Client Subnet in DNS Queries</title>
            <author fullname="C. Contavalli" initials="C." surname="Contavalli">
              <organization/>
            </author>
            <author fullname="W. van der Gaast" initials="W." surname="van der Gaast">
              <organization/>
            </author>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence">
              <organization/>
            </author>
            <author fullname="W. Kumari" initials="W." surname="Kumari">
              <organization/>
            </author>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes an Extension Mechanisms for DNS (EDNS0) option that is in active use to carry information about the network that originated a DNS query and the network for which the subsequent response can be cached.  Since it has some known operational and privacy shortcomings, a revision will be worked through the IETF for improvement.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7871"/>
          <seriesInfo name="DOI" value="10.17487/RFC7871"/>
        </reference>
        <reference anchor="ALPN">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl">
              <organization/>
            </author>
            <author fullname="A. Popov" initials="A." surname="Popov">
              <organization/>
            </author>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="E. Stephan" initials="E." surname="Stephan">
              <organization/>
            </author>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="RFC5952">
          <front>
            <title>A Recommendation for IPv6 Address Text Representation</title>
            <author fullname="S. Kawamura" initials="S." surname="Kawamura">
              <organization/>
            </author>
            <author fullname="M. Kawashima" initials="M." surname="Kawashima">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <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="RFC4001">
          <front>
            <title>Textual Conventions for Internet Network Addresses</title>
            <author fullname="M. Daniele" initials="M." surname="Daniele">
              <organization/>
            </author>
            <author fullname="B. Haberman" initials="B." surname="Haberman">
              <organization/>
            </author>
            <author fullname="S. Routhier" initials="S." surname="Routhier">
              <organization/>
            </author>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder">
              <organization/>
            </author>
            <date month="February" year="2005"/>
            <abstract>
              <t>This MIB module defines textual conventions to represent commonly used Internet network layer addressing information.  The intent is that these textual conventions will be imported and used in MIB modules that would otherwise define their own representations.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4001"/>
          <seriesInfo name="DOI" value="10.17487/RFC4001"/>
        </reference>
        <reference anchor="RFC7050">
          <front>
            <title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
            <author fullname="T. Savolainen" initials="T." surname="Savolainen">
              <organization/>
            </author>
            <author fullname="J. Korhonen" initials="J." surname="Korhonen">
              <organization/>
            </author>
            <author fullname="D. Wing" initials="D." surname="Wing">
              <organization/>
            </author>
            <date month="November" year="2013"/>
            <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 "ipv4only.arpa.".  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="WebSocket">
          <front>
            <title>The WebSocket Protocol</title>
            <author fullname="I. Fette" initials="I." surname="Fette">
              <organization/>
            </author>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov">
              <organization/>
            </author>
            <date month="December" year="2011"/>
            <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="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <date month="October" year="2006"/>
            <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">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <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">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2".  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">
          <front>
            <title>Guidelines and Registration Procedures for URI Schemes</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler">
              <organization/>
            </author>
            <author fullname="T. Hansen" initials="T." surname="Hansen">
              <organization/>
            </author>
            <author fullname="T. Hardie" initials="T." surname="Hardie">
              <organization/>
            </author>
            <date month="June" year="2015"/>
            <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">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
          <front>
            <title>Fetch Living Standard</title>
            <author>
              <organization/>
            </author>
            <date year="2020" month="May"/>
          </front>
        </reference>
        <reference anchor="HTTP3">
          <front>
            <title>Hypertext Transfer Protocol Version 3 (HTTP/3)</title>
            <author fullname="Mike Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="2" month="February" year="2021"/>
            <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-34"/>
        </reference>
        <reference anchor="SRV">
          <front>
            <title>A DNS RR for specifying the location of services (DNS SRV)</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen">
              <organization/>
            </author>
            <author fullname="P. Vixie" initials="P." surname="Vixie">
              <organization/>
            </author>
            <author fullname="L. Esibov" initials="L." surname="Esibov">
              <organization/>
            </author>
            <date month="February" year="2000"/>
            <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="HSTS">
          <front>
            <title>HTTP Strict Transport Security (HSTS)</title>
            <author fullname="J. Hodges" initials="J." surname="Hodges">
              <organization/>
            </author>
            <author fullname="C. Jackson" initials="C." surname="Jackson">
              <organization/>
            </author>
            <author fullname="A. Barth" initials="A." surname="Barth">
              <organization/>
            </author>
            <date month="November" year="2012"/>
            <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="AltSvc">
          <front>
            <title>HTTP Alternative Services</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." surname="Reschke">
              <organization/>
            </author>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document specifies "Alternative Services" 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">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth">
              <organization/>
            </author>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", 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 "Origin", 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">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan">
              <organization/>
            </author>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara">
              <organization/>
            </author>
            <date month="January" year="2019"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs.  The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has sometimes changed in the decades since the DNS was first defined.  This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document obsoletes RFC 7719 and updates RFC 2308.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC1912">
          <front>
            <title>Common DNS Operational and Configuration Errors</title>
            <author fullname="D. Barr" initials="D." surname="Barr">
              <organization/>
            </author>
            <date month="February" year="1996"/>
            <abstract>
              <t>This memo describes errors often found in both the operation of Domain Name System (DNS) servers, and in the data that these DNS servers contain.  This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1912"/>
          <seriesInfo name="DOI" value="10.17487/RFC1912"/>
        </reference>
        <reference anchor="DNAME">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose">
              <organization/>
            </author>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards">
              <organization/>
            </author>
            <date month="June" year="2012"/>
            <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="I-D.bellis-dnsop-http-record">
          <front>
            <title>A DNS Resource Record for HTTP</title>
            <author fullname="Ray Bellis">
              <organization>Internet Systems Consortium, Inc.</organization>
            </author>
            <date day="3" month="November" 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"/>
        </reference>
        <reference anchor="I-D.ietf-dnsop-aname">
          <front>
            <title>Address-specific DNS aliases (ANAME)</title>
            <author fullname="Tony Finch">
              <organization>University of Cambridge</organization>
            </author>
            <author fullname="Evan Hunt">
              <organization>ISC</organization>
            </author>
            <author fullname="Peter van Dijk">
              <organization>PowerDNS</organization>
            </author>
            <author fullname="Anthony Eden">
              <organization>DNSimple</organization>
            </author>
            <author fullname="Matthijs Mekking">
              <organization>ISC</organization>
            </author>
            <date day="8" month="July" 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"/>
        </reference>
      </references>
    </references>
    <section anchor="decoding">
      <name>Decoding text in zone files</name>
      <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 <xref section="5.1" sectionFormat="of" target="RFC1035"/>.
Here we summarize the allowed input to that algorithm, using ABNF:</t>
      <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>
      <t>The decoding algorithm allows <tt>char-string</tt> to represent any <tt>*OCTET</tt>,
using quoting to group values (e.g., those with internal whitespace), and
escaping to represent each non-printable octet as a single <tt>escaped</tt> sequence.
In this document, this algorithm is referred to as "character-string decoding".
The algorithm is the same as used by <tt>&lt;character-string&gt;</tt> in RFC 1035,
although the output length in this document is not limited to 255 octets.</t>
      <section anchor="value-list">
        <name>Decoding a comma-separated list</name>
        <t>In order to represent lists of items in zone files, this specification uses
comma-separated lists.  When the allowed items in the list cannot contain ","
or "\", this is trivial.  (For simplicity, empty items are not allowed.)
A value-list parser that splits on "," and prohibits items containing "\"
is sufficient to comply with all requirements in this document.  This
corresponds to the <tt>simple-comma-separated</tt> syntax:</t>
        <artwork><![CDATA[
; item-allowed is OCTET minus "," and "\".
item-allowed           = %x00-2B / %x2D-5B / %x5D-FF
simple-item            = 1*item-allowed
simple-comma-separated = [simple-item *("," simple-item)]
]]></artwork>
        <t>For implementations that allow "," and "\" in item values, the following
escaping syntax applies:</t>
        <artwork><![CDATA[
item            = 1*OCTET
escaped-item    = 1*(item-allowed / "\," / "\\")
comma-separated = [escaped-item *("," escaped-item)]
]]></artwork>
        <t>Decoding of value-lists happens after character-string decoding.
For example, consider these <tt>char-string</tt> SvcParamValues:</t>
        <artwork><![CDATA[
"part1,part2,part3\\,part4\\\\"
part1\,\p\a\r\t2\044part3\092,part4\092\\
]]></artwork>
        <t>These inputs are equivalent: character-string decoding either of them would
produce the same <tt>value</tt>:</t>
        <artwork><![CDATA[
part1,part2,part3\,part4\\
]]></artwork>
        <t>Applying comma-separated list decoding to this <tt>value</tt> would produce a list
of three <tt>item</tt>s:</t>
        <artwork><![CDATA[
part1
part2
part3,part4\
]]></artwork>
      </section>
    </section>
    <section anchor="http-mapping-summary">
      <name>HTTP Mapping Summary</name>
      <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>
      <table>
        <thead>
          <tr>
            <th align="left"> </th>
            <th align="left"> </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <strong>Mapped scheme</strong></td>
            <td align="left">"https"</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Other affected schemes</strong></td>
            <td align="left">"http", "wss", "ws", (other HTTP-based)</td>
          </tr>
          <tr>
            <td align="left">
              <strong>RR type</strong></td>
            <td align="left">HTTPS (65)</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Name prefix</strong></td>
            <td align="left">None for port 443, else <tt>_$PORT._https</tt></td>
          </tr>
          <tr>
            <td align="left">
              <strong>Automatically Mandatory Keys</strong></td>
            <td align="left">
              <tt>port</tt>, <tt>no-default-alpn</tt></td>
          </tr>
          <tr>
            <td align="left">
              <strong>SvcParam defaults</strong></td>
            <td align="left">
              <tt>alpn</tt>: ["http/1.1"]</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Special behaviors</strong></td>
            <td align="left">HTTP to HTTPS upgrade</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Keys that records must include</strong></td>
            <td align="left">None</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="comparison-with-alternatives">
      <name>Comparison with alternatives</name>
      <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">
        <name>Differences from the SRV RR type</name>
        <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>
        <ul spacing="normal">
          <li>SRV records are typically mandatory, whereas SVCB is intended to be optional
when used with pre-existing protocols.</li>
          <li>SRV records cannot instruct the client to switch or upgrade
protocols, whereas SVCB can signal such an upgrade (e.g. to
HTTP/2).</li>
          <li>SRV records are not extensible, whereas SVCB and HTTPS RRs
can be extended with new parameters.</li>
          <li>SRV records specify a "weight" for unbalanced randomized load-balancing.
SVCB only supports balanced randomized load-balancing, although weights
could be added via a future SvcParam.</li>
        </ul>
      </section>
      <section anchor="differences-from-the-proposed-http-record">
        <name>Differences from the proposed HTTP record</name>
        <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">
        <name>Differences from the proposed ANAME record</name>
        <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">
        <name>Comparison with separate RR types for AliasMode and ServiceMode</name>
        <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="test-vectors">
      <name>Test vectors</name>
      <t>These test vectors only contain the RDATA portion of SVCB/HTTPS records in
presentation format, generic format (<xref target="RFC3597"/>) and wire format. The wire
format uses hexadecimal (\xNN) for each non-ascii byte. As the wireformat is
long, it is broken into several lines.</t>
      <section anchor="aliasmode">
        <name>AliasMode</name>
        <figure>
          <name>AliasMode</name>
          <artwork><![CDATA[
example.com.   HTTPS   0 foo.example.com.

\# 19 (
00 00                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00 ; target
)

\x00\x00                                           # priority
\x03foo\x07example\x03com\x00                      # target
]]></artwork>
        </figure>
      </section>
      <section anchor="servicemode-1">
        <name>ServiceMode</name>
        <figure>
          <name>TargetName is "."</name>
          <artwork><![CDATA[
example.com.   SVCB   1 .

\# 3 (
00 01      ; priority
00         ; target (root label)
)

\x00\x01   # priority
\x00       # target, root label
]]></artwork>
        </figure>
        <figure>
          <name>Specifies a port</name>
          <artwork><![CDATA[
example.com.   SVCB   16 foo.example.com. port=53

\# 25 (
00 10                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00 ; target
00 03                                              ; key 3
00 02                                              ; length 2
00 35                                              ; value
)

\x00\x10                                           # priority
\x03foo\x07example\x03com\x00                      # target
\x00\x03                                           # key 3
\x00\x02                                           # length: 2 bytes
\x00\x35                                           # value
]]></artwork>
        </figure>
        <figure>
          <name>A generic key and unquoted value</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. key667=hello

\# 28 (
00 01                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00 ; target
02 9b                                              ; key 667
00 05                                              ; length 5
68 65 6c 6c 6f                                     ; value
)

\x00\x01                                           # priority
\x03foo\x07example\x03com\x00                      # target
\x02\x9b                                           # key 667
\x00\x05                                           # length 5
hello                                              # value
]]></artwork>
        </figure>
        <figure>
          <name>A generic key and quoted value with a decimal escape</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. key667="hello\210qoo"

\# 32 (
00 01                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00 ; target
02 9b                                              ; key 667
00 09                                              ; length 9
68 65 6c 6c 6f d2 71 6f 6f                         ; value
)

\x00\x01                                           # priority
\x03foo\x07example\x03com\x00                      # target
\x02\x9b                                           # key 667
\x00\x09                                           # length 9
hello\xd2qoo                                       # value
]]></artwork>
        </figure>
        <figure>
          <name>Two quoted IPv6 hints</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. (
                      ipv6hint="2001:db8::1,2001:db8::53:1"
                      )

\# 55 (
00 01                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 63 6f 6d 00 ; target
00 06                                              ; key 6
00 20                                              ; length 32
20 01 0d b8 00 00 00 00 00 00 00 00 00 00 00 01    ; first address
20 01 0d b8 00 00 00 00 00 00 00 00 00 53 00 01    ; second address
)

\x00\x01                                           # priority
\x03foo\x07example\x03com\x00                      # target
\x00\x06                                           # key 6
\x00\x20                                           # length 32
\x20\x01\x0d\xb8\x00\x00\x00\x00
     \x00\x00\x00\x00\x00\x00\x00\x01              # first address
\x20\x01\x0d\xb8\x00\x00\x00\x00
     \x00\x00\x00\x00\x00\x53\x00\x01              # second address
]]></artwork>
        </figure>
        <figure>
          <name>An IPv6 hint using the embedded IPv4 syntax</name>
          <artwork><![CDATA[
example.com.   SVCB   1 example.com. ipv6hint="2001:db8:122:344::192.0.2.33"

\# 35 (
00 01                                              ; priority
07 65 78 61 6d 70 6c 65 03 63 6f 6d 00             ; target
00 06                                              ; key 6
00 10                                              ; length 16
20 01 0d b8 01 22 03 44 00 00 00 00 c0 00 02 21    ; address
)

\x00\x01                                           # priority
\x07example\x03com\x00                             # target
\x00\x06                                           # key 6
\x00\x10                                           # length 16
\x20\x01\x0d\xb8\x01\x22\x03\x44
     \x00\x00\x00\x00\xc0\x00\x02\x21              # address
]]></artwork>
        </figure>
        <figure>
          <name>SvcParamKey ordering is arbitrary in presentation format but sorted in wire format</name>
          <artwork><![CDATA[
example.com.   SVCB   16 foo.example.org. (
                      alpn=h2,h3-19 mandatory=ipv4hint,alpn
                      ipv4hint=192.0.2.1
                      )

\# 48 (
00 10                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 ; target
00 00                                              ; key 0
00 04                                              ; param length 4
00 01                                              ; value: key 1
00 04                                              ; value: key 4
00 01                                              ; key 1
00 09                                              ; param length 9
02                                                 ; alpn length 2
68 32                                              ; alpn value
05                                                 ; alpn length 5
68 33 2d 31 39                                     ; alpn value
00 04                                              ; key 4
00 04                                              ; param length 4
c0 00 02 01                                        ; param value
)

\x00\x10                                           # priority
\x03foo\x07example\x03org\x00                      # target
\x00\x00                                           # key 0
\x00\x04                                           # param length 4
\x00\x01                                           # value: key 1
\x00\x04                                           # value: key 4
\x00\x01                                           # key 1
\x00\x09                                           # param length 9
\x02                                               # alpn length 2
h2                                                 # alpn value
\x05                                               # alpn length 5
h3-19                                              # alpn value
\x00\x04                                           # key 4
\x00\x04                                           # param length 4
\xc0\x00\x02\x01                                   # param value
]]></artwork>
        </figure>
        <figure>
          <name>An alpn value with an escaped comma and an escaped backslash in two presentation formats</name>
          <artwork><![CDATA[
example.com.   SVCB   16 foo.example.org. alpn="f\\\\oo\\,bar,h2"
example.com.   SVCB   16 foo.example.org. alpn=f\\\092oo\092,bar,h2

\# 35 (
00 10                                              ; priority
03 66 6f 6f 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 ; target
00 01                                              ; key 1
00 0c                                              ; param length 12
08                                                 ; alpn length 8
66 5c 6f 6f 2c 62 61 72                            ; alpn value
02                                                 ; alpn length 2
68 32                                              ; alpn value
)

\x00\x10                                           # priority
\x03foo\x07example\x03org\x00                      # target
\x00\x01                                           # key 1
\x00\x0c                                           # param length 12
\x08                                               # alpn length 8
f\oo,bar                                           # alpn value
\x02                                               # alpn length 2
h2                                                 # alpn value
]]></artwork>
        </figure>
      </section>
      <section anchor="failure-cases">
        <name>Failure cases</name>
        <t>This subsection contains test vectors which are not
compliant with this document. The various reasons for non-compliance
are explained with each example.</t>
        <figure>
          <name>Multiple instances of the same SvcParamKey</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. (
                       key123=abc key123=def
                       )
]]></artwork>
        </figure>
        <figure>
          <name>Missing SvcParamValues that must be nonempty</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory
example.com.   SVCB   1 foo.example.com. alpn
example.com.   SVCB   1 foo.example.com. port
example.com.   SVCB   1 foo.example.com. ipv4hint
example.com.   SVCB   1 foo.example.com. ipv6hint
]]></artwork>
        </figure>
        <figure>
          <name>The "no-default-alpn" SvcParamKey value must be empty</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. no-default-alpn=abc
]]></artwork>
        </figure>
        <figure>
          <name>A mandatory SvcParam is missing</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory=key123
]]></artwork>
        </figure>
        <figure>
          <name>The "mandatory" SvcParamKey must not be included in the mandatory list</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory=mandatory
]]></artwork>
        </figure>
        <figure>
          <name>Multiple instances of the same SvcParamKey in the mandatory list</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. (
                      mandatory=key123,key123 key123=abc
                      )
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="change-history">
      <name>Change history</name>
      <t>(This section to be removed by the RFC editor.)</t>
      <ul spacing="normal">
        <li>
          <t>draft-ietf-dnsop-svcb-https-10
          </t>
          <ul spacing="normal">
            <li>Clarify rationale for two recommendations</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-09
          </t>
          <ul spacing="normal">
            <li>
              <t>Extensive adjustments based on IESG reviews, including:
              </t>
              <ul spacing="normal">
                <li>IANA registry changed to Expert Review policy</li>
                <li>Adjustments to the use of normative language</li>
                <li>Revised and expanded description of HSTS behavior</li>
                <li>Expanded discussion of CNAME handling</li>
                <li>Discussion of SvcParams in AliasMode records</li>
                <li>Restructured ABNF for comma-separated lists</li>
                <li>Additional references and many other minor clarifications</li>
              </ul>
            </li>
            <li>
              <t>Other changes include:
              </t>
              <ul spacing="normal">
                <li>New section on interaction with DNS64</li>
                <li>New text on the interpretation of wildcard owner names</li>
                <li>Adjusted guidance on default ALPN enforcement</li>
                <li>Removed mention of IPv4-mapped IPv6</li>
              </ul>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-08
          </t>
          <ul spacing="normal">
            <li>
              <t>Extensive structural and editorial adjustments based on area reviews,
including:
              </t>
              <ul spacing="normal">
                <li>A new section on SVCB-compatible record types</li>
                <li>Reorganized description of client behavior</li>
                <li>Test vectors are now in titled figures</li>
                <li>Adjusted mapping summary</li>
                <li>Improve description of rules for resolver handling of invalid
SvcParamValues.</li>
              </ul>
            </li>
            <li>New text on cross-transport fallback (e.g. QUIC vs. TCP)</li>
            <li>Improved explanation of use with domain-oriented transport proxies</li>
            <li>HTTP terminology adjusted to match draft-ietf-httpbis-semantics</li>
            <li>Improved and corrected IANA instructions</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-07
          </t>
          <ul spacing="normal">
            <li>Editorial improvements following AD review.</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-06
          </t>
          <ul spacing="normal">
            <li>Add requirements for HTTPS origins that also use Alt-Svc</li>
            <li>Remove requirement for comma-escaping related to unusual ALPN values</li>
            <li>Allow resolvers to reject invalid SvcParamValues, with additional
guidance</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-05
          </t>
          <ul spacing="normal">
            <li>Specify interaction with EDNS Client Subnet and Additional section caching</li>
            <li>Rename "echconfig" to "ech"</li>
            <li>Add a suite of test vectors (both valid and invalid) and more examples</li>
            <li>Clarify requirements for resolvers' (non-)use of SvcParams</li>
            <li>Clarify guidance regarding default ALPN values</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-04
          </t>
          <ul spacing="normal">
            <li>Simplify the IANA instructions (pure First Come First Served)</li>
            <li>Recommend against publishing chains of &gt;8 aliases</li>
            <li>Clarify requirements for using SVCB with a transport proxy</li>
            <li>Adjust guidance for Port Prefix Naming</li>
            <li>Minor editorial updates</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-03
          </t>
          <ul spacing="normal">
            <li>Simplified escaping of comma-separated values</li>
            <li>Reorganized client requirements</li>
            <li>Added a warning about port filtering for cross-protocol attacks</li>
            <li>Clarified self-consistency rules for SvcParams</li>
            <li>Added a non-normative mapping summary table for HTTPS</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-02
          </t>
          <ul spacing="normal">
            <li>Added a Privacy Considerations section</li>
            <li>Adjusted resolution fallback description</li>
            <li>Clarified status of SvcParams in AliasMode</li>
            <li>Improved advice on zone structuring and use with Alt-Svc</li>
            <li>Improved examples, including a new Multi-CDN example</li>
            <li>Reorganized text on value-list parsing and SvcPriority</li>
            <li>Improved phrasing and other editorial improvements throughout</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-01
          </t>
          <ul spacing="normal">
            <li>Added a "mandatory" SvcParamKey</li>
            <li>Added the ability to indicate that a service does not exist</li>
            <li>Adjusted resolution and ALPN algorithms</li>
            <li>Major terminology revisions for "origin" and CamelCase names</li>
            <li>Revised ABNF</li>
            <li>Include allocated RR type numbers</li>
            <li>Various corrections, explanations, and recommendations</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-https-00
          </t>
          <ul spacing="normal">
            <li>Rename HTTPSSVC RR to HTTPS RR</li>
            <li>Rename "an SVCB" to "a SVCB"</li>
            <li>Removed "design considerations and open issues" section and some other "to be removed" text</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-httpssvc-03
          </t>
          <ul spacing="normal">
            <li>Revised chain length limit requirements</li>
            <li>Revised IANA registry rules for SvcParamKeys</li>
            <li>Require HTTPS clients to implement SNI</li>
            <li>Update terminology for Encrypted ClientHello</li>
            <li>Clarifications: non-default ports, transport proxies, HSTS procedure, WebSocket behavior, wire format, IP hints, inner/outer ClientHello with ECH</li>
            <li>Various textual and ABNF corrections</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-httpssvc-02
          </t>
          <ul spacing="normal">
            <li>All changes to Alt-Svc have been removed</li>
            <li>Expanded and reorganized examples</li>
            <li>Priority zero is now the definition of AliasForm</li>
            <li>Repeated SvcParamKeys are no longer allowed</li>
            <li>The "=" sign may be omitted in a key=value pair if the value is also empty</li>
            <li>In the wire format, SvcParamKeys must be in sorted order</li>
            <li>New text regarding how to handle resolution timeouts</li>
            <li>Expanded description of recursive resolver behavior</li>
            <li>Much more precise description of the intended ALPN behavior</li>
            <li>Match the HSTS specification's language on HTTPS enforcement</li>
            <li>Removed 'esniconfig=""' mechanism and simplified ESNI connection logic</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-httpssvc-01
          </t>
          <ul spacing="normal">
            <li>Reduce the emphasis on conversion between HTTPSSVC and Alt-Svc</li>
            <li>Make the "untrusted channel" concept more precise.</li>
            <li>Make SvcFieldPriority = 0 the definition of AliasForm, instead of a requirement.</li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-dnsop-svcb-httpssvc-00
          </t>
          <ul spacing="normal">
            <li>Document an optimization for optimistic pre-connection. (Chris Wood)</li>
            <li>Relax IP hint handling requirements. (Eric Rescorla)</li>
          </ul>
        </li>
        <li>
          <t>draft-nygren-dnsop-svcb-httpssvc-00
          </t>
          <ul spacing="normal">
            <li>Generalize to an SVCB record, with special-case
handling for Alt-Svc and HTTPS separated out
to dedicated sections.</li>
            <li>Split out a separate HTTPSSVC record for
the HTTPS use-case.</li>
            <li>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.</li>
            <li>Remove one optimization.</li>
          </ul>
        </li>
        <li>
          <t>draft-nygren-httpbis-httpssvc-03
          </t>
          <ul spacing="normal">
            <li>Change redirect type for HSTS-style behavior
from 302 to 307 to reduce ambiguities.</li>
          </ul>
        </li>
        <li>
          <t>draft-nygren-httpbis-httpssvc-02
          </t>
          <ul spacing="normal">
            <li>Remove the redundant length fields from the wire format.</li>
            <li>Define a SvcDomainName of "." for SvcRecordType=1
as being the HTTPSSVC RRNAME.</li>
            <li>Replace "hq" with "h3".</li>
          </ul>
        </li>
        <li>
          <t>draft-nygren-httpbis-httpssvc-01
          </t>
          <ul spacing="normal">
            <li>Fixes of record name.  Replace references to "HTTPSVC" with "HTTPSSVC".</li>
          </ul>
        </li>
        <li>
          <t>draft-nygren-httpbis-httpssvc-00
          </t>
          <ul spacing="normal">
            <li>Initial version</li>
          </ul>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
w15z61+GIX+K0Y8BAA==

-->

</rfc>
