<?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.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-svcb-https-11" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <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-11"/>
    <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,
if at least one AliasMode record was processed,
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="operational-considerations">
        <name>Operational considerations</name>
        <t>Note that some implementations may not allow A or AAAA records on names
starting with an underscore due to various interpretations of RFCs.
This could be an operational issue when the TargetName contains an attrleaf label,
as well as using an TargetName of "." when the owner name contains an attrleaf label.</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" initials="R. T." surname="Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham" initials="M." surname="Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke" initials="J." surname="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 RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 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" initials="E." surname="Rescorla">
              <organization>RTFM, Inc.</organization>
            </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <author fullname="Nick Sullivan" initials="N." surname="Sullivan">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="3" month="October" 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-15"/>
        </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. Mockapetris" initials="P." 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. Mockapetris" initials="P." 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>HTTP/3</title>
            <author fullname="Mike Bishop" initials="M." surname="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.
              </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" initials="R." surname="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" initials="T." surname="Finch">
              <organization>University of Cambridge</organization>
            </author>
            <author fullname="Evan Hunt" initials="E." surname="Hunt">
              <organization>ISC</organization>
            </author>
            <author fullname="Peter van Dijk" initials="P." surname="van Dijk">
              <organization>PowerDNS</organization>
            </author>
            <author fullname="Anthony Eden" initials="A." surname="Eden">
              <organization>DNSimple</organization>
            </author>
            <author fullname="Matthijs Mekking" initials="W. M." surname="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-11
          </t>
          <ul spacing="normal">
            <li>
              <t>Narrow set of post-IESG clarifications:
              </t>
              <ul spacing="normal">
                <li>Clarify that that the fallback addition of the
QNAME was for the AliasMode case</li>
                <li>Note that some implementations may not allow A/AAAA
records on names starting with an underscore</li>
              </ul>
            </li>
          </ul>
        </li>
        <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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
9sY04Ks+nSig0/5XJ7QxyoznYRM57HhkJ6i+Der/4llvlNc9YgvPek/29o56
WTG+edYbDoe9bLdj1kwzFnZOBhokR/JUeu6CjfWDRF9x1F4jrmBhvdw1Ei6e
ROcuj0l3cBaVBatpVDnZZmYeUansCixw2IG7H2gRB8wDVbs9x6WQGgcHYQQ8
9gMuOkrgv3baJIOaVT992mJJwyixBw/Y3ocaOL8GHz1I1CE0apZ63bfMfHtd
Ll0Y1vYIsyGb+THWhjQAfv7LsWTIV03mYxEDBJs+ZlWSYCT6aRrizNFNnHDE
gpBTNnSwbqR91Y3KZZSpeNUDSmB+iK2gEY5Ll9hltuujNFei2LlekJRZTLKY
BtKogJBYTVlvcK4aDKluCo68hSY4r0oXgIwQqrwlu2JBXiaHiuTDJ9cYO3Wk
+oLmdlAyjJ8qrq9JYvV1qzNSgPTaw7RBTgpuLznlY2rkReI40myM0KjhOmm6
b7xZ9hgjJ1EigYMEs8qam/V0KhmmpMVY+BxHRJrDnXsT45yZjuZ9smiBtoyf
Lko8MmFW5ZPBKJ/lizEbW+hERIr+9MARNEX4tGjIH4cYSOlSf3Nn/9ZMYaEe
mSa5D4meLTqxnYXjaZcz62ICcW2sIC4gOe8kNivE8DTpcIlBUhRjvpK1Har3
opyjVKHJQBSWo0vhMyssKViIDrlSwJjlvljdLKWKkhbwHfXUUXgzBzPsP90/
iHxKvQuba+wcCBhgh6leZMyTkEWT9ukMyGxpsBQIFiwKjHIblT6i0r/hOZTg
5Jj3vNV1vht+XpB6IdlmcbWUCicVL8F0qvqaCwLEIHzyg15ccO46i0lM90QW
HCurFlkL6KImF6r6OWVHNjKOw3uKzJuOsiaFIwc5My0Jk27yO7rcWa9ipWpW
Vcv2/hgPbTwTJTU2moIsSk0IdRjQtTbgawyNpzVrNcUcU7SzOwnNKomft9eU
hGrnELniAKyW8WnzPbJIxdRXXEIx7bAVMg8ScpECcLCMQ87bSUebJH9Q4KQf
Uyp2stU8pl+yBJDIZHtP9rinwCGtPiI+b6UfyrmDVlpJkgGVbBbG4BkTKqFt
FioTgfLwUSJQbrYGs/iZDkCcNJJZNOGRUTgmOoLIjOAVXvoNm61y0OZkwixq
DldQcgNt3BegpgUOv2Z/R7R0U+78Dbkaka/7uWVRlSg7BwES2bxsCuFod/l9
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

-->

</rfc>
