<?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.8 (Ruby 3.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-svcb-https-09" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.5 -->
  <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-09"/>
    <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.  Zone-file implementations SHOULD enforce
self-consistency.  Clients MUST reject any RR whose recognized SvcParams
are not self-consistent, and MAY reject the entire RRSet.</t>
        </section>
      </section>
      <section anchor="dot">
        <name>Special handling of "." in TargetName</name>
        <t>If TargetName has the value "." (represented in the wire format as a
zero-length label), special rules apply.</t>
        <section anchor="aliasdot">
          <name>AliasMode</name>
          <t>For AliasMode SVCB RRs, a TargetName of "." indicates that the service
is not available or does not exist.  This indication is advisory:
clients encountering this indication MAY ignore it and attempt to connect
without the use of SVCB.</t>
        </section>
        <section anchor="servicemode">
          <name>ServiceMode</name>
          <t>For ServiceMode SVCB RRs, if TargetName has the value ".", then the
owner name of this record MUST be used as the effective TargetName.
If the record has a wildcard owner name in the zone file, the recipient
SHALL use the response's synthesized owner name as the effective TargetName.</t>
          <t>For example, in the following example "svc2.example.net"
is the effective TargetName:</t>
          <artwork><![CDATA[
example.com.      7200  IN HTTPS 0 svc.example.net.
svc.example.net.  7200  IN CNAME svc2.example.net.
svc2.example.net. 7200  IN HTTPS 1 . port=8002 ech="..."
svc2.example.net. 300   IN A     192.0.2.2
svc2.example.net. 300   IN AAAA  2001:db8::2
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="client-behavior">
      <name>Client behavior</name>
      <t>"SVCB resolution" is the process of enumerating the priority-ordered endpoints
for a service, as performed by the client.  SVCB resolution is implemented as follows:</t>
      <ol spacing="normal" type="1"><li>Let $QNAME be the service name plus appropriate prefixes for the
scheme (see <xref target="svcb-names"/>).</li>
        <li>Issue a SVCB query for $QNAME.</li>
        <li>If an AliasMode SVCB record is returned for $QNAME (after following CNAMEs
as normal), set $QNAME to its TargetName (without
additional prefixes) and loop back to step 2,
subject to chain length limits and loop detection heuristics (see
<xref target="client-failures"/>).</li>
        <li>If one or more "compatible" (<xref target="mandatory"/>) ServiceMode records are returned,
these represent the alternative endpoints.</li>
        <li>Otherwise, SVCB resolution has failed, and the list of known endpoints is
empty.</li>
      </ol>
      <t>This procedure does not rely on any recursive or authoritative DNS server to
comply with this specification or have any awareness of SVCB.</t>
      <t>A client is called "SVCB-optional" if it can connect without the use of
ServiceMode records, and "SVCB-reliant" otherwise.  Clients for pre-existing
protocols (e.g. HTTP) SHALL implement SVCB-optional behavior (except as
noted in <xref target="client-failures"/> and <xref target="ech-client-behavior"/>).</t>
      <t>SVCB-optional clients SHOULD issue in parallel any other DNS queries that might
be needed for connection establishment if the SVCB record is absent, in order to minimize delay
in that case and enable the optimizations discussed in <xref target="optimizations"/>.</t>
      <t>Once SVCB resolution has concluded, whether successful or not,
SVCB-optional clients SHALL append to the priority list an
endpoint consisting of the final value of $QNAME, the authority
endpoint's port number, and no SvcParams.  (This endpoint will be
attempted before falling back to non-SVCB connection modes.  This ensures that
SVCB-optional clients will make use of an AliasMode record whose TargetName has
A and/or AAAA records but no SVCB records.)</t>
      <t>The client proceeds with connection establishment using the resolved list of
endpoints.  Clients SHOULD try higher-priority alternatives first, with
fallback to lower-priority alternatives.  Clients resolve AAAA and/or A
records for the selected TargetName, and MAY choose between them using an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.</t>
      <t>If the client is SVCB-optional, and connecting using this list of endpoints has
failed, the client now attempts to use non-SVCB connection modes.</t>
      <t>Some important optimizations are discussed in <xref target="optimizations"/>
to avoid additional latency in comparison to ordinary AAAA/A lookups.</t>
      <section anchor="client-failures">
        <name>Handling resolution failures</name>
        <t>If DNS responses are cryptographically protected (e.g. using DNSSEC or
TLS <xref target="DoT"/><xref target="DoH"/>), and SVCB resolution fails
due to an authentication error, SERVFAIL response, transport error, or
timeout, the client SHOULD abandon its attempt to reach the service, even
if the client is SVCB-optional.  Otherwise, an active attacker
could mount a downgrade attack by denying the user access to the SvcParams.</t>
        <t>A SERVFAIL error can occur if the domain is DNSSEC-signed, the recursive
resolver is DNSSEC-validating, and the attacker is between the recursive
resolver and the authoritative DNS server.  A transport error or timeout can
occur if an active attacker between the client and the recursive resolver is
selectively dropping SVCB queries or responses, based on their size or
other observable patterns.</t>
        <t>If the client enforces DNSSEC validation on A/AAAA responses, it SHOULD
apply the same validation policy to SVCB.</t>
        <t>If DNS responses are not cryptographically protected, clients MAY treat
SVCB resolution failure as fatal or nonfatal.</t>
        <t>If the client is unable to complete SVCB resolution due to its chain length
limit, the client MUST fall back to the authority endpoint, as if the
origin's SVCB record did not exist.</t>
      </section>
      <section anchor="clients-using-a-proxy">
        <name>Clients using a Proxy</name>
        <t>Clients using a domain-oriented transport proxy like HTTP CONNECT
(<xref section="4.3.6" sectionFormat="comma" target="RFC7231"/>) or SOCKS5 (<xref target="RFC1928"/>) have the option to
use named destinations, in which case the client does not perform
any A or AAAA queries for destination domains.  If the client is configured
to use named
destinations with a proxy that does not provide SVCB query capability
(e.g. through an affiliated DNS resolver), the client would have to perform
SVCB resolution separately, likely disclosing the destinations to additional parties than just the proxy.
Clients in this configuration SHOULD arrange for a separate SVCB resolution
procedure with appropriate privacy properties.  If this is not possible,
SVCB-optional clients MUST disable SVCB resolution entirely, and SVCB-required
clients MUST treat the configuration as invalid.</t>
        <t>If the client does use SVCB and named destinations, the client SHOULD follow
the standard SVCB resolution process, selecting the smallest-SvcPriority
option that is compatible with the client and the proxy.  When connecting
using a SVCB record, clients MUST provide the final TargetName and port to the
proxy, which will perform any required A and AAAA lookups.</t>
        <t>This arrangement has several benefits:</t>
        <ul spacing="normal">
          <li>
            <t>Compared to disabling SVCB:
            </t>
            <ul spacing="normal">
              <li>It allows the client to use the SvcParams, if present, which are
only usable with a specific TargetName.  The SvcParams may
include information that enhances performance (e.g. alpn) and privacy
(e.g. ech).</li>
              <li>It allows the service to delegate the apex domain.</li>
            </ul>
          </li>
          <li>
            <t>Compared to providing the proxy with an IP address:
            </t>
            <ul spacing="normal">
              <li>It allows the proxy to select between IPv4 and IPv6 addresses for the
server according to its configuration.</li>
              <li>It ensures that the proxy receives addresses based on its network
geolocation, not the client's.</li>
              <li>It enables faster fallback for TCP destinations with multiple addresses
of the same family.</li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="server-behavior">
      <name>DNS Server Behavior</name>
      <section anchor="authoritative-behavior">
        <name>Authoritative servers</name>
        <t>When replying to a SVCB query, authoritative DNS servers SHOULD return
A, AAAA, and SVCB records in the Additional Section for any TargetNames
that are in the zone.  If the zone is signed, the server SHOULD also
include positive or negative DNSSEC responses for these records in the Additional
section.</t>
        <t>See <xref target="ecs"/> for exceptions.</t>
      </section>
      <section anchor="recursive-behavior">
        <name>Recursive resolvers</name>
        <t>Whether the recursive resolver is aware of SVCB or not, the normal response
construction process (i.e. unknown RR type resolution under <xref target="RFC3597"/>)
generates the Answer section of the response.
Recursive resolvers that are aware of SVCB SHOULD help the client to
execute the procedure in <xref target="client-behavior"/> with minimum overall
latency by incorporating additional useful information into the
Additional section of the response as follows:</t>
        <ol spacing="normal" type="1"><li>Incorporate the results of SVCB resolution.  If the recursive resolver's
local chain length limit (which may be different from the client's limit) has
been reached, terminate.</li>
          <li>
            <t>If any of the resolved SVCB records are in AliasMode, choose one of them
at random, and resolve SVCB, A, and AAAA records for its
TargetName.  </t>
            <ul spacing="normal">
              <li>If any SVCB records are resolved, go to step 1.</li>
              <li>Otherwise, incorporate the results of A and AAAA resolution, and
terminate.</li>
            </ul>
          </li>
          <li>All the resolved SVCB records are in ServiceMode.  Resolve A and AAAA
queries for each TargetName (or for the owner name if TargetName
is "."), incorporate all the results, and terminate.</li>
        </ol>
        <t>In this procedure, "resolve" means the resolver's ordinary recursive
resolution procedure, as if processing a query for that RRSet.
This includes following any aliases that the resolver would ordinarily
follow (e.g. CNAME, DNAME <xref target="DNAME"/>).  Errors or anomalies in
obtaining additional records MAY cause this process to terminate, but
MUST NOT themselves cause the resolver to send a failure response.</t>
        <t>See <xref target="alias-mode"/> for additional safeguards for recursive resolvers
to implement to mitigate loops.</t>
        <t>See <xref target="incomplete-response"/> for possible optimizations of this procedure.</t>
        <section anchor="dns64">
          <name>DNS64</name>
          <t>DNS64 resolvers synthesize responses to AAAA queries for names that only
have an A record (<xref section="5.1.7" sectionFormat="of" target="RFC6147"/>).  SVCB-aware DNS64
resolvers SHOULD apply the same synthesis logic when resolving AAAA
records for the TargetName for inclusion as Additionals (Step 2 in
<xref target="recursive-behavior"/>), and MAY omit the Additional A records.</t>
          <t>DNS64 resolvers MUST NOT extrapolate the AAAA synthesis logic to the IP
hints in the SvcParams (<xref target="svcparamkeys-iphints"/>).  Modifying the IP hints
would break DNSSEC validation for the SVCB record and would not improve
performance when the above recommendation is implemented.</t>
        </section>
      </section>
      <section anchor="general-requirements">
        <name>General requirements</name>
        <t>Recursive resolvers MUST be able to convey SVCB records with unrecognized
SvcParamKeys, and MAY treat the entire SvcParams portion of the record as
opaque, even if the contents are invalid.  Alternatively, recursive
resolvers MAY report an error such as SERVFAIL to avoid returning a
SvcParamValue that is invalid according to the SvcParam's specification.
For complex value types whose interpretation might differ
between implementations or have additional future
allowed values added (e.g. URIs or "alpn"), resolvers
SHOULD limit validation to specified constraints.</t>
        <t>When responding to a query that includes the DNSSEC OK bit (<xref target="RFC3225"/>),
DNSSEC-capable recursive and authoritative DNS servers MUST accompany
each RRSet in the Additional section with the same DNSSEC-related records
that they would send when providing that RRSet as an Answer (e.g. RRSIG, NSEC,
NSEC3).</t>
        <t>According to <xref section="5.4.1" sectionFormat="of" target="RFC2181"/>, "Unauthenticated RRs received
and cached from ... the additional data section ... should not be cached in
such a way that they would ever be returned as answers to a received query.
They may be returned as additional information where appropriate.".
Recursive resolvers therefore MAY cache records from the Additional section
for use in populating Additional section responses, and MAY cache them
for general use if they are authenticated by DNSSEC.</t>
      </section>
      <section anchor="ecs">
        <name>EDNS Client Subnet (ECS)</name>
        <t>The EDNS Client Subnet option (ECS, <xref target="RFC7871"/>) allows recursive
resolvers to request IP addresses that are suitable for a particular client
IP range.  SVCB records may contain IP addresses (in ipv*hint SvcParams),
or direct users to a subnet-specific TargetName, so recursive resolvers
SHOULD include the same ECS option in SVCB queries as in A/AAAA queries.</t>
        <t>According to <xref section="7.3.1" sectionFormat="of" target="RFC7871"/>, "Any records from [the
Additional section] MUST NOT be tied to a network".  Accordingly,
when processing a response whose QTYPE is SVCB-compatible,
resolvers SHOULD treat any records in the Additional section as having
SOURCE PREFIX-LENGTH zero and SCOPE PREFIX-LENGTH as specified
in the ECS option.  Authoritative servers MUST omit such records if they are
not suitable for use by any stub resolvers that set SOURCE PREFIX-LENGTH to
zero.  This will cause the resolver to perform a follow-up query that can
receive properly tailored ECS.  (This is similar to the usage of CNAME with
ECS discussed in <xref section="7.2.1" sectionFormat="comma" target="RFC7871"/>.)</t>
        <t>Authoritative servers that omit Additional records can avoid the added
latency of a follow-up query by following the advice in <xref target="zone-performance"/>.</t>
      </section>
    </section>
    <section anchor="optimizations">
      <name>Performance optimizations</name>
      <t>For optimal performance (i.e. minimum connection setup time), clients
SHOULD implement a client-side DNS cache.
Responses in the Additional section of a SVCB response SHOULD be placed
in cache before performing any follow-up queries.
With this behavior, and conforming DNS servers,
using SVCB does not add network latency to connection setup.</t>
      <t>To improve performance when using a non-conforming recursive resolver, clients
SHOULD issue speculative A and/or AAAA queries in parallel with each SVCB
query, based on a predicted value of TargetName (see <xref target="zone-performance"/>).</t>
      <t>After a ServiceMode RRSet is received, clients MAY try more than one option
in parallel, and MAY prefetch A and AAAA records for multiple TargetNames.</t>
      <section anchor="optimistic-pre-connection-and-connection-reuse">
        <name>Optimistic pre-connection and connection reuse</name>
        <t>If an address response arrives before the corresponding SVCB response, the
client MAY initiate a connection as if the SVCB query returned NODATA, but
MUST NOT transmit any information that could be altered by the SVCB response
until it arrives.  For example, a TLS ClientHello can be altered by the
"ech" value of a SVCB response (<xref target="svcparamkeys-ech"/>).  Clients
implementing this optimization SHOULD wait for 50 milliseconds before
starting optimistic pre-connection, as per the guidance in
<xref target="HappyEyeballsV2"/>.</t>
        <t>A SVCB record is consistent with a connection
if the client would attempt an equivalent connection when making use of
that record. If a SVCB record is consistent with an active or in-progress
connection C, the client MAY prefer that record and use C as its connection.
For example, suppose the client receives this SVCB RRSet for a protocol
that uses TLS over TCP:</t>
        <artwork><![CDATA[
_1234._bar.example.com. 300 IN SVCB 1 svc1.example.net. (
    ech="111..." ipv6hint=2001:db8::1 port=1234 )
                               SVCB 2 svc2.example.net. (
    ech="222..." ipv6hint=2001:db8::2 port=1234 )
]]></artwork>
        <t>If the client has an in-progress TCP connection to <tt>[2001:db8::2]:1234</tt>,
it MAY proceed with TLS on that connection using <tt>ech="222..."</tt>, even
though the other record in the RRSet has higher priority.</t>
        <t>If none of the SVCB records are consistent
with any active or in-progress connection,
clients proceed with connection establishment as described in
<xref target="client-behavior"/>.</t>
      </section>
      <section anchor="incomplete-response">
        <name>Generating and using incomplete responses</name>
        <t>When following the procedure in <xref target="recursive-behavior"/>, recursive
resolvers MAY terminate the procedure early and produce a reply that omits
some of the associated RRSets.  This is REQUIRED when the chain length limit
is reached (<xref target="recursive-behavior"/> step 1), but might also be appropriate
when the maximum response size is reached, or when responding before fully
chasing dependencies would improve performance.  When omitting certain
RRSets, recursive resolvers SHOULD prioritize information for
smaller-SvcPriority records.</t>
        <t>As discussed in <xref target="client-behavior"/>, clients MUST be able to fetch additional
information that is required to use a SVCB record, if it is not included
in the initial response.  As a performance optimization, if some of the SVCB
records in the response can be used without requiring additional DNS queries,
the client MAY prefer those records, regardless of their priorities.</t>
      </section>
    </section>
    <section anchor="svcb-compatible">
      <name>SVCB-compatible</name>
      <t>An RR type is called "SVCB-compatible" if it permits an implementation that is
identical to SVCB in its:</t>
      <ul spacing="normal">
        <li>RDATA presentation format</li>
        <li>RDATA wire format</li>
        <li>IANA registry used for SvcParamKeys</li>
        <li>Authoritative server Additional Section processing</li>
        <li>Recursive resolution process</li>
        <li>Relevant Class (i.e. Internet ("IN") <xref target="RFC1035"/>)</li>
      </ul>
      <t>This allows authoritative and recursive DNS servers to apply identical
processing to all SVCB-compatible RR types.</t>
      <t>All other behaviors described as applying to the SVCB RR also apply
to all SVCB-compatible RR types unless explicitly stated otherwise.
When following an AliasMode record (<xref target="alias-mode"/>) of RR type $T , the
followup query to the TargetName MUST also be for type $T.</t>
      <t>This document defines one SVCB-compatible RR type (other than SVCB itself):
the HTTPS RR type (<xref target="https"/>), which avoids Attrleaf label prefixes <xref target="Attrleaf"/> in order to improve
compatibility with wildcards and CNAMEs, which are widely used with HTTP.</t>
      <t>Standards authors should consider carefully whether to use SVCB or define a
new SVCB-compatible RR type, as this choice cannot easily be reversed after
deployment.</t>
    </section>
    <section anchor="keys">
      <name>Initial SvcParamKeys</name>
      <t>A few initial SvcParamKeys are defined here.  These keys are useful for the
"https" scheme, and most are expected to be generally applicable to other
schemes as well.</t>
      <t>Each new protocol
mapping document MUST specify which keys are applicable and safe to use.
Protocol mappings MAY alter the interpretation of SvcParamKeys but MUST NOT
alter their presentation or wire formats.</t>
      <section anchor="alpn-key">
        <name>"alpn" and "no-default-alpn"</name>
        <t>The "alpn" and "no-default-alpn" SvcParamKeys together
indicate the set of Application Layer Protocol Negotiation (ALPN)
protocol identifiers <xref target="ALPN"/>
and associated transport protocols supported by this service endpoint (the
"SVCB ALPN set").</t>
        <t>As with Alt-Svc <xref target="AltSvc"/>, each ALPN protocol identifier is used to
identify the application protocol and associated suite
of protocols supported by the endpoint (the "protocol suite").
The presence of an ALPN protocol identifier in the SVCB ALPN set indicates that this
service endpoint, described by TargetName and the other parameters (e.g.
"port") offers service with the protocol suite associated with this ALPN identifier.</t>
        <t>Clients filter the set of ALPN identifiers to match the protocol suites they
support, and this informs the underlying transport protocol used (such
as QUIC-over-UDP or TLS-over-TCP).  ALPN protocol identifiers that do not uniquely
identify a protocol suite (e.g. an Identification Sequence that
can be used with both TLS and DTLS) are not compatible with this
SvcParamKey and MUST NOT be included in the SVCB ALPN set.</t>
        <section anchor="representation">
          <name>Representation</name>
          <t>ALPNs are identified by their registered "Identification Sequence"
(<tt>alpn-id</tt>), which is a sequence of 1-255 octets.</t>
          <artwork><![CDATA[
alpn-id = 1*255OCTET
]]></artwork>
          <t>For "alpn", the presentation <tt>value</tt> SHALL be
a comma-separated list (<xref target="value-list"/>)
of one or more <tt>alpn-id</tt>s.  Zone file implementations MAY disallow the
"," and "\" characters instead of implementing the <tt>value-list</tt> escaping
procedure, relying on the opaque key format (e.g. <tt>key1=\002h2</tt>) in the
event that these characters are needed.</t>
          <t>The wire format value for "alpn" consists of at least one
<tt>alpn-id</tt> prefixed by its length as a single octet, and these length-value
pairs are concatenated to form the SvcParamValue.  These pairs MUST exactly
fill the SvcParamValue; otherwise, the SvcParamValue is malformed.</t>
          <t>For "no-default-alpn", the presentation and wire format values MUST be
empty.  When "no-default-alpn" is specified in an RR,
"alpn" must also be specified in order for the RR
to be "self-consistent" (<xref target="service-mode"/>).</t>
          <t>Each scheme that uses this SvcParamKey defines a "default set" of ALPNs
that are supported by nearly all clients and servers, which MAY
be empty.  To determine the SVCB ALPN set, the client starts with the list of
<tt>alpn-id</tt>s from the "alpn" SvcParamKey, and adds the default set unless the
"no-default-alpn" SvcParamKey is present.</t>
        </section>
        <section anchor="use">
          <name>Use</name>
          <t>To establish a connection to the endpoint, clients MUST</t>
          <ol spacing="normal" type="1"><li>Let SVCB-ALPN-Intersection be the set of protocols in the SVCB ALPN set
that the client supports.</li>
            <li>Let Intersection-Transports be the set of transports (e.g. TLS, DTLS, QUIC)
implied by the protocols in SVCB-ALPN-Intersection.</li>
            <li>For each transport in Intersection-Transports, construct a ProtocolNameList
containing the Identification Sequences of all the client's supported ALPN
protocols for that transport, without regard to the SVCB ALPN set.</li>
          </ol>
          <t>For example, if the SVCB ALPN set is ["http/1.1", "h3"], and the client
supports HTTP/1.1, HTTP/2, and HTTP/3, the client could attempt to connect using
TLS over TCP with a ProtocolNameList of ["http/1.1", "h2"], and could also
attempt a connection using QUIC, with a ProtocolNameList of ["h3"].</t>
          <t>Once the client has constructed a ClientHello, protocol negotiation in that
handshake proceeds as specified in <xref target="ALPN"/>, without regard to the SVCB ALPN
set.</t>
          <t>Clients MAY implement a fallback procedure, using a less-preferred transport
if more-preferred transports fail to connect.  This fallback behavior is
vulnerable to manipulation by a network attacker who blocks the more-preferred
transports, but it may be necessary for compatibility with existing networks.</t>
          <t>With this procedure in place, an attacker who can modify DNS and network
traffic can prevent a successful transport connection, but cannot otherwise
interfere with ALPN protocol selection.  This procedure also ensures that
each ProtocolNameList includes at least one protocol from the SVCB ALPN set.</t>
          <t>Clients SHOULD NOT attempt connection to a service endpoint whose SVCB
ALPN set does not contain any supported protocols.</t>
          <t>To ensure
consistency of behavior, clients MAY reject the entire SVCB RRSet and fall
back to basic connection establishment if all of the compatible RRs indicate
"no-default-alpn", even if connection could have succeeded using a
non-default alpn.</t>
          <t>Zone operators SHOULD ensure that at least one RR in each RRSet supports the
default transports.  This enables compatibility with the greatest number of
clients.</t>
        </section>
      </section>
      <section anchor="svcparamkeys-port">
        <name>"port"</name>
        <t>The "port" SvcParamKey defines the TCP or UDP port
that should be used to reach this alternative endpoint.
If this key is not present, clients SHALL use the authority endpoint's port
number.</t>
        <t>The presentation <tt>value</tt> of the SvcParamValue is a single decimal integer
between 0 and 65535 in ASCII.  Any other <tt>value</tt> (e.g. an empty value)
is a syntax error.  To enable simpler parsing, this SvcParam MUST NOT contain
escape sequences.</t>
        <t>The wire format of the SvcParamValue
is the corresponding 2 octet numeric value in network byte order.</t>
        <t>If a port-restricting firewall is in place between some client and the service
endpoint, changing the port number might cause that client to lose access to
the service, so operators should exercise caution when using this SvcParamKey
to specify a non-default port.</t>
      </section>
      <section anchor="svcparamkeys-ech">
        <name>"ech"</name>
        <t>The SvcParamKey to enable Encrypted ClientHello (ECH) is "ech".  Its
value is defined in <xref target="ech-param"/>.  It is applicable to most TLS-based
protocols.</t>
        <t>When publishing a record containing an "ech" parameter, the publisher
MUST ensure that all IP addresses of TargetName correspond to servers
that have access to the corresponding private key or are authoritative
for the public name. (See <xref section="7.2.2" sectionFormat="of" target="ECH"/> for more
details about the public name.) This yields an anonymity set of cardinality
equal to the number of ECH-enabled server domains supported by a given
client-facing server. Thus, even with an encrypted ClientHello, an attacker
who can enumerate the set of ECH-enabled domains supported by a
client-facing server can guess the
correct SNI with probability at least 1/K, where K is the size of this
ECH-enabled server anonymity set. This probability may be increased via
traffic analysis or other mechanisms.</t>
      </section>
      <section anchor="svcparamkeys-iphints">
        <name>"ipv4hint" and "ipv6hint"</name>
        <t>The "ipv4hint" and "ipv6hint" keys convey IP addresses that clients MAY use to
reach the service.  If A and AAAA records for TargetName are locally
available, the client SHOULD ignore these hints.  Otherwise, clients
SHOULD perform A and/or AAAA queries for TargetName as in
<xref target="client-behavior"/>, and clients SHOULD use the IP address in those
responses for future connections. Clients MAY opt to terminate any
connections using the addresses in hints and instead switch to the
addresses in response to the TargetName query. Failure to use A and/or
AAAA response addresses could negatively impact load balancing or other
geo-aware features and thereby degrade client performance.</t>
        <t>The presentation <tt>value</tt> SHALL be a comma-separated list (<xref target="value-list"/>)
of one or more IP addresses of the appropriate
family in standard textual format <xref target="RFC5952"/><xref target="RFC4001"/>.  To enable simpler parsing,
this SvcParamValue MUST NOT contain escape sequences.</t>
        <t>The wire format for each parameter is a sequence of IP addresses in network
byte order (for the respective address-family).
Like an A or AAAA RRSet, the list of addresses represents an
unordered collection, and clients SHOULD pick addresses to use in a random order.
An empty list of addresses is invalid.</t>
        <t>When selecting between IPv4 and IPv6 addresses to use, clients may use an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.
When only "ipv4hint" is present, NAT64 clients may synthesize
IPv6 addresses as specified in <xref target="RFC7050"/> or ignore the "ipv4hint" key and
wait for AAAA resolution (<xref target="client-behavior"/>).
For best performance, server operators SHOULD include an "ipv6hint" parameter
whenever they include an "ipv4hint" parameter.</t>
        <t>These parameters are intended to minimize additional connection latency
when a recursive resolver is not compliant with the requirements in
<xref target="server-behavior"/>, and SHOULD NOT be included if most clients are using
compliant recursive resolvers.  When TargetName is the origin hostname
or the owner name (which can be written as "."), server operators
SHOULD NOT include these hints, because they are unlikely to convey any
performance benefit.</t>
      </section>
      <section anchor="svcparamkey-mandatory">
        <name>"mandatory"</name>
        <t>See <xref target="mandatory"/>.</t>
      </section>
    </section>
    <section anchor="mandatory">
      <name>ServiceMode RR compatibility and mandatory keys</name>
      <t>In a ServiceMode RR, a SvcParamKey is considered "mandatory" if the RR will not
function correctly for clients that ignore this SvcParamKey.  Each SVCB
protocol mapping SHOULD specify a set of keys that are "automatically
mandatory", i.e. mandatory if they are present in an RR.  The SvcParamKey
"mandatory" is used to indicate any mandatory keys for this RR, in addition to
any automatically mandatory keys that are present.</t>
      <t>A ServiceMode RR is considered "compatible" by a client if the client
recognizes all the mandatory keys, and their values indicate that successful
connection establishment is possible.  If the SVCB RRSet contains
no compatible RRs, the client will generally act as if the RRSet is empty.</t>
      <t>The presentation <tt>value</tt> SHALL be a comma-separated list
(<xref target="value-list"/>) of one or more valid
SvcParamKeys, either by their registered name or in the unknown-key format
(<xref target="presentation"/>).  Keys MAY appear in any order, but MUST NOT appear more
than once.  For self-consistency (<xref target="service-mode"/>), listed keys MUST also
appear in the SvcParams.</t>
      <t>To enable simpler parsing, this
SvcParamValue MUST NOT contain escape sequences.</t>
      <t>For example, the following is a valid list of SvcParams:</t>
      <artwork><![CDATA[
ech=... key65333=ex1 key65444=ex2 mandatory=key65444,ech
]]></artwork>
      <t>In wire format, the keys are represented by their numeric values in
network byte order, concatenated in strictly increasing numeric order.</t>
      <t>This SvcParamKey is always automatically mandatory, and MUST NOT appear in its
own value-list.  Other automatically mandatory keys SHOULD NOT appear in the
list either.  (Including them wastes space and otherwise has no effect.)</t>
    </section>
    <section anchor="https">
      <name>Using Service Bindings with HTTP</name>
      <t>Use of any protocol with SVCB requires a protocol-specific mapping
specification.  This section specifies the mapping for the "http" and "https"
URI schemes <xref target="HTTP"/>.</t>
      <t>To enable special handling for HTTP use-cases,
the HTTPS RR type is defined as a SVCB-compatible RR type,
specific to the "https" and "http" schemes.  Clients MUST NOT
perform SVCB queries or accept SVCB responses for "https"
or "http" schemes.</t>
      <t>The presentation format of the record is:</t>
      <artwork><![CDATA[
Name TTL IN HTTPS SvcPriority TargetName SvcParams
]]></artwork>
      <t>All the SvcParamKeys defined in <xref target="keys"/> are permitted for use in
HTTPS RRs.  The default set of ALPN IDs is the single value "http/1.1".
The "automatically mandatory" keys (<xref target="mandatory"/>) are "port"
and "no-default-alpn".  (As described in <xref target="mandatory"/>, clients must
either implement these keys or ignore any RR in which they appear.)
Clients that restrict the destination port in "https" URIs
(e.g. using the "bad ports" list from <xref target="FETCH"/>) SHOULD apply the
same restriction to the "port" SvcParam.</t>
      <t>The presence of an HTTPS RR for an origin also indicates
that clients should connect securely and use the "https" scheme, as
discussed in <xref target="hsts"/>.  This allows HTTPS RRs to apply to
pre-existing "http" scheme URLs, while ensuring that the client uses a
secure and authenticated connection.</t>
      <t>The HTTPS RR parallels the concepts
introduced in the HTTP Alternative Services proposed standard
<xref target="AltSvc"/>.  Clients and servers that implement HTTPS RRs are
not required to implement Alt-Svc.</t>
      <section anchor="httpsnames">
        <name>Query names for HTTPS RRs</name>
        <t>The HTTPS RR uses Port Prefix Naming (<xref target="svcb-names"/>),
with one modification: if the scheme is "https" and the port is 443,
then the client's original QNAME is
equal to the service name (i.e. the origin's hostname),
without any prefix labels.</t>
        <t>By removing the Attrleaf labels <xref target="Attrleaf"/>
used in SVCB, this construction enables offline DNSSEC signing of
wildcard domains, which are commonly used with HTTP.  Using the
service name as the owner name of the HTTPS record, without prefixes,
also allows the targets of existing CNAME chains
(e.g. CDN hosts) to start returning HTTPS RR responses without
requiring origin domains to configure and maintain an additional
delegation.</t>
        <t>Following of HTTPS AliasMode RRs and CNAME aliases is unchanged from SVCB.</t>
        <t>Clients always convert "http" URLs to "https" before performing an
HTTPS RR query using the process described in <xref target="hsts"/>, so domain owners
MUST NOT publish HTTPS RRs with a prefix of "_http".</t>
        <t>Note that none of these forms alter the HTTPS origin or authority.
For example, clients MUST continue to validate TLS certificate
hostnames based on the origin.</t>
      </section>
      <section anchor="comparison-with-alt-svc">
        <name>Comparison with Alt-Svc</name>
        <t>Publishing a ServiceMode HTTPS RR in DNS is intended
to be similar to transmitting an Alt-Svc field value over
HTTP, and receiving an HTTPS RR is intended to be similar to
receiving that field value over HTTP.  However, there are some
differences in the intended client and server behavior.</t>
        <section anchor="alpn-usage">
          <name>ALPN usage</name>
          <t>Unlike Alt-Svc Field Values, HTTPS RRs can contain multiple ALPN IDs.  The
meaning and use of these IDs is discussed in <xref target="use"/>.</t>
        </section>
        <section anchor="untrusted-channel">
          <name>Untrusted channel</name>
          <t>HTTPS records do not require or provide any assurance of authenticity.  (DNSSEC
signing and verification, which would provide such assurance, are OPTIONAL.)
The DNS resolution process is modeled as an untrusted channel that might be
controlled by an attacker, so
Alt-Svc parameters that cannot be safely received in this model MUST NOT
have a corresponding defined SvcParamKey.  For example, there is no
SvcParamKey corresponding to the Alt-Svc "persist" parameter, because
this parameter is not safe to accept over an untrusted channel.</t>
        </section>
        <section anchor="cache-lifetime">
          <name>Cache lifetime</name>
          <t>There is no SvcParamKey corresponding to the Alt-Svc "ma" (max age) parameter.
Instead, server operators encode the expiration time in the DNS TTL.</t>
          <t>The appropriate TTL value might be different from the "ma" value
used for Alt-Svc, depending on the desired efficiency and
agility.  Some DNS caches incorrectly extend the lifetime of DNS
records beyond the stated TTL, so server operators cannot rely on
HTTPS RRs expiring on time.  Shortening the TTL to compensate
for incorrect caching is NOT RECOMMENDED, as this practice impairs the
performance of correctly functioning caches and does not guarantee
faster expiration from incorrect caches.  Instead, server operators
SHOULD maintain compatibility with expired records until they observe
that nearly all connections have migrated to the new configuration.</t>
        </section>
        <section anchor="granularity">
          <name>Granularity</name>
          <t>Sending Alt-Svc over HTTP allows the server to tailor the Alt-Svc
Field Value specifically to the client.  When using an HTTPS RR,
groups of clients will necessarily receive the same SvcParams.
Therefore, HTTPS RRs are not suitable for uses that require
single-client granularity.</t>
        </section>
      </section>
      <section anchor="interaction-with-alt-svc">
        <name>Interaction with Alt-Svc</name>
        <t>Clients that implement support for both Alt-Svc and HTTPS records and
are making a connection based on a cached Alt-Svc response SHOULD
retrieve any HTTPS records for the Alt-Svc alt-authority, and ensure that
their connection attempts are consistent with both the Alt-Svc parameters
and any received HTTPS SvcParams.  If present, the HTTPS record's TargetName
and port are used for connection establishment (as in <xref target="client-behavior"/>).
For example, suppose that
"https://example.com" sends an Alt-Svc field value of:</t>
        <sourcecode type="HTTP"><![CDATA[
Alt-Svc: h2="alt.example:443", h2="alt2.example:443", h3=":8443"
]]></sourcecode>
        <t>The client would retrieve the following HTTPS records:</t>
        <artwork><![CDATA[
alt.example.              IN HTTPS 1 . alpn=h2,h3 ech=...
alt2.example.             IN HTTPS 1 alt2b.example. alpn=h3 ech=...
_8443._https.example.com. IN HTTPS 1 alt3.example. (
    port=9443 alpn=h2,h3 ech=... )
]]></artwork>
        <t>Based on these inputs, the following connection attempts would always be
allowed:</t>
        <ul spacing="normal">
          <li>HTTP/2 to <tt>alt.example:443</tt></li>
          <li>HTTP/3 to <tt>alt3.example:9443</tt></li>
          <li>Fallback to the client's non-Alt-Svc connection behavior</li>
        </ul>
        <t>ECH-capable clients would use ECH when establishing any of these connections.</t>
        <t>The following connection attempts would not be allowed:</t>
        <ul spacing="normal">
          <li>HTTP/3 to <tt>alt.example:443</tt> (not consistent with Alt-Svc)</li>
          <li>Any connection to <tt>alt2b.example</tt> (no ALPN consistent with both the HTTPS
record and Alt-Svc)</li>
          <li>HTTPS over TCP to any port on <tt>alt3.example</tt> (not consistent with Alt-Svc)</li>
        </ul>
        <t>The following Alt-Svc-only connection attempts would be allowed only if
the client does not support ECH, as they rely on SVCB-optional fallback
behavior that the client will disable if it implements support for ECH and
the "ech" SvcParam is present (<xref target="ech-client-behavior"/>):</t>
        <ul spacing="normal">
          <li>HTTP/2 to <tt>alt2.example:443</tt></li>
          <li>HTTP/3 to <tt>example.com:8443</tt></li>
        </ul>
        <t>Origins that publish an "ech" SvcParam in their HTTPS record SHOULD
also publish an HTTPS record with the "ech" SvcParam for every
alt-authority offered in its Alt-Svc Field Values.  Otherwise,
clients might reveal the name of the server in an unencrypted ClientHello.
Similar consistency considerations could apply to future SvcParamKeys, so
alt-authorities SHOULD carry the same SvcParams as the origin unless
a deviation is specifically known to be safe.</t>
        <t>As noted in <xref section="2.4" sectionFormat="of" target="AltSvc"/>, clients MAY disallow any Alt-Svc
connection according to their own criteria, e.g. disallowing Alt-Svc
connections that lack ECH support when there is an active ECH-protected
connection for this origin.</t>
      </section>
      <section anchor="requiring-server-name-indication">
        <name>Requiring Server Name Indication</name>
        <t>Clients MUST NOT use an HTTPS RR response unless the
client supports TLS Server Name Indication (SNI) and
indicates the origin name in the TLS ClientHello (which might be encrypted).
This supports the conservation of IP addresses.</t>
        <t>Note that the TLS SNI (and also the HTTP "Host" or ":authority") will indicate
the origin, not the TargetName.</t>
      </section>
      <section anchor="hsts">
        <name>HTTP Strict Transport Security</name>
        <t>An HTTPS RR directs the client to communicate with this host only over a
secure transport, similar to HTTP Strict Transport Security <xref target="HSTS"/>.
Prior to making an "http" scheme request, the client SHOULD perform a lookup
to determine if any HTTPS RRs exist for that origin.  To do so,
the client SHOULD construct a corresponding "https" URL as follows:</t>
        <ol spacing="normal" type="1"><li>Replace the "http" scheme with "https".</li>
          <li>If the "http" URL explicitly specifies port 80, specify port 443.</li>
          <li>Do not alter any other aspect of the URL.</li>
        </ol>
        <t>This construction is equivalent to <xref section="8.3" sectionFormat="of" target="HSTS"/>, point 5.</t>
        <t>If an HTTPS RR query for this "https" URL returns any AliasMode HTTPS RRs,
or any compatible ServiceMode HTTPS RRs (see <xref target="mandatory"/>), the client
SHOULD behave as if it has received an HTTP 307 (Temporary Redirect) status code
with this "https" URL in the "Location" field.  (Receipt of an incompatible ServiceMode RR does not
trigger the redirect behavior.)
Because HTTPS RRs are received over an often-insecure channel (DNS),
clients MUST NOT place any more trust in this signal than if they
had received a 307 (Temporary Redirect) response over cleartext HTTP.</t>
        <t>Publishing an HTTPS RR has the potential to have unexpected results
or a loss in functionality in cases where the "http" resource neither
redirects to the "https" resource nor references the same underlying resource.</t>
        <t>When an "https" connection fails due to an error in the underlying secure
transport, such as an error in certificate validation, some clients
currently offer a "user recourse" that allows the user to bypass the
security error and connect anyway.
When making an "https" scheme request to an origin with an HTTPS RR,
either directly or via the above redirect, such a client MAY remove the user
recourse option.  Origins that publish HTTPS RRs therefore MUST NOT rely
on user recourse for access.  For more information, see Section <xref target="HSTS" section="8.4" sectionFormat="bare"/> and Section <xref target="HSTS" section="12.1" sectionFormat="bare"/> of <xref target="HSTS"/>.</t>
      </section>
      <section anchor="use-of-https-rrs-in-other-protocols">
        <name>Use of HTTPS RRs in other protocols</name>
        <t>All HTTP connections to named origins are eligible to use HTTPS RRs, even
when HTTP is used as part of another protocol or without an explicit HTTP
URL.  For example, clients that
support HTTPS RRs and implement the altered WebSocket <xref target="WebSocket"/>
opening handshake from the W3C Fetch specification <xref target="FETCH"/> SHOULD use HTTPS RRs
for the <tt>requestURL</tt>.</t>
        <t>When HTTP is used in a context where URLs or redirects are not applicable
(e.g. connections to an HTTP proxy), clients that find a corresponding HTTPS RR
SHOULD implement a security upgrade behavior equivalent to the one specified in
<xref target="hsts"/>.</t>
        <t>Such protocols MAY define their own SVCB mappings, which MAY
be defined to take precedence over HTTPS RRs.</t>
      </section>
    </section>
    <section anchor="ech-param">
      <name>SVCB/HTTPS RR parameter for ECH configuration</name>
      <t>The SVCB "ech" parameter is defined for
conveying the ECH configuration of an alternative endpoint.
In wire format, the value of the parameter is an ECHConfigList
(<xref section="4" sectionFormat="of" target="ECH"/>), including the redundant length prefix.  In presentation format,
the value is the ECHConfigList in Base 64 Encoding (<xref section="4" sectionFormat="of" target="RFC4648"/>).
Base 64 is used here to simplify integration with TLS server software.
To enable simpler parsing, this SvcParam MUST NOT contain escape sequences.</t>
      <t>When ECH is in use, the TLS ClientHello is divided into an unencrypted "outer"
and an encrypted "inner" ClientHello.  The outer ClientHello is an implementation
detail of ECH, and its contents are controlled by the ECHConfig in accordance
with <xref target="ECH"/>.  The inner ClientHello is used for establishing a connection to the
service, so its contents may be influenced by other SVCB parameters.  For example,
the requirements on the ALPN protocol identifiers in <xref target="alpn-key"/> apply only to the inner
ClientHello.  Similarly, it is the inner ClientHello whose Server Name Indication
identifies the desired service.</t>
      <section anchor="ech-client-behavior">
        <name>Client behavior</name>
        <t>The SVCB-optional client behavior specified in <xref target="client-behavior"/> permits clients
to fall back to a direct connection if all SVCB options fail.  This behavior is
not suitable for ECH, because fallback would negate the privacy benefits of
ECH.  Accordingly, ECH-capable SVCB-optional clients MUST switch to
SVCB-reliant connection establishment if SVCB resolution succeeded (following
<xref target="client-behavior"/>) and all alternative endpoints have an "ech" key.</t>
        <t>As a latency optimization, clients MAY prefetch DNS records that will only be used
in SVCB-optional mode.</t>
      </section>
      <section anchor="deployment-considerations">
        <name>Deployment considerations</name>
        <t>An HTTPS RRSet containing some RRs with "ech" and some without is
vulnerable to a downgrade attack.  This configuration is NOT RECOMMENDED.
Zone owners who do use such a mixed configuration SHOULD mark the RRs with
"ech" as more preferred (i.e. lower SvcPriority value) than those
without, in order to maximize the likelihood that ECH will be used in the
absence of an active adversary.</t>
      </section>
    </section>
    <section anchor="zone-structures">
      <name>Zone Structures</name>
      <section anchor="structuring-zones-for-flexibility">
        <name>Structuring zones for flexibility</name>
        <t>Each ServiceMode RRSet can only serve a single scheme.  The scheme is indicated
by the owner name and the RR type.  For the generic SVCB RR type, this means that
each owner name can only be used for a single scheme.  The underscore prefixing
requirement (<xref target="svcb-names"/>) ensures that this is true for the initial query,
but it is the responsibility of zone owners to choose names that satisfy this
constraint when using aliases, including CNAME and AliasMode records.</t>
        <t>When using the generic SVCB RR type with aliasing, zone owners SHOULD choose alias
target names that indicate the scheme in use (e.g. <tt>foosvc.example.net</tt> for
<tt>foo://</tt> schemes).  This will help to avoid confusion when another scheme needs to
be added to the configuration.  When multiple port numbers are in use, it may be
helpful to repeat the prefix labels in the alias target name (e.g.
<tt>_1234._foo.svc.example.net</tt>).</t>
      </section>
      <section anchor="zone-performance">
        <name>Structuring zones for performance</name>
        <t>To avoid a delay for clients using a nonconforming recursive resolver,
domain owners SHOULD minimize the use of AliasMode records, and SHOULD
choose TargetName according to a predictable convention that is known
to the client, so that clients can issue A and/or AAAA queries for TargetName
in advance (see <xref target="optimizations"/>).  Unless otherwise specified, the
convention is to set TargetName to the service name for an initial
ServiceMode record, or to "." if it is reached via an alias.</t>
        <figure>
          <name>foo://foo.example.com:8080 is delegated to foosvc.example.net, but bar://bar.example.com:9090 is served locally.</name>
          <artwork><![CDATA[
$ORIGIN example.com. ; Origin
foo                  3600 IN CNAME foosvc.example.net.
_8080._foo.foo       3600 IN CNAME foosvc.example.net.
bar                   300 IN AAAA 2001:db8::2
_9090._bar.bar       3600 IN SVCB 1 bar key65444=...

$ORIGIN example.net. ; Service provider zone
foosvc               3600 IN SVCB 1 . key65333=...
foosvc                300 IN AAAA 2001:db8::1
]]></artwork>
        </figure>
        <t>Domain owners SHOULD avoid using a TargetName that is below a DNAME, as
this is likely unnecessary and makes responses slower and larger.
Also, zone structures that require following more than 8 aliases
(counting both AliasMode and CNAME records) are NOT RECOMMENDED.</t>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <section anchor="protocol-enhancements">
          <name>Protocol enhancements</name>
          <t>Consider a simple zone of the form:</t>
          <artwork><![CDATA[
$ORIGIN simple.example. ; Simple example zone
@ 300 IN A    192.0.2.1
         AAAA 2001:db8::1
]]></artwork>
          <t>The domain owner could add this record:</t>
          <artwork><![CDATA[
@ 7200 IN HTTPS 1 . alpn=h3
]]></artwork>
          <t>to indicate that https://simple.example supports QUIC
in addition to HTTP/1.1 over TLS over TCP (the implicit default).
The record could also include other information (e.g. non-standard port,
ECH configuration).  For https://simple.example:8443, the record would be:</t>
          <artwork><![CDATA[
_8443._https 7200 IN HTTPS 1 . alpn=h3
]]></artwork>
          <t>These records also respectively tell clients to replace the scheme with "https" when
loading http://simple.example or http://simple.example:8443.</t>
        </section>
        <section anchor="apex-aliasing">
          <name>Apex aliasing</name>
          <t>Consider a zone that is using CNAME aliasing:</t>
          <artwork><![CDATA[
$ORIGIN aliased.example. ; A zone that is using a hosting service
; Subdomain aliased to a high-performance server pool
www             7200 IN CNAME pool.svc.example.
; Apex domain on fixed IPs because CNAME is not allowed at the apex
@                300 IN A     192.0.2.1
                     IN AAAA  2001:db8::1
]]></artwork>
          <t>With HTTPS RRs, the owner of aliased.example could alias the apex by
adding one additional record:</t>
          <artwork><![CDATA[
@               7200 IN HTTPS 0 pool.svc.example.
]]></artwork>
          <t>With this record in place, HTTPS-RR-aware clients will use the same
server pool for aliased.example and www.aliased.example.  (They will
also upgrade "http://aliased.example/..." to "https".)  Non-HTTPS-RR-aware
clients will just ignore the new record.</t>
          <t>Similar to CNAME, HTTPS RRs have no impact on the origin name.
When connecting, clients will continue to treat the authoritative
origins as "https://www.aliased.example" and "https://aliased.example",
respectively, and will validate TLS server certificates accordingly.</t>
        </section>
        <section anchor="parameter-binding">
          <name>Parameter binding</name>
          <t>Suppose that svc.example's primary server pool supports HTTP/3, but its
backup server pool does not.  This can be expressed in the following form:</t>
          <artwork><![CDATA[
$ORIGIN svc.example. ; A hosting provider.
pool  7200 IN HTTPS 1 . alpn=h2,h3 ech="123..."
              HTTPS 2 backup alpn=h2 ech="abc..."
pool   300 IN A        192.0.2.2
              AAAA     2001:db8::2
backup 300 IN A        192.0.2.3
              AAAA     2001:db8::3
]]></artwork>
          <t>This configuration is entirely compatible with the "Apex aliasing" example,
whether the client supports HTTPS RRs or not.  If the client does support
HTTPS RRs, all connections will be upgraded to HTTPS, and clients will
use HTTP/3 if they can.  Parameters are "bound" to each server pool, so
each server pool can have its own protocol, ECH configuration, etc.</t>
        </section>
        <section anchor="multicdn">
          <name>Multi-CDN</name>
          <t>The HTTPS RR is intended to support HTTPS services operated by
multiple independent entities, such as different Content Delivery
Networks (CDNs) or different hosting providers.  This includes
the case where a service is migrated from one operator to another,
as well as the case where the service is multiplexed between
multiple operators for performance, redundancy, etc.</t>
          <t>This example shows such a configuration, with www.customer.example
having different DNS responses to different queries, either over time
or due to logic within the authoritative DNS server:</t>
          <artwork><![CDATA[
 ; This zone contains/returns different CNAME records
 ; at different points-in-time.  The RRset for "www" can
 ; only ever contain a single CNAME.

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

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

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

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

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

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

 ; Resolutions following the cdn3.svc3.example
 ; path use these records.
 ; Note that this CDN has no HTTPS records
 ; and thus no ECH support.
 $ORIGIN svc3.example. ; domain operated by CDN 3
 cdn3      60 IN A    203.0.113.8
                 AAAA 2001:db8:113::8
]]></artwork>
          <t>Note that in the above example, the different CDNs have different
ECH configurations and different capabilities, but clients will use HTTPS RRs
as a bound-together unit.</t>
          <t>Domain owners should be cautious when using a multi-CDN configuration, as it
introduces a number of complexities highlighted by this example:</t>
          <ul spacing="normal">
            <li>If CDN 1 supports ECH, and CDN 2 does not, the client is vulnerable to ECH
downgrade by a network adversary who forces clients to get CDN 2 records.</li>
            <li>Aliasing the apex to its subdomain simplifies the zone file but likely
increases resolution latency, especially when using a non-HTTPS-aware
recursive resolver.  An alternative would be to alias the zone
apex directly to a name managed by a CDN.</li>
            <li>The A, AAAA, and HTTPS resolutions are independent lookups, so resolvers may
observe and follow different CNAMEs to different CDNs.
Clients may thus find that the A and AAAA responses do not correspond to the
TargetName in the HTTPS response, and will need to perform additional
queries to retrieve the correct IP addresses.
Including ipv6hint and ipv4hint will reduce the performance
impact of this case.</li>
            <li>If not all CDNs publish HTTPS records, clients will sometimes
receive NODATA for HTTPS queries (as with cdn3.svc3.example above),
and thus no "ech" SvcParam, but could receive A/AAAA records from
a different CDN which does support ECH.  Clients will be unable
to use ECH in this case.</li>
          </ul>
        </section>
        <section anchor="non-http-uses">
          <name>Non-HTTP uses</name>
          <t>For protocols other than HTTP, the SVCB RR and an Attrleaf label <xref target="Attrleaf"/>
will be used.  For example, to reach an example resource of
"baz://api.example.com:8765", the following SVCB
record would be used to alias it to "svc4-baz.example.net."
which in-turn could return AAAA/A records and/or SVCB
records in ServiceMode:</t>
          <artwork><![CDATA[
_8765._baz.api.example.com. 7200 IN SVCB 0 svc4-baz.example.net.
]]></artwork>
          <t>HTTPS RRs use similar Attrleaf labels if the origin contains
a non-default port.</t>
        </section>
      </section>
    </section>
    <section anchor="other-standards">
      <name>Interaction with other standards</name>
      <t>This standard is intended to reduce connection latency and
improve user privacy.  Server operators implementing this standard
SHOULD also implement TLS 1.3 <xref target="RFC8446"/> and OCSP Stapling
<xref target="RFC6066"/>, both of which confer substantial performance and privacy
benefits when used in combination with SVCB records.</t>
      <t>To realize the greatest privacy benefits, this proposal is intended for
use over a privacy-preserving DNS transport (like DNS over TLS
<xref target="DoT"/> or DNS over HTTPS <xref target="DoH"/>).
However, performance improvements, and some modest privacy improvements,
are possible without the use of those standards.</t>
      <t>Any specification for use of SVCB with a protocol MUST have an entry for its
scheme under the SVCB RR type in the IANA DNS Underscore Global Scoped Entry
Registry <xref target="Attrleaf"/>.  The scheme MUST have an entry in the IANA URI Schemes
Registry <xref target="RFC7595"/>, and MUST have a defined specification for use
with SVCB.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>SVCB/HTTPS RRs permit distribution over untrusted
channels, and clients are REQUIRED to verify that the alternative endpoint
is authoritative for the service (similar to <xref section="2.1" sectionFormat="of" target="AltSvc"/>).
Therefore, DNSSEC signing and validation are OPTIONAL for publishing
and using SVCB and HTTPS RRs.</t>
      <t>Clients MUST ensure that their DNS cache is partitioned for each local
network, or flushed on network changes, to prevent a local adversary in one
network from implanting a forged DNS record that allows them to
track users or hinder their connections after they leave that network.</t>
      <t>An attacker who can prevent SVCB resolution can deny clients any associated
security benefits.  A hostile recursive resolver can always deny service to
SVCB queries, but network intermediaries can often prevent resolution as well,
even when the client and recursive resolver validate DNSSEC and use a secure
transport.  These downgrade attacks can prevent the "https" upgrade provided by
the HTTPS RR (<xref target="hsts"/>), and disable the encryption enabled by the "ech"
SvcParamKey (<xref target="ech-param"/>).  To prevent downgrades, <xref target="client-failures"/>
recommends that clients abandon the connection attempt when such an attack is
detected.</t>
      <t>A hostile DNS intermediary might forge AliasMode "." records (<xref target="aliasdot"/>) as
a way to block clients from accessing particular services.  Such an adversary
could already block entire domains by forging erroneous responses, but this
mechanism allows them to target particular protocols or ports within a domain.
Clients that might be subject to such attacks SHOULD ignore AliasMode "."
records.</t>
      <t>A hostile DNS intermediary or origin can return SVCB records indicating any IP
address and port number, including IP addresses inside the local network and
port numbers assigned to internal services.  If the attacker can influence the
client's payload (e.g. TLS session ticket contents), and an internal service
has a sufficiently lax parser, it's possible that the attacker could gain
unintended access.  (The same concerns apply to SRV records, HTTP Alt-Svc,
and HTTP redirects.)  As a mitigation, SVCB mapping documents SHOULD indicate
any port number restrictions that are appropriate for the supported transports.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Standard address queries reveal the user's intent to access a particular
domain.  This information is visible to the recursive resolver, and to
many other parties when plaintext DNS transport is used.  SVCB queries,
like queries for SRV records and other specific RR types, additionally
reveal the user's intent to use a particular protocol.  This is not
normally sensitive information, but it should be considered when adding
SVCB support in a new context.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="svcb-rrtype">
        <name>SVCB RRType</name>
        <t>This document defines a new DNS RR type, SVCB, whose value 64 has
been allocated by IANA from the "Resource Record (RR) TYPEs"
registry on the "Domain Name System (DNS) Parameters" page:</t>
        <ul spacing="normal">
          <li>Type: SVCB</li>
          <li>Value: 64</li>
          <li>Meaning: General Purpose Service Binding</li>
          <li>Reference: This document</li>
        </ul>
      </section>
      <section anchor="https-rrtype">
        <name>HTTPS RRType</name>
        <t>This document defines a new DNS RR type, "HTTPS", whose value 65 has
been allocated by IANA from the "Resource Record (RR) TYPEs"
registry on the "Domain Name System (DNS) Parameters" page:</t>
        <ul spacing="normal">
          <li>Type: HTTPS</li>
          <li>Value: 65</li>
          <li>Meaning: Service Binding type for use with HTTP</li>
          <li>Reference: This document</li>
        </ul>
      </section>
      <section anchor="svcparamregistry">
        <name>New registry for Service Parameters</name>
        <t>IANA is requested to create a new registry, entitled
"Service Parameter Keys (SvcParamKeys)".  This registry defines the namespace
for parameters, including string representations and numeric
SvcParamKey values.  This registry is shared with other SVCB-compatible
RR types, such as the HTTPS RR.</t>
        <t>ACTION: create this registry, on a new page entitled
"DNS Service Bindings (SVCB)" under the "Domain Name System (DNS) Parameters"
category.</t>
        <section anchor="procedure">
          <name>Procedure</name>
          <t>A registration MUST include the following fields:</t>
          <ul spacing="normal">
            <li>Number: wire format numeric identifier (range 0-65535)</li>
            <li>Name: unique presentation name</li>
            <li>Meaning: a short description</li>
            <li>Format Reference: pointer to specification text</li>
            <li>Change Controller: Person or entity, with contact information if appropriate.</li>
          </ul>
          <t>The characters in the registered Name MUST be lower-case alphanumeric or "-"
(<xref target="presentation"/>).  The name MUST NOT start with "key" or "invalid".</t>
          <t>New entries in this registry are subject to an Expert Review registration
policy (<xref section="4.5" sectionFormat="comma" target="RFC8126"/>).  The designated expert MUST ensure that
the Format Reference is stable and publicly available, and that it specifies
how to convert the SvcParamValue's presentation format to wire format.  The
Format Reference MAY be any individual's Internet-Draft, or a document from
any other source with similar assurances of stability and availability.
An entry MAY specify a Format Reference of
the form "Same as (other key Name)" if it uses the same presentation and wire
formats as an existing key.</t>
          <t>This arrangement supports the development of new parameters while ensuring that
zone files can be made interoperable.</t>
        </section>
        <section anchor="iana-keys">
          <name>Initial contents</name>
          <t>The "Service Binding (SVCB) Parameter Registry" shall initially
be populated with the registrations below:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Number</th>
                <th align="left">Name</th>
                <th align="left">Meaning</th>
                <th align="left">Format Reference</th>
                <th align="left">Change Controller</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">mandatory</td>
                <td align="left">Mandatory keys in this RR</td>
                <td align="left">(This document) <xref target="mandatory"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">alpn</td>
                <td align="left">Additional supported protocols</td>
                <td align="left">(This document) <xref target="alpn-key"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">no-default-alpn</td>
                <td align="left">No support for default protocol</td>
                <td align="left">(This document) <xref target="alpn-key"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">port</td>
                <td align="left">Port for alternative endpoint</td>
                <td align="left">(This document) <xref target="svcparamkeys-port"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">ipv4hint</td>
                <td align="left">IPv4 address hints</td>
                <td align="left">(This document) <xref target="svcparamkeys-iphints"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">ech</td>
                <td align="left">Encrypted ClientHello info</td>
                <td align="left">(This document) <xref target="svcparamkeys-ech"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">ipv6hint</td>
                <td align="left">IPv6 address hints</td>
                <td align="left">(This document) <xref target="svcparamkeys-iphints"/></td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">65280-65534</td>
                <td align="left">N/A</td>
                <td align="left">Private Use</td>
                <td align="left">(This document)</td>
                <td align="left">IETF</td>
              </tr>
              <tr>
                <td align="left">65535</td>
                <td align="left">N/A</td>
                <td align="left">Reserved ("Invalid key")</td>
                <td align="left">(This document)</td>
                <td align="left">IETF</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="other-registry-updates">
        <name>Other registry updates</name>
        <t>Per <xref target="Attrleaf"/>, please add the following entry to the DNS Underscore
Global Scoped Entry Registry:</t>
        <table>
          <thead>
            <tr>
              <th align="left">RR TYPE</th>
              <th align="left">_NODE NAME</th>
              <th align="left">Meaning</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">HTTPS</td>
              <td align="left">_https</td>
              <td align="left">HTTPS SVCB info</td>
              <td align="left">(This document)</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="acknowledgments-and-related-proposals">
      <name>Acknowledgments and Related Proposals</name>
      <t>There have been a wide range of proposed solutions over the years to
the "CNAME at the Zone Apex" challenge proposed.  These include
<xref target="I-D.bellis-dnsop-http-record"/>,
<xref target="I-D.ietf-dnsop-aname"/>, and others.</t>
      <t>Thank you to Ian Swett, Ralf Weber, Jon Reed,
Martin Thomson, Lucas Pardue, Ilari Liusvaara,
Tim Wicinski, Tommy Pauly, Chris Wood, David Benjamin,
Mark Andrews, Emily Stark, Eric Orth, Kyle Rose,
Craig Taylor, Dan McArdle, Brian Dickson,
Willem Toorop, Pieter Lexis, Puneet Sood,
Olivier Poitrey, Mashooq Muhaimen,
Tom Carpay, and many others for their feedback
and suggestions on this draft.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke">
              <organization>greenbytes GmbH</organization>
            </author>
            <date day="12" month="September" year="2021"/>
            <abstract>
              <t>   The Hypertext Transfer Protocol (HTTP) is a stateless application-
   level protocol for distributed, collaborative, hypertext information
   systems.  This document describes the overall architecture of HTTP,
   establishes common terminology, and defines aspects of the protocol
   that are shared by all versions.  In this definition are core
   protocol elements, extensibility mechanisms, and the "http" and
   "https" Uniform Resource Identifier (URI) schemes.

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

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

Discussion Venues

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-esni-14"/>
        </reference>
        <reference anchor="Attrleaf">
          <front>
            <title>Scoped Interpretation of DNS Resource Records through "Underscored" Naming of Attribute Leaves</title>
            <author fullname="D. Crocker" initials="D." surname="Crocker">
              <organization/>
            </author>
            <date month="March" year="2019"/>
            <abstract>
              <t>Formally, any DNS Resource Record (RR) may occur under any domain name.  However, some services use an operational convention for defining specific interpretations of an RRset by locating the records in a DNS branch under the parent domain to which the RRset actually applies.  The top of this subordinate branch is defined by a naming convention that uses a reserved node name, which begins with the underscore character (e.g., "_name").  The underscored naming construct defines a semantic scope for DNS record types that are associated with the parent domain above the underscored branch.  This specification explores the nature of this DNS usage and defines the "Underscored and Globally Scoped DNS Node Names" registry with IANA. The purpose of this registry is to avoid collisions resulting from the use of the same underscored name for different services.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="222"/>
          <seriesInfo name="RFC" value="8552"/>
          <seriesInfo name="DOI" value="10.17487/RFC8552"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author fullname="P.V. Mockapetris" initials="P.V." surname="Mockapetris">
              <organization/>
            </author>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System.  It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P.V. Mockapetris" initials="P.V." surname="Mockapetris">
              <organization/>
            </author>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System.  It obsoletes RFC-882.  This memo describes the domain style names and their used for host address look up and electronic mail forwarding.  It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="HappyEyeballsV2">
          <front>
            <title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <date month="December" year="2017"/>
            <abstract>
              <t>Many communication protocols operating over the modern Internet use hostnames.  These often resolve to multiple IP addresses, each of which may have different performance and connectivity characteristics.  Since specific addresses or address families (IPv4 or IPv6) may be blocked, broken, or sub-optimal on a network, clients that attempt multiple connections in parallel have a chance of establishing a connection more quickly.  This document specifies requirements for algorithms that reduce this user-visible delay and provides an example algorithm, referred to as "Happy Eyeballs".  This document obsoletes the original algorithm description in RFC 6555.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8305"/>
          <seriesInfo name="DOI" value="10.17487/RFC8305"/>
        </reference>
        <reference anchor="DoT">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <author fullname="Z. Hu" initials="Z." surname="Hu">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <author fullname="D. Wessels" initials="D." surname="Wessels">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS.  Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626.  In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group.  It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7858"/>
          <seriesInfo name="DOI" value="10.17487/RFC7858"/>
        </reference>
        <reference anchor="DoH">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS.  Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8484"/>
          <seriesInfo name="DOI" value="10.17487/RFC8484"/>
        </reference>
        <reference anchor="RFC7231">
          <front>
            <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7231"/>
          <seriesInfo name="DOI" value="10.17487/RFC7231"/>
        </reference>
        <reference anchor="RFC1928">
          <front>
            <title>SOCKS Protocol Version 5</title>
            <author fullname="M. Leech" initials="M." surname="Leech">
              <organization/>
            </author>
            <author fullname="M. Ganis" initials="M." surname="Ganis">
              <organization/>
            </author>
            <author fullname="Y. Lee" initials="Y." surname="Lee">
              <organization/>
            </author>
            <author fullname="R. Kuris" initials="R." surname="Kuris">
              <organization/>
            </author>
            <author fullname="D. Koblas" initials="D." surname="Koblas">
              <organization/>
            </author>
            <author fullname="L. Jones" initials="L." surname="Jones">
              <organization/>
            </author>
            <date month="March" year="1996"/>
            <abstract>
              <t>This memo describes a protocol that is an evolution of the previous version of the protocol, version 4 [1]. This new protocol stems from active discussions and prototype implementations.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1928"/>
          <seriesInfo name="DOI" value="10.17487/RFC1928"/>
        </reference>
        <reference anchor="RFC3597">
          <front>
            <title>Handling of Unknown DNS Resource Record (RR) Types</title>
            <author fullname="A. Gustafsson" initials="A." surname="Gustafsson">
              <organization/>
            </author>
            <date month="September" year="2003"/>
            <abstract>
              <t>Extending the Domain Name System (DNS) with new Resource Record (RR) types currently requires changes to name server software.  This document specifies the changes necessary to allow future DNS implementations to handle new RR types transparently.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3597"/>
          <seriesInfo name="DOI" value="10.17487/RFC3597"/>
        </reference>
        <reference anchor="RFC6147">
          <front>
            <title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo">
              <organization/>
            </author>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan">
              <organization/>
            </author>
            <author fullname="P. Matthews" initials="P." surname="Matthews">
              <organization/>
            </author>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum">
              <organization/>
            </author>
            <date month="April" year="2011"/>
            <abstract>
              <t>DNS64 is a mechanism for synthesizing AAAA records from A records. DNS64 is used with an IPv6/IPv4 translator to enable client-server communication between an IPv6-only client and an IPv4-only server, without requiring any changes to either the IPv6 or the IPv4 node, for the class of applications that work through NATs.  This document specifies DNS64, and provides suggestions on how it should be deployed in conjunction with IPv6/IPv4 translators.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6147"/>
          <seriesInfo name="DOI" value="10.17487/RFC6147"/>
        </reference>
        <reference anchor="RFC3225">
          <front>
            <title>Indicating Resolver Support of DNSSEC</title>
            <author fullname="D. Conrad" initials="D." surname="Conrad">
              <organization/>
            </author>
            <date month="December" year="2001"/>
            <abstract>
              <t>In order to deploy DNSSEC (Domain Name System Security Extensions) operationally, DNSSEC aware servers should only perform automatic inclusion of DNSSEC RRs when there is an explicit indication that the resolver can understand those RRs.  This document proposes the use of a bit in the EDNS0 header to provide that explicit indication and describes the necessary protocol changes to implement that notification. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3225"/>
          <seriesInfo name="DOI" value="10.17487/RFC3225"/>
        </reference>
        <reference anchor="RFC2181">
          <front>
            <title>Clarifications to the DNS Specification</title>
            <author fullname="R. Elz" initials="R." surname="Elz">
              <organization/>
            </author>
            <author fullname="R. Bush" initials="R." surname="Bush">
              <organization/>
            </author>
            <date month="July" year="1997"/>
            <abstract>
              <t>This document considers some areas that have been identified as problems with the specification of the Domain Name System, and proposes remedies for the defects identified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2181"/>
          <seriesInfo name="DOI" value="10.17487/RFC2181"/>
        </reference>
        <reference anchor="RFC7871">
          <front>
            <title>Client Subnet in DNS Queries</title>
            <author fullname="C. Contavalli" initials="C." surname="Contavalli">
              <organization/>
            </author>
            <author fullname="W. van der Gaast" initials="W." surname="van der Gaast">
              <organization/>
            </author>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence">
              <organization/>
            </author>
            <author fullname="W. Kumari" initials="W." surname="Kumari">
              <organization/>
            </author>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes an Extension Mechanisms for DNS (EDNS0) option that is in active use to carry information about the network that originated a DNS query and the network for which the subsequent response can be cached.  Since it has some known operational and privacy shortcomings, a revision will be worked through the IETF for improvement.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7871"/>
          <seriesInfo name="DOI" value="10.17487/RFC7871"/>
        </reference>
        <reference anchor="ALPN">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl">
              <organization/>
            </author>
            <author fullname="A. Popov" initials="A." surname="Popov">
              <organization/>
            </author>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="E. Stephan" initials="E." surname="Stephan">
              <organization/>
            </author>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="RFC5952">
          <front>
            <title>A Recommendation for IPv6 Address Text Representation</title>
            <author fullname="S. Kawamura" initials="S." surname="Kawamura">
              <organization/>
            </author>
            <author fullname="M. Kawashima" initials="M." surname="Kawashima">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>As IPv6 deployment increases, there will be a dramatic increase in the need to use IPv6 addresses in text.  While the IPv6 address architecture in Section 2.2 of RFC 4291 describes a flexible model for text representation of an IPv6 address, this flexibility has been causing problems for operators, system engineers, and users.  This document defines a canonical textual representation format.  It does not define a format for internal storage, such as within an application or database.  It is expected that the canonical format will be followed by humans and systems when representing IPv6 addresses as text, but all implementations must accept and be able to handle any legitimate RFC 4291 format.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5952"/>
          <seriesInfo name="DOI" value="10.17487/RFC5952"/>
        </reference>
        <reference anchor="RFC4001">
          <front>
            <title>Textual Conventions for Internet Network Addresses</title>
            <author fullname="M. Daniele" initials="M." surname="Daniele">
              <organization/>
            </author>
            <author fullname="B. Haberman" initials="B." surname="Haberman">
              <organization/>
            </author>
            <author fullname="S. Routhier" initials="S." surname="Routhier">
              <organization/>
            </author>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder">
              <organization/>
            </author>
            <date month="February" year="2005"/>
            <abstract>
              <t>This MIB module defines textual conventions to represent commonly used Internet network layer addressing information.  The intent is that these textual conventions will be imported and used in MIB modules that would otherwise define their own representations.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4001"/>
          <seriesInfo name="DOI" value="10.17487/RFC4001"/>
        </reference>
        <reference anchor="RFC7050">
          <front>
            <title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
            <author fullname="T. Savolainen" initials="T." surname="Savolainen">
              <organization/>
            </author>
            <author fullname="J. Korhonen" initials="J." surname="Korhonen">
              <organization/>
            </author>
            <author fullname="D. Wing" initials="D." surname="Wing">
              <organization/>
            </author>
            <date month="November" year="2013"/>
            <abstract>
              <t>This document describes a method for detecting the presence of DNS64 and for learning the IPv6 prefix used for protocol translation on an access network.  The method depends on the existence of a well-known IPv4-only fully qualified domain name "ipv4only.arpa.".  The information learned enables nodes to perform local IPv6 address synthesis and to potentially avoid NAT64 on dual-stack and multi-interface deployments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7050"/>
          <seriesInfo name="DOI" value="10.17487/RFC7050"/>
        </reference>
        <reference anchor="WebSocket">
          <front>
            <title>The WebSocket Protocol</title>
            <author fullname="I. Fette" initials="I." surname="Fette">
              <organization/>
            </author>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov">
              <organization/>
            </author>
            <date month="December" year="2011"/>
            <abstract>
              <t>The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code.  The security model used for this is the origin-based security model commonly used by web browsers.  The protocol consists of an opening handshake followed by basic message framing, layered over TCP.  The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or &lt;iframe&gt;s and long polling).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6455"/>
          <seriesInfo name="DOI" value="10.17487/RFC6455"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2".  The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC7595">
          <front>
            <title>Guidelines and Registration Procedures for URI Schemes</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler">
              <organization/>
            </author>
            <author fullname="T. Hansen" initials="T." surname="Hansen">
              <organization/>
            </author>
            <author fullname="T. Hardie" initials="T." surname="Hardie">
              <organization/>
            </author>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes.  It obsoletes RFC 4395.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="35"/>
          <seriesInfo name="RFC" value="7595"/>
          <seriesInfo name="DOI" value="10.17487/RFC7595"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
          <front>
            <title>Fetch Living Standard</title>
            <author>
              <organization/>
            </author>
            <date year="2020" month="May"/>
          </front>
        </reference>
        <reference anchor="HTTP3">
          <front>
            <title>Hypertext Transfer Protocol Version 3 (HTTP/3)</title>
            <author fullname="Mike Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="2" month="February" year="2021"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable
   in a transport for HTTP, such as stream multiplexing, per-stream flow
   control, and low-latency connection establishment.  This document
   describes a mapping of HTTP semantics over QUIC.  This document also
   identifies HTTP/2 features that are subsumed by QUIC, and describes
   how HTTP/2 extensions can be ported to HTTP/3.

DO NOT DEPLOY THIS VERSION OF HTTP

   DO NOT DEPLOY THIS VERSION OF HTTP/3 UNTIL IT IS IN AN RFC.  This
   version is still a work in progress.  For trial deployments, please
   use earlier versions.

Note to Readers

   Discussion of this draft takes place on the QUIC working group
   mailing list (quic@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/search/?email_list=quic.

   Working Group information can be found at https://github.com/quicwg;
   source code and issues list for this draft can be found at
   https://github.com/quicwg/base-drafts/labels/-http.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-http-34"/>
        </reference>
        <reference anchor="SRV">
          <front>
            <title>A DNS RR for specifying the location of services (DNS SRV)</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen">
              <organization/>
            </author>
            <author fullname="P. Vixie" initials="P." surname="Vixie">
              <organization/>
            </author>
            <author fullname="L. Esibov" initials="L." surname="Esibov">
              <organization/>
            </author>
            <date month="February" year="2000"/>
            <abstract>
              <t>This document describes a DNS RR which specifies the location of the server(s) for a specific protocol and domain.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2782"/>
          <seriesInfo name="DOI" value="10.17487/RFC2782"/>
        </reference>
        <reference anchor="HSTS">
          <front>
            <title>HTTP Strict Transport Security (HSTS)</title>
            <author fullname="J. Hodges" initials="J." surname="Hodges">
              <organization/>
            </author>
            <author fullname="C. Jackson" initials="C." surname="Jackson">
              <organization/>
            </author>
            <author fullname="A. Barth" initials="A." surname="Barth">
              <organization/>
            </author>
            <date month="November" year="2012"/>
            <abstract>
              <t>This specification defines a mechanism enabling web sites to declare themselves accessible only via secure connections and/or for users to be able to direct their user agent(s) to interact with given sites only over secure connections.  This overall policy is referred to as HTTP Strict Transport Security (HSTS).  The policy is declared by web sites via the Strict-Transport-Security HTTP response header field and/or by other means, such as user agent configuration, for example. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6797"/>
          <seriesInfo name="DOI" value="10.17487/RFC6797"/>
        </reference>
        <reference anchor="AltSvc">
          <front>
            <title>HTTP Alternative Services</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." surname="Reschke">
              <organization/>
            </author>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document specifies "Alternative Services" for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7838"/>
          <seriesInfo name="DOI" value="10.17487/RFC7838"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth">
              <organization/>
            </author>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents.  Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites.  In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string.  It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request.   [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="DNSTerm">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan">
              <organization/>
            </author>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara">
              <organization/>
            </author>
            <date month="January" year="2019"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs.  The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has sometimes changed in the decades since the DNS was first defined.  This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document obsoletes RFC 7719 and updates RFC 2308.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC1912">
          <front>
            <title>Common DNS Operational and Configuration Errors</title>
            <author fullname="D. Barr" initials="D." surname="Barr">
              <organization/>
            </author>
            <date month="February" year="1996"/>
            <abstract>
              <t>This memo describes errors often found in both the operation of Domain Name System (DNS) servers, and in the data that these DNS servers contain.  This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1912"/>
          <seriesInfo name="DOI" value="10.17487/RFC1912"/>
        </reference>
        <reference anchor="DNAME">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose">
              <organization/>
            </author>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards">
              <organization/>
            </author>
            <date month="June" year="2012"/>
            <abstract>
              <t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS.  That is, all names that end with a particular suffix are redirected to another part of the DNS.  This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6672"/>
          <seriesInfo name="DOI" value="10.17487/RFC6672"/>
        </reference>
        <reference anchor="I-D.bellis-dnsop-http-record">
          <front>
            <title>A DNS Resource Record for HTTP</title>
            <author fullname="Ray Bellis">
              <organization>Internet Systems Consortium, Inc.</organization>
            </author>
            <date day="3" month="November" year="2018"/>
            <abstract>
              <t>   This document specifies an "HTTP" resource record type for the DNS to
   facilitate the lookup of the server hostname of HTTP(s) URIs.  It is
   intended to replace the use of CNAME records for this purpose, and in
   the process provides a solution for the inability of the DNS to allow
   a CNAME to be placed at the apex of a domain name.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bellis-dnsop-http-record-00"/>
        </reference>
        <reference anchor="I-D.ietf-dnsop-aname">
          <front>
            <title>Address-specific DNS aliases (ANAME)</title>
            <author fullname="Tony Finch">
              <organization>University of Cambridge</organization>
            </author>
            <author fullname="Evan Hunt">
              <organization>ISC</organization>
            </author>
            <author fullname="Peter van Dijk">
              <organization>PowerDNS</organization>
            </author>
            <author fullname="Anthony Eden">
              <organization>DNSimple</organization>
            </author>
            <author fullname="Matthijs Mekking">
              <organization>ISC</organization>
            </author>
            <date day="8" month="July" year="2019"/>
            <abstract>
              <t>   This document defines the "ANAME" DNS RR type, to provide similar
   functionality to CNAME, but only for address queries.  Unlike CNAME,
   an ANAME can coexist with other record types.  The ANAME RR allows
   zone owners to make an apex domain name into an alias in a standards
   compliant manner.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-aname-04"/>
        </reference>
      </references>
    </references>
    <section anchor="decoding">
      <name>Decoding text in zone files</name>
      <t>DNS zone files are capable of representing arbitrary octet sequences in
basic ASCII text, using various delimiters and encodings.  The algorithm
for decoding these character-strings is defined in <xref section="5.1" sectionFormat="of" target="RFC1035"/>.
Here we summarize the allowed input to that algorithm, using ABNF:</t>
      <artwork><![CDATA[
; non-special is VCHAR minus DQUOTE, ";", "(", ")", and "\".
non-special = %x21 / %x23-27 / %x2A-3A / %x3C-5B / %x5D-7E
; non-digit is VCHAR minus DIGIT
non-digit   = %x21-2F / %x3A-7E
; dec-octet is a number 0-255 as a three-digit decimal number.
dec-octet   = ( "0" / "1" ) 2DIGIT /
              "2" ( ( %x30-34 DIGIT ) / ( "5" %x30-35 ) )
escaped     = "\" ( non-digit / dec-octet )
contiguous  = 1*( non-special / escaped )
quoted      = DQUOTE *( contiguous / ( ["\"] WSP ) ) DQUOTE
char-string = contiguous / quoted
]]></artwork>
      <t>The decoding algorithm allows <tt>char-string</tt> to represent any <tt>*OCTET</tt>,
using quoting to group values (e.g., those with internal whitespace), and
escaping to represent each non-printable octet as a single <tt>escaped</tt> sequence.
In this document, this algorithm is referred to as "character-string decoding".
The algorithm is the same as used by <tt>&lt;character-string&gt;</tt> in RFC 1035,
although the output length in this document is not limited to 255 octets.</t>
      <section anchor="value-list">
        <name>Decoding a comma-separated list</name>
        <t>In order to represent lists of items in zone files, this specification uses
comma-separated lists.  When the allowed items in the list cannot contain ","
or "\", this is trivial.  (For simplicity, empty items are not allowed.)
A value-list parser that splits on "," and prohibits items containing "\"
is sufficient to comply with all requirements in this document.  This
corresponds to the <tt>simple-comma-separated</tt> syntax:</t>
        <artwork><![CDATA[
; item-allowed is OCTET minus "," and "\".
item-allowed           = %x00-2B / %x2D-5B / %x5D-FF
simple-item            = 1*item-allowed
simple-comma-separated = [simple-item *("," simple-item)]
]]></artwork>
        <t>For implementations that allow "," and "\" in item values, the following
escaping syntax applies:</t>
        <artwork><![CDATA[
item            = 1*OCTET
escaped-item    = 1*(item-allowed / "\," / "\\")
comma-separated = [escaped-item *("," escaped-item)]
]]></artwork>
        <t>Decoding of value-lists happens after character-string decoding.
For example, consider these <tt>char-string</tt> SvcParamValues:</t>
        <artwork><![CDATA[
"part1,part2,part3\\,part4\\\\"
part1\,\p\a\r\t2\044part3\092,part4\092\\
]]></artwork>
        <t>These inputs are equivalent: character-string decoding either of them would
produce the same <tt>value</tt>:</t>
        <artwork><![CDATA[
part1,part2,part3\,part4\\
]]></artwork>
        <t>Applying comma-separated list decoding to this <tt>value</tt> would produce a list
of three <tt>item</tt>s:</t>
        <artwork><![CDATA[
part1
part2
part3,part4\
]]></artwork>
      </section>
    </section>
    <section anchor="http-mapping-summary">
      <name>HTTP Mapping Summary</name>
      <t>This table serves as a non-normative summary of the HTTP mapping for SVCB
(<xref target="https"/>).  Future protocol mappings may provide a similar summary table.</t>
      <table>
        <thead>
          <tr>
            <th align="left"> </th>
            <th align="left"> </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <strong>Mapped scheme</strong></td>
            <td align="left">"https"</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Other affected schemes</strong></td>
            <td align="left">"http", "wss", "ws", (other HTTP-based)</td>
          </tr>
          <tr>
            <td align="left">
              <strong>RR type</strong></td>
            <td align="left">HTTPS (65)</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Name prefix</strong></td>
            <td align="left">None for port 443, else <tt>_$PORT._https</tt></td>
          </tr>
          <tr>
            <td align="left">
              <strong>Automatically Mandatory Keys</strong></td>
            <td align="left">
              <tt>port</tt>, <tt>no-default-alpn</tt></td>
          </tr>
          <tr>
            <td align="left">
              <strong>SvcParam defaults</strong></td>
            <td align="left">
              <tt>alpn</tt>: ["http/1.1"]</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Special behaviors</strong></td>
            <td align="left">HTTP to HTTPS upgrade</td>
          </tr>
          <tr>
            <td align="left">
              <strong>Keys that records must include</strong></td>
            <td align="left">None</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="comparison-with-alternatives">
      <name>Comparison with alternatives</name>
      <t>The SVCB and HTTPS RR types closely resemble,
and are inspired by, some existing
record types and proposals.  A complaint with all of the alternatives
is that web clients have seemed unenthusiastic about implementing
them.  The hope here is that by providing an extensible solution that
solves multiple problems we will overcome the inertia and have a path
to achieve client implementation.</t>
      <section anchor="differences-from-the-srv-rr-type">
        <name>Differences from the SRV RR type</name>
        <t>An SRV record <xref target="SRV"/> can perform a similar function to the SVCB record,
informing a client to look in a different location for a service.
However, there are several differences:</t>
        <ul spacing="normal">
          <li>SRV records are typically mandatory, whereas SVCB is intended to be optional
when used with pre-existing protocols.</li>
          <li>SRV records cannot instruct the client to switch or upgrade
protocols, whereas SVCB can signal such an upgrade (e.g. to
HTTP/2).</li>
          <li>SRV records are not extensible, whereas SVCB and HTTPS RRs
can be extended with new parameters.</li>
          <li>SRV records specify a "weight" for unbalanced randomized load-balancing.
SVCB only supports balanced randomized load-balancing, although weights
could be added via a future SvcParam.</li>
        </ul>
      </section>
      <section anchor="differences-from-the-proposed-http-record">
        <name>Differences from the proposed HTTP record</name>
        <t>Unlike <xref target="I-D.bellis-dnsop-http-record"/>, this approach is
extensible to cover Alt-Svc and Encrypted ClientHello use-cases.  Like that
proposal, this addresses the zone apex CNAME challenge.</t>
        <t>Like that proposal, it remains necessary to continue to include
address records at the zone apex for legacy clients.</t>
      </section>
      <section anchor="differences-from-the-proposed-aname-record">
        <name>Differences from the proposed ANAME record</name>
        <t>Unlike <xref target="I-D.ietf-dnsop-aname"/>, this approach is extensible to
cover Alt-Svc and ECH use-cases.  This approach also does not
require any changes or special handling on either authoritative or
primary servers, beyond optionally returning in-bailiwick additional records.</t>
        <t>Like that proposal, this addresses the zone apex CNAME challenge
for clients that implement this.</t>
        <t>However, with this SVCB proposal, it remains necessary to continue
to include address records at the zone apex for legacy clients.
If deployment of this standard is successful, the number of legacy clients
will fall over time.  As the number of legacy clients declines, the operational
effort required to serve these users without the benefit of SVCB indirection
should fall.  Server operators can easily observe how much traffic reaches this
legacy endpoint, and may remove the apex's address records if the observed legacy
traffic has fallen to negligible levels.</t>
      </section>
      <section anchor="comparison-with-separate-rr-types-for-aliasmode-and-servicemode">
        <name>Comparison with separate RR types for AliasMode and ServiceMode</name>
        <t>Abstractly, functions of AliasMode and ServiceMode are independent,
so it might be tempting to specify them as separate RR types.  However,
this would result in a serious performance impairment, because clients
cannot rely on their recursive resolver to follow SVCB aliases (unlike
CNAME).  Thus, clients would have to issue queries for both RR types
in parallel, potentially at each step of the alias chain.  Recursive
resolvers that implement the specification would, upon receipt of a
ServiceMode query, emit both a ServiceMode and an AliasMode query to
the authoritative.  Thus, splitting the RR type would double, or in
some cases triple, the load on clients and servers, and would not
reduce implementation complexity.</t>
      </section>
    </section>
    <section anchor="test-vectors">
      <name>Test vectors</name>
      <t>These test vectors only contain the RDATA portion of SVCB/HTTPS records in
presentation format, generic format (<xref target="RFC3597"/>) and wire format. The wire
format uses hexadecimal (\xNN) for each non-ascii byte. As the wireformat is
long, it is broken into several lines.</t>
      <section anchor="aliasmode">
        <name>AliasMode</name>
        <figure>
          <name>AliasMode</name>
          <artwork><![CDATA[
example.com.   HTTPS   0 foo.example.com.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\x00\x10                                           # priority
\x03foo\x07example\x03org\x00                      # target
\x00\x01                                           # key 1
\x00\x0c                                           # param length 12
\x08                                               # alpn length 8
f\oo,bar                                           # alpn value
\x02                                               # alpn length 2
h2                                                 # alpn value
]]></artwork>
        </figure>
      </section>
      <section anchor="failure-cases">
        <name>Failure cases</name>
        <t>This subsection contains test vectors which are not
compliant with this document. The various reasons for non-compliance
are explained with each example.</t>
        <figure>
          <name>Multiple instances of the same SvcParamKey</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. (
                       key123=abc key123=def
                       )
]]></artwork>
        </figure>
        <figure>
          <name>Missing SvcParamValues that must be nonempty</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory
example.com.   SVCB   1 foo.example.com. alpn
example.com.   SVCB   1 foo.example.com. port
example.com.   SVCB   1 foo.example.com. ipv4hint
example.com.   SVCB   1 foo.example.com. ipv6hint
]]></artwork>
        </figure>
        <figure>
          <name>The "no-default-alpn" SvcParamKey value must be empty</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. no-default-alpn=abc
]]></artwork>
        </figure>
        <figure>
          <name>A mandatory SvcParam is missing</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory=key123
]]></artwork>
        </figure>
        <figure>
          <name>The "mandatory" SvcParamKey must not be included in the mandatory list</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. mandatory=mandatory
]]></artwork>
        </figure>
        <figure>
          <name>Multiple instances of the same SvcParamKey in the mandatory list</name>
          <artwork><![CDATA[
example.com.   SVCB   1 foo.example.com. (
                      mandatory=key123,key123 key123=abc
                      )
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="change-history">
      <name>Change history</name>
      <t>(This section to be removed by the RFC editor.)</t>
      <ul spacing="normal">
        <li>
          <t>draft-ietf-dnsop-svcb-https-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:
H4sIAAAAAAAAA9y9e3fbyJUv+n99Clx6zmqpL0lL1MO2enwmallO68ZtO5I6
fefEWRFIghLGJMAApGS24/nsdz+rdgGgH5mcdWcdraQtkUA9d+3az98eDAZu
la/m2UlylVX3+SRLxnkxzYvbJC2myTKt0kW2yqqkXmaTfJZP0lVeFsl9niar
uyx58foq2cH/XP3p7Ed646fr67dXyeVlvevS8bjK7k86vktmZYXvumk5KaCD
k2RapbPVIM9Ws8G0qMvloL6fjAd3q9WyHuw9c9N0BQ99fHF6ff7JwRiy27La
nCT1aupcvqxOklW1rlejvb1neyOXVll6kvw+K7IqnbuHsnp/W5Xr5Qn2+OZt
8it8gPP7PX7o3mcbeGJ6klwUMM0iWw1e4FCcq1cw5L+m87KAnjdZ7Zb5SfLn
VTnpJ3VZrapsVsNvmwX+8hfn0vXqrqxOXDJwCfzkRX2S/DhMriZ3D2m1+o0+
5Kn+mBXxx2V1mxb5b7SyMO6yvJ1n9EW2SPP5STKGf+vJ727pi+GkXESd/DxM
fszru3Jpuvg5f5/ZT6GHk+T0fQrtJdfZ5K4o5+VtDnMyvSzG9Pzvsvvsb+ts
Vq6H4yzq6HyYvN7cVllhOjqv8vf206/pKIN3/m/c6d8V9OIQXnKuKKsFrMB9
dgI7WszCX0ny8vz67KcTakJItfcyW03uklf5PW7kFe5UWk179AiTys/pJhnt
jfb4rbS6zVbwGtHTyePHM3x9iCQ9fLhLVw+3OIbHPTcYDJJ0XK+qdAIUcH2X
1wlQ6HqRFSs9AFlNhN9Dou4RVfeIrHt0FqqsLtcVHKIqmwBVJTuXl7tutVni
W2UySyf5PF/BAKmNeVm+Xy+Tcpb4CcPRKrJsmk3x8UUKuzgpiyKb4De1g8+A
QJGgk5oPK5LgGlYi5SOFI4E9yG9hw4YJHzweSe3S+bx8SFJ9EzsYZ8myKu9z
7G9WlYtksZ6v8uU8S9I5HgbagSQrpssyL1Z132Up9PWQr7DDupzkMBPDI+pk
RwcDK1jUSzgm2AGcmXLuYCKz/HZd8Sxx4eDo8bCzYlJtlivcS1yX61dXydk8
h0X/KYNB78JMru+yDQyqLl1WpGMaYJ7W+AKsXrrMPsA+AXUVsB4PdzmMAXau
KKH3sq5zfJ4Gffb69OfzIexr5lkRPpgm92mV87igOVo1HNa6lvdoWT9+/L/w
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
42tfniW92uqJLQ15JOTCXrP2H1WCukjHjgEA

-->

</rfc>
