<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-deleg-04" category="std" consensus="true" submissionType="IETF" updates="1034, 1035, 4035, 6672, 6840" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="DELEG">Extensible Delegation for DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-deleg-04"/>
    <author initials="T." surname="April" fullname="Tim April">
      <organization>Google, LLC</organization>
      <address>
        <email>ietf@tapril.net</email>
      </address>
    </author>
    <author initials="P." surname="Špaček" fullname="Petr Špaček">
      <organization>ISC</organization>
      <address>
        <email>pspacek@isc.org</email>
      </address>
    </author>
    <author initials="R." surname="Weber" fullname="Ralf Weber">
      <organization>Akamai Technologies</organization>
      <address>
        <email>rweber@akamai.com</email>
      </address>
    </author>
    <author initials="D." surname="Lawrence" fullname="David C Lawrence">
      <organization>Salesforce</organization>
      <address>
        <email>tale@dd.org</email>
      </address>
    </author>
    <date year="2025" month="October" day="16"/>
    <area>Internet</area>
    <workgroup>deleg</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>DNS</keyword>
    <keyword>delegation</keyword>
    <abstract>
      <?line 51?>
<t>This document proposes a new extensible method for the delegation of authority for a domain in the Domain Name System (DNS) using DELEG and DELEGI records.</t>
      <t>A delegation in the DNS enables efficient and distributed management of the DNS namespace.
The traditional DNS delegation is based on NS records which contain only hostnames of servers and no other parameters.
The new delegation records are extensible, can be secured with DNSSEC, and eliminate the problem of having two sources of truth for delegation information.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://github.com/ietf-wg-deleg/draft-ietf-deleg-base/tree/gh-pages"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-deleg/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        deleg Working Group mailing list (<eref target="mailto:dd@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dd/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dd/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-deleg/draft-ietf-deleg-base/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 58?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the Domain Name System, responsibility for each subdomain within the domain name hierarchy can be delegated to different servers, which makes them authoritative for their portion of the namespace.</t>
      <t>The original DNS record that does this, called an NS record, contains only the hostname of a single name server and no other parameters.
The resolver needs to resolve these names into usable addresses and infer other required parameters, such as the transport protocol and any other protocol features.
Moreover, the NS record set exists in two places--one at the delegation point, and the other, possibly different, in the child zone.
The DNS Security Extensions (DNSSEC) protect only one copy, those in the child zone.</t>
      <t>These properties of NS records limit resolvers to unencrypted UDP and TCP port 53, and this initial contact cannot be protected with DNSSEC.
Even if these two problems were somehow solved, the NS record does not offer extensibility for any other parameters.
This limitation is a barrier for the efficient introduction of new DNS technology.</t>
      <t>The proposed DELEG and DELEGI resource record (RR) types remedy this problem by providing extensible parameters to indicate server capabilities and additional information, such as other transport protocols that a resolver may use.</t>
      <t>The DELEG record creates a new delegation.
It is authoritative in the parent side of delegation and thus can be signed with DNSSEC.
This makes it possible to validate all delegation parameters, including those of future extensions.</t>
      <t>The DELEGI record is an auxiliary record which does not create a delegation by itself but provides an optional layer of indirection.
It can be used to share the same delegation information across any number of zones.
DELEGI is treated like regular authoritative record.</t>
      <t>The DELEG record can be used instead of or alongside a NS record to create a delegation.
The combination of DELEG+NS is fully compatible with old resolvers, facilitating the incremental rollout of this new method of delegation.</t>
      <t>Future documents can use the extensibility mechanism for more advanced features like connecting to a name server with an encrypted transport.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in <br/>
BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in
all capitals, as shown here.</t>
        <t>Terminology regarding the Domain Name System comes from <xref target="BCP219"/>, with addition terms defined here:</t>
        <ul spacing="normal">
          <li>
            <t>legacy delegation: A delegation that is done with an NS RRset</t>
          </li>
          <li>
            <t>legacy response: A response that does not use the DELEG protocol described in this document</t>
          </li>
          <li>
            <t>DELEG-aware: An authoritative server or resolver that follows the protocol defined in this document</t>
          </li>
          <li>
            <t>DELEG-unaware: An authoritative server or resolver that does not follow the protocol defined in this document</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="deleg-and-delegi-resource-record-types">
      <name>DELEG and DELEGI Resource Record Types</name>
      <t>The DELEG record, RR type TBD, and the DELEGI record, RR type TBD2 (different from that of DELEG), have the same wire and presentation formats,
but their semantics are different as described in a following section.
These records are defined for the IN class.</t>
      <t>The record format is based on the extensible key=value list that was originally defined as "SvcParams" for the SVCB record type <xref target="RFC9460"/>.
Unlike SVCB, the DELEG protocol does not have "SvcPriority" and "TargetName" fields.
The keys in the DELEG protocol are different than those used in SVCB.
To avoid confusion between the two protocols, the list of key=value parameters used by the DELEG protocol are called DelegInfos and will be tracked in their own IANA registry for Delegation Information.</t>
      <t>The following rules are adapted from SVCB, but with changed names:</t>
      <ul spacing="normal">
        <li>
          <t>The whole RDATA consists of a single list called "DelegInfos".</t>
        </li>
        <li>
          <t>DelegInfos consists of individual DelegInfo key=value pairs.</t>
        </li>
        <li>
          <t>Each DelegInfo pair has DelegInfoKey and a possibly optional DelegInfoValue.</t>
        </li>
        <li>
          <t>Each DelegInfo has a specified presentation format and wire encoding.</t>
        </li>
        <li>
          <t>Each DelegInfoKey has a presentation name and a registered key number.</t>
        </li>
        <li>
          <t>Each DelegInfoValue is in a format specific to its DelegInfoKey.</t>
        </li>
      </ul>
      <t>Implementations can reuse the same code to parse SvcParams and DelegInfos and only plug in a different list of key=value pairs for SVCB/HTTPS and DELEG/DELEGI record families.</t>
      <t>The initial set of DelegInfoKeys and their formats are defined in <xref target="nameserver-info"/>.</t>
      <section anchor="presentation-format">
        <name>Presentation Format</name>
        <t>The RDATA presentation format of the DELEG and DELEGI resource records consists of a single list, DelegInfos.</t>
        <t>The DelegInfos presentation format is defined exactly the same as SvcParams in Section 2.1 of <xref target="RFC9460"/>. The following rules are adapted from SVCB, but with changed names:</t>
        <ul spacing="normal">
          <li>
            <t>DelegInfos is a whitespace-separated list with each DelegInfo consisting of a DelegInfoKey=DelegInfoValue pair, or a standalone DelegInfoKey.</t>
          </li>
          <li>
            <t>Individual element definitions are the same as <xref target="RFC9460"/>:
            </t>
            <ul spacing="normal">
              <li>
                <t>The DelegInfo syntax is the same as SvcParam, but it references DelegInfo elements instead of SvcParam elements.</t>
              </li>
              <li>
                <t>DelegInfoKey syntax is the same as SvcParamKey.</t>
              </li>
              <li>
                <t>The syntax for unknown keys in Section 2.1 of <xref target="RFC9460"/> applies.</t>
              </li>
              <li>
                <t>The DelegInfoValue syntax is the same as SvcParamValue.</t>
              </li>
              <li>
                <t>The rules from Appendix A of <xref target="RFC9460"/> apply.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>All the requirements in Section 2.1 of <xref target="RFC9460"/> apply.</t>
          </li>
        </ul>
        <t>DelegInfos MAY be zero-length; this is similar to what is allowed in SVCB records.
A record with a zero-length DelegInfos field has no effect on the SLIST processing for resolvers.</t>
      </section>
      <section anchor="rdata-wire-format">
        <name>RDATA Wire Format</name>
        <t>The RDATA portion of the DELEG and DELEGI resource record has variable length and entirely consists of a single "DelegInfos" element:</t>
        <artwork><![CDATA[
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    /                         DelegInfos                            /
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>The format of the DelegInfos element is identical to the format of the SvcParams element defined in <xref target="RFC9460"/> Section 2.2,
including the requirements for strictly increasing numeric order to keys and no key duplication allowed.</t>
        <t>All the requirements in Section 2.2 of <xref target="RFC9460"/> apply.</t>
        <t>The DelegInfos element is a sequence of individual DelegInfo elements.
The wire format of an individual DelegInfo element is the same as for a SvcParam element,
but it references DelegInfo elements instead of SvcParam elements.</t>
        <artwork><![CDATA[
                +0 (MSB)                            +1 (LSB)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
0:  |                          DelegInfoKey                         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2:  |                length of DelegInfoValue                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
4:  /                          DelegInfoValue ...                   /
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>The permissible lengths depend on the DelegInfoKey value.
Some future keys may have no DelegInfoValue, which would be indicated with an explicit 0 length.</t>
      </section>
      <section anchor="overview-of-differences-between-deleg-and-delegi-semantics">
        <name>Overview of Differences between DELEG and DELEGI Semantics</name>
        <t>The following is a brief summary of semantic differences between the DELEG and DELEGI types.</t>
        <ul spacing="normal">
          <li>
            <t>DELEG creates a delegation for its owner name, similar to the NS RR type.</t>
          </li>
          <li>
            <t>DELEG and NS RR types can coexist at the same owner name.</t>
          </li>
          <li>
            <t>DELEG is authoritative in the parent zone of the delegated zone, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG is signed by the parent zone of the delegated zone when using DNSSEC, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG cannot be present at the apex of the delegated zone, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG has special processing for being included in answers.</t>
          </li>
        </ul>
        <t>Conversely,</t>
        <ul spacing="normal">
          <li>
            <t>DELEGI is like any normal RR and doesn't require any special processing.</t>
          </li>
          <li>
            <t>DELEGI does not create a delegation for its owner name.</t>
          </li>
          <li>
            <t>DELEGI cannot coexist at the same owner name with DELEG or NS RR types.</t>
          </li>
          <li>
            <t>DELEGI DNSSEC signing and record placement rules are the same as for any ordinary RR type.</t>
          </li>
          <li>
            <t>DELEGI is used as the target of the DELEG protocol's "include" mechanism, as described in section <xref target="slist"/>.</t>
          </li>
        </ul>
        <t>TODO: Add some introduction comparing how resolvers see legacy delegation (set of NS and A/AAAA records) and DELEG delegation (DELEG and DELEGI records with server-ipv4 and server-ipv6 keys)</t>
      </section>
    </section>
    <section anchor="use-of-deleg-records">
      <name>Use of DELEG Records</name>
      <t>The DELEG RRset MAY contain multiple records.
A DELEG RRset MAY be present with or without NS or DS RRsets at the delegation point, though without NS records then DELEG-unaware software will not be able to resolve records in the the delegated zone.</t>
      <t>DELEG RRsets MUST NOT appear at a zone's apex.
The erroneous inclusion of DELEG RRset at zone's apex will cause DNSSEC validation failures.
Servers MAY refuse to load such an invalid zone, similar to the DS RR type.</t>
      <section anchor="resolvers">
        <name>Resolvers</name>
        <section anchor="signaling-deleg-support">
          <name>Signaling DELEG Support</name>
          <t>There will be both DELEG and NS needed for delegation for a long time.
Both legacy delegation and the DELEG protocol enable recursive resolution.
This document defines a new EDNS flag to signal that a resolver is DELEG-aware and therefore does not need NS records or glue information in a referral response.</t>
          <t>A resolver that is DELEG-aware MUST signal in queries that it supports the DELEG protocol by setting a bit in the OPT RR TTL as described in <xref target="RFC6891"/>.
This bit referred to as the "DELEG" (DE) bit, expected to be assigned by IANA at Bit 2 in the EDNS Header Flags registry, as follows:</t>
          <artwork><![CDATA[
            +0 (MSB)                +1 (LSB)
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  0: |   EXTENDED-RCODE      |       VERSION         |
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  2: |DO|CO|DE|              Z                       |
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
]]></artwork>
          <t>Setting the DE bit to one in a query indicates the resolver understands the DELEG semantics and does not need NS records to follow a referral.
The DE bit set to 0 indicates the resolver is not DELEG-aware, and therefore can only be served referrals with NS records and other data according to pre-DELEG specifications.</t>
        </section>
        <section anchor="referral">
          <name>Referral</name>
          <t>The DELEG record creates a zone cut similar to the NS record.</t>
          <t>If one or more DELEG records exist at a given delegation point, a DELEG-aware resolver MUST treat the name servers from those DELEG records as authoritative for the child zone.
In such a case, a DELEG-aware resolver MUST NOT use NS records for the zone if they are present, even if resolution using DELEG records has failed.
Such fallback from DELEG to NS would invalidate the security guarantees of the DELEG protocol.</t>
          <t>If no DELEG record exists at a given delegation point, DELEG-aware resolvers MUST use NS records as specified by <xref target="RFC1034"/>.
See <xref target="dnssec-validators"/> for more information about protection from downgrade attacks.</t>
        </section>
        <section anchor="parent-side-types-qtypedeleg">
          <name>Parent-side types, QTYPE=DELEG</name>
          <t>Record types defined as authoritative on the parent side of zone cut, currently the DS and DELEG types, retain the same special handling as described in Section 2.6 of <xref target="RFC4035"/>.</t>
          <t>DELEG-unaware resolvers can get different types of answers for QTYPE=DELEG queries based on the configuration of the server, such as whether it is DELEG-aware and whether it also is authoritative for subdomains.
For example, a DELEG-unaware authoritative name server which has loaded DELEG records via the <xref target="RFC3597"/> unknown types mechanism would answer with them only if there were no NS records at the owner name, and answer with an NS delegation otherwise.</t>
        </section>
        <section anchor="finding-best">
          <name>Algorithm for "Finding the Best Servers to Ask"</name>
          <t>This document updates instructions for finding the best servers to ask.
That information currently is covered in Section 5.3.3 of <xref target="RFC1034"/> and Section 3.4.1 of <xref target="RFC6672"/> with the text "2. Find the best servers to ask."
Section 3.1.4.1 of <xref target="RFC4035"/> should have explicitly updated Section 5.3.3 of <xref target="RFC1034"/> for the DS RR type, but failed to do so.
This document simply extends this existing behavior to DELEG RR type as well, and makes this special case explicit.</t>
          <t>When a DELEG RRset exists for a delegation in a zone, DELEG-aware resolvers ignore any NS RRset for the delegated zone, whether from the parent or from the apex of the child.</t>
          <t>Each delegation level can have a mixture of DELEG and NS RR types, and DELEG-aware resolvers MUST be able to follow chains of delegations which combines both types in arbitrary ways.</t>
          <t>An example of a valid delegation tree:</t>
          <artwork><![CDATA[
; root zone with NS-only delegations
. SOA ...
test. NS ...

; test. zone with NS+DELEG delegations
test. SOA ...
sld.test. NS ...
sld.test. DELEG ...

; sld.test. zone with NS-only delegation
sld.test. SOA ...
nssub.sld.test. NS ...

; nssub.sld.test. zone with DELEG-only delegation
delegsub.sub.sld.test. DELEG ...
]]></artwork>
          <t>TODO: after the text below, refer back to this figure and show the order that a DELEG-aware resolver would take when there is a failure to find any good DELEG addresses at sub.sld.test, then any usable name servers at sub.sld.test, and then maybe a good DELEG record at test.</t>
          <t>The terms SNAME and SLIST used here are defined in Section 5.3.2 of <xref target="RFC1034"/>:</t>
          <t>SNAME is the domain name we are searching for.</t>
          <t>SLIST is a structure which describes the name servers and the zone which the resolver is currently trying to query.
Neither <xref target="RFC1034"/> nor this document define how a resolver uses SLIST; they only define how to populate it.</t>
          <t>A DELEG-aware SLIST needs to be able to hold two types of information, delegations defined by NS records and delegations defined by DELEG records.
DELEG and NS delegations can create cyclic dependencies and/or lead to duplicate entries which point to the same server.
Resolvers need to enforce suitable limits to prevent damage even if someone has incorrectly configured some of the data used to create an SLIST.</t>
          <t>This leads to a modifications of the description from earlier documents for DELEG-aware resolvers can find the best servers to ask.
That description becomes:</t>
          <ol spacing="normal" type="1"><li>
              <t>Determine deepest possible zone cut which can potentially hold the answer for a given (query name, type, class) combination:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>Start with SNAME equal to QNAME.</t>
                </li>
                <li>
                  <t>If QTYPE is a type that is authoritative at the parent side of a zone cut (currently, DS or DELEG), remove the leftmost label from SNAME.
For example, if the QNAME is "test.example." and the QTYPE is DELEG or DS, set SNAME to "example.".</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Look for locally-available DELEG and NS RRsets, starting at current SNAME.  </t>
              <ol spacing="normal" type="1"><li>
                  <t>For a given SNAME, check for the existence of a DELEG RRset.
If it exists, the resolver MUST use its content to populate SLIST.
However, if the DELEG RRset is known to exist but is unusable (for example, if it is found in DNSSEC BAD cache), the resolver MUST NOT instead use an NS RRset; instead, the resolver MUST treat this case as if no servers were available.</t>
                </li>
                <li>
                  <t>If a given SNAME is proven to not have a DELEG RRset but does have an NS RRset, the resolver MUST copy the NS RRset into SLIST.</t>
                </li>
                <li>
                  <t>If SLIST is now populated, stop walking up the DNS tree.
However, if SLIST is not populated, remove the leftmost label from SNAME and go back to the first step, using the newly shortened SNAME.
Do not go back to the first step if doing so would exceed the amount of work that the resolver is configured to do when processing names; see <xref target="too-much-work"/>.</t>
                </li>
              </ol>
            </li>
          </ol>
          <t>The rest of Step 2's description is not affected by this document.</t>
          <t>Resolvers MAY respond to "QNAME=. / QTYPE=DELEG" queries in the same fashion as they respond to "QNAME=. / QTYPE=DS" queries.</t>
        </section>
        <section anchor="nameserver-info">
          <name>Name Server Information for Delegation</name>
          <t>The DELEG and DELEGI records have four keys that describe information about name servers.
The purpose of this information is to populate the SLIST with IP addresses of the name servers for a zone.
The types of information defined in this document are:</t>
          <ul spacing="normal">
            <li>
              <t>server-ipv4: an unordered collection of IPv4 addresses for name servers</t>
            </li>
            <li>
              <t>server-ipv6: an unordered collection of IPv6 addresses for name servers</t>
            </li>
            <li>
              <t>server-name: an unordered collection of hostnames of name servers; the addresses must be fetched</t>
            </li>
            <li>
              <t>include-delegi: an unordered collection of domain names that point to a DELEGI RRsets, which in turn have more information about the delegation</t>
            </li>
          </ul>
          <t>These keys MUST have a non-empty DelegInfoValue.</t>
          <t>The presentation values for server-ipv4 and server-ipv6 are comma-separated list of one or more IP addresses of the appropriate family in standard textual format <xref target="RFC5952"/> <xref target="RFC4001"/>.
The wire formats for server-ipv4 and server-ipv6 are a sequence of IP addresses, in network byte order, for the respective address family.</t>
          <t>The presentation values for server-name and include-delegi are an unordered collection of fully-qualified domain names and relative domain names, separated by commas.
The wire format for server-name and include-delegi are each a concatenated set of a wire-format domain names, where the root label provides the separation between names.
The names in the wire format MUST NOT be compressed.</t>
          <t>TODO: Describe how escaping works for server-name and include-delegi.
This will be the same as the escaping mechanism defined in SVCB.</t>
          <t>A DELEG or DELEGI record that has a non-empty DelegInfos MUST have one, and only one, set of server information, chosen from the following:</t>
          <ul spacing="normal">
            <li>
              <t>one server-ipv4 key</t>
            </li>
            <li>
              <t>one server-ipv6 key</t>
            </li>
            <li>
              <t>a pair consisting of one server-ipv4 key and one server-ipv6 key</t>
            </li>
            <li>
              <t>one server-name key</t>
            </li>
            <li>
              <t>one include-delegi key</t>
            </li>
          </ul>
          <t>This restriction only applies to a single DELEG or DELEGI record; a DELEG or DELEGI RRset can have records with different server information keys.</t>
          <t>When using server-name, the addresses for all the names in the set must be fetched using normal DNS resolution.
This means the names in the value of the server-name key or the include-delegi key MUST NOT be inside the delegated domain.</t>
          <t>With this initial DELEG specification, servers are still expected to be reached on the standard DNS port for both UDP and TCP, 53.  While a future specification is expected to address other transports using other ports, its eventual semantics are not covered here.</t>
        </section>
        <section anchor="slist">
          <name>Populating the SLIST from DELEG and DELEGI Records</name>
          <t>Each individual DELEG record inside a DELEG RRset, or each individual DELEGI record in a DELEGI RRset, can cause the addition of zero or more entries to SLIST.</t>
          <t>A resolver processes each individual DELEG record within a DELEG RRset, or each individual DELEGI record in a DELEGI RRset, using the following steps:</t>
          <ol spacing="normal" type="1"><li>
              <t>If a record has more than one type of server information key (excluding the IPv4/IPV6 case), or has multiple server information keys of the same type, that record is malformed.
Stop processing this record.</t>
            </li>
            <li>
              <t>If server-ipv4 and/or server-ipv6 keys are present inside the record, copy all of the address values into SLIST.
Stop processing this record.</t>
            </li>
            <li>
              <t>If a server-name key is present in the record, resolve each name in the value into IPv4 and/or IPv6 addresses.
Copy these addresses into SLIST.
Stop processing this record.</t>
            </li>
            <li>
              <t>If an include-delegi key is present in the record, resolve each name in the value using the DELEGI RR type.
Recursively apply the algorithm described in this section, after checking that the maximum loop count described in <xref target="too-much-work"/> has not been reached.</t>
            </li>
            <li>
              <t>If none of the above applies, SLIST is not modified by this particular record.</t>
            </li>
          </ol>
          <t>A DELEG-aware resolver MAY implement lazy filling of SLIST, such as by deferring processing remaining records if SLIST already has what the resolver considers a sufficiently large pool of addresses to contact.</t>
          <t>The order in which to try the servers in the final SLIST is outside the scope of this document.</t>
        </section>
      </section>
      <section anchor="authoritative-servers">
        <name>Authoritative Servers</name>
        <t>The DELEG RR type defines a zone cut in similar way as the NS RR type.
Behavior defined for zone cuts in existing pre-DELEG specifications apply to zone cuts created by the DELEG record.
A notable example of this is that the occlusion (usually accidentally) created by NS records in a parent zone would also be created by DELEG records in a parent zone.</t>
        <t>DELEG-aware authoritative servers act differently when handling queries from DELEG-unaware clients (those with DE=0) than from DELEG-aware clients (those with DE=1).</t>
        <t>The server MUST copy the value of the DE bit from the query into the response, to signal that it is a DELEG-aware server.</t>
        <section anchor="deleg-aware-clients">
          <name>DELEG-aware Clients</name>
          <t>When the client indicates that it is DELEG-aware by setting DE=1 in the query, DELEG-aware authoritative servers treat DELEG records as zone cuts, and the servers are authoritative on the parent side of the zone cut.
This new zone cut has priority over a legacy delegation.</t>
          <section anchor="deleg-aware-clients-requesting-qtypedeleg">
            <name>DELEG-aware Clients Requesting QTYPE=DELEG</name>
            <t>An explicit query for the DELEG RR type at a delegation point behaves much like query for the DS RR type: the server answers authoritatively from the parent zone.
All pre-DELEG specifications for special handling queries with QTYPE=DS apply equally to QTYPE=DELEG.
In summary, the server either provides an authoritative DELEG RRset or declares its non-existence, with relevant DNSSEC proofs when requested and available.</t>
          </section>
          <section anchor="delegation-with-deleg">
            <name>Delegation with DELEG</name>
            <t>If the delegation has a DELEG RRset, the authoritative server MUST put the DELEG RRset into the Authority section of the referral.
In this case, the server MUST NOT include the NS RRset in the Authority section.
Include the covering RRSIG following the normal DNSSEC procedure for answers with authoritative zone data.</t>
            <t>Similarly, rules for DS RRset inclusion in referrals apply as specified by the DNSSEC protocol.</t>
          </section>
          <section anchor="deleg-aware-clients-with-ns-rrs-present-but-no-deleg-rrs">
            <name>DELEG-aware Clients with NS RRs Present but No DELEG RRs</name>
            <t>If the delegation does not have a DELEG RRset, the authoritative server MUST put the NS RRset into the authority section of the referral.
The absence of the DELEG RRset MUST be proven as specified by the DNSSEC protocol for authoritative data.</t>
            <t>Similarly, rules for DS RRset inclusion into referrals apply as specified by the DNSSEC protocol.
Please note, in practice the same process and records are used to prove the non-existence of both DELEG and DS RRsets.</t>
          </section>
        </section>
        <section anchor="deleg-unaware-clients">
          <name>DELEG-unaware Clients</name>
          <t>A general principle for DELEG-aware authoritative servers is that they respond to a DELEG-unaware client by following pre-DELEG specifications.</t>
          <t>DELEG-unaware clients do not recognize DELEG records as a zone cut and are not aware of the special handling rules for DELEG records.
They understand a DELEG RRset as an ordinary unknown RR type.</t>
          <t>In summary, DELEG records are not returned in referral responses to DELEG-unaware clients,
and DELEG-unaware clients do not consider DELEG records authoritative on the parent side of a zone cut.</t>
          <t>An authoritative server responding to DELEG-unaware clients has to handle three distinct situations:</t>
          <ul spacing="normal">
            <li>
              <t>No DELEG RRset is present. In this case, the authoritative server follows the pre-DELEG specifications.</t>
            </li>
            <li>
              <t>An NS RRset and a DELEG RRset are both present. In this case, the authoritative server uses the NS RRset when constructing referral responses, following the pre-DELEG specifications. See also <xref target="signers"/> and <xref target="examples"/>.</t>
            </li>
            <li>
              <t>A DELEG RRset is present, but an NS RRset is not. See <xref target="no-ns"/>.</t>
            </li>
          </ul>
          <section anchor="no-ns">
            <name>DELEG-unaware Clients with DELEG RRs Present but No NS RRs</name>
            <t>Authoritative servers may receive requests from DELEG-unaware clients for which the child zone is authoritative and is delegated with DELEG RRs only (that is, without any NS RRs).
Such a zone is by definition not resolvable for DELEG-unaware clients.
From the perspective of a DELEG-unaware client, the zone cut created by the DELEG RRs is invisible.
In such a situation, the authoritative server should respnd in a way to limit confusion and/or colateral damage for the DELEG-unaware client.</t>
            <t>The authoritative server is RECOMMENDED to supplement its responses to DELEG-unaware resolvers with an <xref target="RFC8914"/> Extended DNS Error using the (IANA-TBD) value "New Delegation Only" from the Extended DNS Error Codes registry.</t>
            <t>A DELEG-aware authoritative server implementation has two options:</t>
            <ol spacing="normal" type="1"><li>
                <t>When faced with a client that sent a query with DE=0 that would lead to a delegation, but the zone has no NS records, an authoritative server MAY reply with an RCODE of SERVFAIL and nothing in the Answer and Authority sections.  </t>
                <t>
This response has negative side effects, namely that most resolvers will then query the remaining authoritative servers to see if any of them would give a different answer.
The advantage of this approach is simplicity of implementation and it is easy to understand.</t>
              </li>
              <li>
                <t>Because of the negative side effects of the previous option, an authoritative server SHOULD instead send an answer that accurately describes the situation to a DELEG-unaware resolver.  </t>
                <t>
The NSEC chain and the type bitmap generated according to <xref target="signers"/> leads to exactly one possible answer which is valid according to pre-DELEG specifications.
See <xref target="examples"/> for several examples of such answers.  </t>
                <t>
Please note different interpretation of DELEG RR type and zone cut definitions between DELEG-aware authoritative server and DELEG-unaware client. It is confusing.</t>
              </li>
            </ol>
            <t>TODO: List as many of the possible situations that need to be considered for variant 2, and the proposed the single appropriate response for each situation. This list will probably change for the next few iterations of this draft.</t>
          </section>
          <section anchor="deleg-unaware-clients-requesting-qtypedeleg">
            <name>DELEG-unaware Clients Requesting QTYPE=DELEG</name>
            <t>From the perspective of DELEG-unaware clients, the DELEG RR type does not have special semantics and should behave like an old ordinary RR type such as TXT.
Thus, queries with DE=0 and QTYPE=DELEG MUST result in a legacy response which can be validated by DELEG-unaware client.</t>
            <ul spacing="normal">
              <li>
                <t>If there is an NS RRset, this will be a legacy referral to the child zone. From the perspective of a DELEG-unaware client, the DELEG RR is effectively occluded by NS RRset.
The DELEG-unaware resolver can then obtain a final answer which can be validated from the child zone in similar fashion as described in <xref target="RFC4035"/> section 3.1.4.1.</t>
              </li>
              <li>
                <t>If there is no NS RRset but there is a DELEG RRset, this will be a normal authoritative response with the DELEG RRset, following pre-DELEG specifications.</t>
              </li>
              <li>
                <t>If there is no NS RRset and no DELEG RRset, this will be a standard negative response following pre-DELEG specifications.</t>
              </li>
            </ul>
            <t>TODO: Should we have an example with auth having parent+child zone at the same time, and DE=0 QTYPE=DELEG query?</t>
          </section>
        </section>
      </section>
      <section anchor="signers">
        <name>DNSSEC Signers</name>
        <t>The DELEG record is authoritative on the parent side of a zone cut and needs to be signed as such.
Existing rules from the DNSSEC specifications apply.</t>
        <t>In summary: for DNSSEC signing, treat the DELEG RR type the same way as the DS RR type.</t>
        <t>DELEG RR type defines a zone cut in similar way as NS RR type. This has several consequences which stem from existing pre-DELEG specifications:</t>
        <ul spacing="normal">
          <li>
            <t>All owner names below zone cut are occluded and thus not present in NSEC chains.</t>
          </li>
          <li>
            <t>All RRsets which are not permissible at the parent side of zone cut are occluded too and not represented in NSEC chain type bitmap.</t>
          </li>
        </ul>
        <t>See examples in <xref target="example-root"/> and <xref target="example-occluded"/>.</t>
        <t>In order to protect validators from downgrade attacks this draft introduces a new DNSKEY flag ADT (Authoritative Delegation Types).
In zones which contain a DELEG RRset, this flag MUST be set to 1 in at least one of the DNSKEY records published in the zone.</t>
      </section>
      <section anchor="dnssec-validators">
        <name>DNSSEC Validators</name>
        <t>DELEG awareness introduces additional requirements on validators.</t>
        <section anchor="clarifications-on-nonexistence-proofs">
          <name>Clarifications on Nonexistence Proofs</name>
          <t>This document updates Section 4.1 of <xref target="RFC6840"/> to include "NS or DELEG" types in the type bitmap as indication of a delegation point, and generalizes applicability of ancestor delegation proof to all RR types that are authoritative at the parent (that is, both DS and DELEG).
The text in that section is updated as follows:</t>
          <t>An "ancestor delegation" NSEC RR (or NSEC3 RR) is one with:</t>
          <ul spacing="normal">
            <li>
              <t>the NS and/or DELEG bit set,</t>
            </li>
            <li>
              <t>the Start of Authority (SOA) bit clear, and</t>
            </li>
            <li>
              <t>a signer field that is shorter than the owner name of the NSEC RR,
or the original owner name for the NSEC3 RR.</t>
            </li>
          </ul>
          <t>Ancestor delegation NSEC or NSEC3 RRs MUST NOT be used to assume
nonexistence of any RRs below that zone cut, which include all RRs at
that (original) owner name, other than types authoritative at the parent-side of a
zone cut (DS and DELEG), and all RRs below that owner name regardless of
type.</t>
        </section>
        <section anchor="insecure-delegation-proofs">
          <name>Insecure Delegation Proofs</name>
          <t>This document updates Section 4.4 of <xref target="RFC6840"/> to include securing DELEG records, and explicitly states that Opt-Out is not applicable to the DELEG protocol.
The first paragraph of that section is updated to read:</t>
          <t>Section 5.2 of <xref target="RFC4035"/> specifies that a validator, when proving a
delegation is not secure, needs to check for the absence of the DS
and SOA bits in the NSEC (or NSEC3) type bitmap; this was clarified in Section 4.1 of <xref target="RFC6840"/>.
This document updates <xref target="RFC4035"/> and <xref target="RFC6840"/> to specify that the validator MUST also check for the presence of the NS or the DELEG bit in the matching NSEC (or NSEC3) RR (proving that there is, indeed, a delegation).
Alternately, the validator must make sure that the delegation with an NS record is covered by an NSEC3
RR with the Opt-Out flag set.
Opt-Out is not applicable to DELEG RR type
because DELEG records are authoritative at the parent side of a zone cut in the same
way that DS RR types are.</t>
        </section>
        <section anchor="referral-downgrade-protection">
          <name>Referral downgrade protection</name>
          <t>If the zone is DNSSEC-secure, and if any DNSKEY of the zone has the ADT flag set to 1, a DELEG-aware validator MUST prove the absence of a DELEG RRset in referral responses from this particular zone.</t>
          <t>Without this check, an attacker could strip the DELEG RRset from a referral response and replace it with an unsigned (and potentially malicious) NS RRset.
A referral response with an unsigned NS and signed DS RRsets does not require additional proofs of nonexistence according to pre-DELEG DNSSEC specification, and it would have been accepted as a delegation without the DELEG RRset.</t>
        </section>
        <section anchor="chaining">
          <name>Chaining</name>
          <t>A Validating Stub Resolver that is DELEG-aware has to use a Security-Aware Resolver that is DELEG-aware and, if it is behind a forwarder, that forwarder has to be security-aware and DELEG-aware as well.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO: Add more here</t>
      <section anchor="too-much-work">
        <name>Preventing Over-work Attacks</name>
        <t>Resolvers MUST prevent situations where accidental misconfiguration of zones or malicious attacks cause them to perform too much work when resolving.
This document describes two sets of actions that, if not controlled, could lead to over-work attacks.</t>
        <t>Long chains of include-delegi information (<xref target="nameserver-info"/>), and those with circular chains of include-delegi information, can be burdensome.
To prevent this, the resolver SHOULD NOT follow more than 3 include-delegi chains in an RRset when populating SLIST.
Note that include-delegi chains can have CNAME steps in them; in such a case, a CNAME step is counted the same as a DELEGI step when determining when to stop following a chain.</t>
      </section>
      <section anchor="preventing-downgrade-attacks">
        <name>Preventing Downgrade Attacks</name>
        <t>TODO: this section is a bit redundant with "Referral Downgrade Protection" above; harmonize them.</t>
        <t>During the rollout of the DELEG protocol, the operator of an authoritative server can upgrade the server software to be DELEG-aware before changing any DNS zones.
Such deployment should work and provide DELEG-aware clients with correct DELEG-aware answers.
However, the deployment will not be protected from downgrade attacks against the DELEG protocol.</t>
        <t>To protect DNSSEC-secure DNS zones that use DELEG delegations, the delegating zone needs to have at least one DNSKEY with the ADT flag set to 1.
Failure to set this flag in a DNSKEY record in the zone allows an attacker to remove the DELEG RRset from referrals which contain the DS RRset, and replace the original signed DELEG RRset with an arbitrary unsigned NS set.
Doing so would be a downgrade from the strong protection offered by DNSSEC for DELEG.
That is, the DELEG protocol when used with upgraded DNSKEY records gives the same protection to DELEG that the zone's DS RR set has.
Without DELEG, there are no security guarantees for the NS RR set on the parent side of the zone cut.</t>
        <t>Please note that a full DNSKEY rollover is not necessary to achieve the downgrade protection for DELEG.
Any single DNSKEY with the ADT flag set to 1 is sufficient; the zone can introduce an otherwise unused record into the DNSKEY RRset.
This DNSKEY RR can even use an unknown signing algorithm and zero-length key material to minimize size increase of the DNSKEY RRset.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="changes-to-existing-registries">
        <name>Changes to Existing Registries</name>
        <t>IANA is requested to allocate the DELEG RR and the DELEGI RR in the Resource Record (RR) TYPEs registry, with the meaning "enhanced delegation information" and referencing this document.</t>
        <t>IANA is requested to assign a new bit in the DNSKEY RR Flags registry (<xref target="RFC4034"/>) for the ADT bit (N), with the description "Authoritative Delegation Types" and referencing this document.
For compatibility reasons, we request the bit 14 to be used.
This value has been proven to work whereas bit 0 was proven to break in practical deployments (because of bugs).</t>
        <t>IANA is requested to assign a bit from the EDNS Header Flags registry (<xref target="RFC6891"/>), with the abbreviation DE, the description "DELEG enabled", and referencing this document.</t>
        <t>IANA is requested to assign a value from the Extended DNS Error Codes (<xref target="RFC8914"/>), with the Purpose "New Delegation Only" and referencing this document.</t>
      </section>
      <section anchor="new-registry-for-delegation-information">
        <name>New Registry for Delegation Information</name>
        <t>IANA is requested to create the "DELEG Delegation Information" registry.
This registry defines the namespace for delegation information keys, including string representations and numeric key values.</t>
        <section anchor="procedure">
          <name>Procedure</name>
          <t>A registration MUST include the following fields:</t>
          <t>Number:  Wire-format numeric identifier (range 0-65535)
Name:  Unique presentation name
Meaning:  A short description
Reference:  Location of specification or registration source
Change Controller:  Person or entity, with contact information if appropriate</t>
          <t>To enable code reuse from SVCB parsers, the requirements for registered Name exactly copy requirements set by <xref target="RFC9460"/> section 14.3.1:
The characters in the registered Name field entry MUST be lowercase alphanumeric or "-".
The name MUST NOT start with "key" or "invalid".</t>
          <t>The registration policy for new entries is Expert Review (<xref target="RFC8126"/>).
The designated expert MUST ensure that the reference is stable and publicly available and that it specifies how to convert the delegation information's presentation format to wire format.
The 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 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="initial-contents">
          <name>Initial Contents</name>
          <t>The "DELEG Delegation Information" registry should be populated with the following initial registrations:</t>
          <artwork><![CDATA[
Number:  1
Name:  server-ipv4
Meaning:  An unordered collection of IPv4 addresses of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  2
Name:  server-ipv6
Meaning:  An unordered collection of IPv6 addresses of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  3
Name:  server-name
Meaning:  An unordered collection of hostnames of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  4
Name:  include-delegi
Meaning:  An unordered collection of domain names of DELEGI records
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

The registration for numbers 65280-65534 is reserved for private use.
The registration for number 65535 is reserved.
]]></artwork>
        </section>
      </section>
      <section anchor="temporary-assignments">
        <name>Temporary Assignments</name>
        <t>This section gives the values that can be used for interoperability testing before IANA makes permanent assignments.
The section will be removed when IANA makes permanent assignments.</t>
        <ul spacing="normal">
          <li>
            <t>DELEG RR type code is 61440</t>
          </li>
          <li>
            <t>DELEGI RR type code is 65433</t>
          </li>
          <li>
            <t>DELEG EDNS DE flag bit is 2</t>
          </li>
          <li>
            <t>DNSKEY ADT (Authoritative Delegation Types) flag bit is 14</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9460">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="RFC6891">
          <front>
            <title>Extension Mechanisms for DNS (EDNS(0))</title>
            <author fullname="J. Damas" initials="J." surname="Damas"/>
            <author fullname="M. Graff" initials="M." surname="Graff"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>The Domain Name System's wire protocol includes a number of fixed fields whose range has been or soon will be exhausted and does not allow requestors to advertise their capabilities to responders. This document describes backward-compatible mechanisms for allowing the protocol to grow.</t>
              <t>This document updates the Extension Mechanisms for DNS (EDNS(0)) specification (and obsoletes RFC 2671) based on feedback from deployment experience in several implementations. It also obsoletes RFC 2673 ("Binary Labels in the Domain Name System") and adds considerations on the use of extended labels in the DNS.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="75"/>
          <seriesInfo name="RFC" value="6891"/>
          <seriesInfo name="DOI" value="10.17487/RFC6891"/>
        </reference>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <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="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4035"/>
          <seriesInfo name="DOI" value="10.17487/RFC4035"/>
        </reference>
        <reference anchor="RFC6672">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards"/>
            <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="RFC8914">
          <front>
            <title>Extended DNS Errors</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="E. Hunt" initials="E." surname="Hunt"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document defines an extensible method to return additional information about the cause of DNS errors. Though created primarily to extend SERVFAIL to provide additional information about the cause of DNS and DNSSEC failures, the Extended DNS Errors option defined in this document allows all response types to contain extended error information. Extended DNS Error information does not change the processing of RCODEs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8914"/>
          <seriesInfo name="DOI" value="10.17487/RFC8914"/>
        </reference>
        <reference anchor="RFC6840">
          <front>
            <title>Clarifications and Implementation Notes for DNS Security (DNSSEC)</title>
            <author fullname="S. Weiler" initials="S." role="editor" surname="Weiler"/>
            <author fullname="D. Blacka" initials="D." role="editor" surname="Blacka"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document is a collection of technical clarifications to the DNS Security (DNSSEC) document set. It is meant to serve as a resource to implementors as well as a collection of DNSSEC errata that existed at the time of writing.</t>
              <t>This document updates the core DNSSEC documents (RFC 4033, RFC 4034, and RFC 4035) as well as the NSEC3 specification (RFC 5155). It also defines NSEC3 and SHA-2 (RFC 4509 and RFC 5702) as core parts of the DNSSEC specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6840"/>
          <seriesInfo name="DOI" value="10.17487/RFC6840"/>
        </reference>
        <reference anchor="RFC4034">
          <front>
            <title>Resource Records for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4034"/>
          <seriesInfo name="DOI" value="10.17487/RFC4034"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <referencegroup anchor="BCP219" target="https://www.rfc-editor.org/info/bcp219">
          <reference anchor="RFC9499" target="https://www.rfc-editor.org/info/rfc9499">
            <front>
              <title>DNS Terminology</title>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
              <date month="March" year="2024"/>
              <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 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 updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="219"/>
            <seriesInfo name="RFC" value="9499"/>
            <seriesInfo name="DOI" value="10.17487/RFC9499"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC3597">
          <front>
            <title>Handling of Unknown DNS Resource Record (RR) Types</title>
            <author fullname="A. Gustafsson" initials="A." surname="Gustafsson"/>
            <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="RFC5952">
          <front>
            <title>A Recommendation for IPv6 Address Text Representation</title>
            <author fullname="S. Kawamura" initials="S." surname="Kawamura"/>
            <author fullname="M. Kawashima" initials="M." surname="Kawashima"/>
            <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"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <author fullname="S. Routhier" initials="S." surname="Routhier"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <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="I-D.tapril-ns2">
          <front>
            <title>Parameterized Nameserver Delegation with NS2 and NS2T</title>
            <author fullname="Tim April" initials="T." surname="April">
              <organization>Akamai Technologies</organization>
            </author>
            <date day="13" month="July" year="2020"/>
            <abstract>
              <t>   Within the DNS, there is no mechanism for authoritative servers to
   advertise which transport methods they are capable of.  If secure
   transport methods are adopted by authoritative operators, transport
   signaling would be required to negotiate how authoritative servers
   would be contacted by resolvers.  This document provides two new
   Resource Record Types, NS2 and NS2T, to facilitate this negotiation
   by allowing zone owners to signal how the authoritative nameserver(s)
   for their zone(s) may accept queries.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tapril-ns2-01"/>
        </reference>
      </references>
    </references>
    <?line 646?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="example-root">
        <name>Root zone file</name>
        <t>The following example shows an excerpt from a signed root zone.
It shows the delegation point for "example." and "test."</t>
        <t>The "example." delegation has DELEG and NS records.
The "test." delegation has DELEG but no NS records.</t>
        <t>TODO: Add examples that have server-name and include-delegi being sets of more than one name.</t>
        <t>TODO: Examples that show DELEGI records in ns2.example.net and ns3.example.org.</t>
        <artwork><![CDATA[
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.
example.   RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDELEG/ )

example.   NS    a.example.
example.   NS    b.example.net.
example.   NS    c.example.org.

example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )

example.   NSEC  net. NS DS RRSIG NSEC DELEG
example.   RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleNSEC+/ )

; unsigned glue for legacy (NS) delegation
; it is NOT present in NSEC chain
a.example. A     192.0.2.1
a.example. AAAA  2001:DB8::1
]]></artwork>
        <t>The "test." delegation point has a DELEG record and no NS or DS records.</t>
        <t>Please note:
This is an example of unnecessarily complicated setup to demonstrate capabilities of DELEG and DELEGI RR types.</t>
        <artwork><![CDATA[
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegi=Acfg.example.org.
test.      DELEG include-delegi=config2.example.net.
test.      RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestDELEG )

test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

; a forgotten glue from legacy (NS) delegation
; it is NOT present in NSEC chain and it is occluded
a.test.    A     192.0.2.1
]]></artwork>
        <t>Delegations to org and net zones omitted for brevity.</t>
      </section>
      <section anchor="exampleorg-zone-file">
        <name>Example.org zone file</name>
        <t>The following example shows an excerpt from an unsigned example.org zone.</t>
        <artwork><![CDATA[
Acfg.example.org.    DELEGI server-ipv6=2001:DB8::6666
Acfg.example.org.    DELEGI server-name=c.example.org.
Acfg.example.org.    DELEGI include-delegi=subcfg.example.org.

c.example.org.       AAAA   3fff::33

subcfg.example.org.  DELEGI server-ipv4=203.0.113.1 server-ipv6=3fff::2
]]></artwork>
      </section>
      <section anchor="examplenet-zone-file">
        <name>Example.net zone file</name>
        <t>The following example shows an excerpt from an unsigned example.net zone.</t>
        <artwork><![CDATA[
b.example.net.       A      198.51.100.1

config2.example.net. DELEGI server-name=b.example.org.
]]></artwork>
      </section>
      <section anchor="responses">
        <name>Responses</name>
        <t>The following sections show referral examples:</t>
        <section anchor="do-bit-clear-de-bit-clear">
          <name>DO bit clear, DE bit clear</name>
          <section anchor="query-for-fooexample">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   NS    a.example.
example.   NS    b.example.net.
example.   NS    c.example.org.

;; Additional
a.example. A     192.0.2.1
a.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="query-for-footest">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR AA RCODE=NXDOMAIN
;;

;; Question
foo.test.   IN MX

;; Answer
;; (empty)

;; Authority
.   SOA ...

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
          <section anchor="query-for-atest">
            <name>Query for a.test</name>
            <t>A forgotten glue record under the "test." delegation point is occluded by DELEG RRset.</t>
            <artwork><![CDATA[
;; Header: QR AA RCODE=NXDOMAIN
;;

;; Question
a.test.   IN A

;; Answer
;; (empty)

;; Authority
.   SOA ...

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
        </section>
        <section anchor="do-bit-set-de-bit-clear">
          <name>DO bit set, DE bit clear</name>
          <section anchor="query-for-fooexample-1">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DO RCODE=NOERROR
;;

;; Question
foo.example.   IN MX

;; Answer
;; (empty)

;; Authority

example.   NS    a.example.
example.   NS    b.example.net.
example.   NS    c.example.org.
example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )
;; Additional
a.example. A     192.0.2.1
a.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="legacynxdomain">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR DO AA RCODE=NXDOMAIN
;;

;; Question
foo.test.      IN MX

;; Answer
;; (empty)

;; Authority
.          SOA ...
.          RRSIG SOA ...
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
          <section anchor="example-occluded">
            <name>Query for a.test</name>
            <t>A forgotten glue record under the "test." delegation point is occluded by DELEG RRset.
This is indicated by NSEC chain which "skips" over the owner name with A RRset.</t>
            <artwork><![CDATA[
;; Header: QR DO AA RCODE=NXDOMAIN
;;

;; Question
a.test.      IN A

;; Answer
;; (empty)

;; Authority
.          SOA ...
.          RRSIG SOA ...
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
        </section>
        <section anchor="do-bit-clear-de-bit-set">
          <name>DO bit clear, DE bit set</name>
          <section anchor="query-for-fooexample-2">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DE RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.

;; Additional
;; (empty)
]]></artwork>
          </section>
          <section anchor="query-for-footest-1">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR AA RCODE=NOERROR
;;

;; Question
foo.test.   IN MX

;; Answer
;; (empty)

;; Authority
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegi=Acfg.example.org.
test.      DELEG include-delegi=config2.example.net.

;; Additional
;; (empty)
]]></artwork>
            <t>Follow-up example in <xref target="delegi-example"/> explains ultimate meaning of this response.</t>
          </section>
        </section>
        <section anchor="do-bit-set-de-bit-set">
          <name>DO bit set, DE bit set</name>
          <section anchor="query-for-fooexample-3">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DO DE RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.
example.   RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDELEG/ )
example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )

;; Additional
a.example. A     192.0.2.1
a.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="query-for-footest-2">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR DO DE AA RCODE=NOERROR
;;

;; Question
foo.test.      IN MX

;; Answer
;; (empty)

;; Authority
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegi=Acfg.example.org.
test.      DELEG include-delegi=config2.example.net.
test.      RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestDELEG )
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; (empty)
]]></artwork>
            <t>Follow-up example in <xref target="delegi-example"/> explains the ultimate meaning of this response.</t>
          </section>
        </section>
      </section>
      <section anchor="delegi-example">
        <name>DELEGI Interpretation</name>
        <t>In the examples above, the test. DELEG record uses indirection and points to other domain names with DELEGI, A, and AAAA records.
During resolution, a resolver will gradually build set of name servers to contact, as defined in <xref target="slist"/>.</t>
        <t>To visualize end result of this process we represent full set of name servers in form of a 'virtual' DELEG RRset.</t>
        <artwork><![CDATA[
test. DELEG server-ipv4=198.51.100.1
test. DELEG server-ipv4=203.0.113.1
test. DELEG server-ipv6=2001:DB8::6666
test. DELEG server-ipv6=3fff::2
; IPv6 address 3fff::33 was de-duplicated (input RRsets listed it twice)
test. DELEG server-ipv6=3fff::33
]]></artwork>
        <t>Implementations are free to use arbitrary representation for this data as it is not directly exposed via DNS protocol.</t>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document is heavily based on past work done by Tim April in
<xref target="I-D.tapril-ns2"/> and thus extends the thanks to the people helping on this which are:
John Levine, Erik Nygren, Jon Reed, Ben Kaduk, Mashooq Muhaimen, Jason Moreau, Jerrod Wiesman, Billy Tiemann, Gordon Marx and Brian Wellington.</t>
      <t>Work on DELEG protocol has started at IETF 118 Hackaton.
Hackaton participants: Christian Elmerot, David Blacka, David Lawrence, Edward Lewis, Erik Nygren, George Michaelson, Jan Včelák, Klaus Darilion, Libor Peltan, Manu Bretelle, Peter van Dijk, Petr Špaček, Philip Homburg, Ralf Weber, Roy Arends, Shane Kerr, Shumon Huque, Vandan Adhvaryu, Vladimír Čunát, Andreas Schulze.</t>
      <t>Other people joined the effort after the initial hackaton: Ben Schwartz, Bob Halley, Paul Hoffman, Miek Gieben ...</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1923Ybx5XoO76iDvRgcgxAvImxqaWVQCJlcyKRMknbyax5
aQAFoodAN9IXUjCjfMHMP8x8wPmKZP7r7FtV7Wo0KFq+JHPOYbJkEuiuy659
v1W/3+9UaTW3R+bkfWWzMh3NrTm2c3udVGmemWlemOOzy04yGhX29sgcn7w5
+aozTip7nRerI1NWk05nko+zZAFjTIpkWvVTW037Exyjv3PQKevRIi1LGKxa
LeGZ05Or1516OYEhyiOzu7N/0MN/n/XMAf17ePibPfj3i4OdTlYvRrY46uCz
R51xnpWwwhreqoradmA1+52ksAmMmVW2yGzVucuLm+sir5ewFlxA58au4LPJ
Ucf0/VP9Y1wmfoI7g/9M/H47tzarYS5jolGM4bV/D8On2bX5Cr+ETxdJOodn
Jr/DLQ/yAp9MivHsyMyqalkePX2KT+An6a0duIee4gdPR0V+V9qnk8lTnC2t
ZvXoyBDo7q4Zek/XwDlK4A14fI7Aq8Is/PpgnC+ePmaEqrD26fWsv0yubdnp
pMuCQFpWezs7X+7sdTpJXc1yAHwf5jImzQDkVwMzXBbpnD7h075KF+oz2FiS
pT8QGI/MV3l+Pbc98+bNK/rWMqhwJb+rEnxpgOelJng3+O//XCZ/+w97o6Z4
Z6vCRJ/H05xeRsMvy2Uytje/S8sxnYYa/mLwvQVkUmNfJPOpCR/GAw9vEhjS
XNnxLMvn+XUKgFITFXf43u8Segrhrqc6HrxJ7gqbja2a7Ti5TSfmlYm+iue8
TOa2BIKTL2WqCj793WRC++n0+32TjMqqSMZV52qWlgZor17YrDLLIl/mpS1N
YjJ7Z2wg54WF05wQKVczq7Dd5FPDR51WK/o+gfFg2gw2Qs8e819nsAVzuSor
uzBbQDTbpi6RDogbmCSb8G+nprBjoLZy0OkM9TxutLNLY7ME1lQaO52m4xQX
jq9PUthTOqorOwGiygAvaU+wPvceQpFOdwD7toCuySTFsZM5fa0nKw1i+cTA
7/CNLMnczdLxzAATqXBHeTZfmVleVjQuTlTa4tYWJS0ny00OExdmmRTwPbCN
kqdFyKqp3NjAhRTAe2acZGZkYchxXcBC7oA8cZWXJ696NL6dp4s0AyKm7cHJ
wVsLXMQMsATgWt3lpsxrwARaGtAmDIDnE8EUPljQ7wNGjEU6mcxtp/MEOV2R
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
ORh7V+nCDJdFOgek6Nzf//a0fzyoEvygDyJfKsypy4wlA4OpGQP/N6Ur7l/a
HLnAzM7perJcusD6bjNHnX/OZ5l5Y29TvEzspEhvzNnqurBAMv8MT19QdfhL
MG1/D/Ry0zNvk3KW538yb2uwQhf0GOa1m7d5YZMa/rJg30zM96ktFwl8+zJF
GrtKsQMZ/PkVECg+nRTvafkvsXub+d7SXSIV9eD/HmGQZ81KGurmg6milq5X
x0wis7v7hfk6Gd8k9Kb7TWqY02UCx3FkXs0KzBWEaU7mCwvDgQ4JsIe55/iC
++tNcldwn/mTCRa0AkzusKgnAslXNscbR94C9BI7L3Pafma++9t/2Plf/wvA
8/t5AudxjDFVYjtv0hHg1zs7rxAYb5Oshi3bCvYLE73DBERzCwMcp/92Q38X
5r//c5nAcPjnDAZZmq/zxagurnvmIplPAVQjLEm7yFdmWOCh98wlnLg1vwfA
4+/1AiDwdf2nGib4DttgZSAwZreA+XA6382TSbr46/8uzN/+vc7++l8Ai2E2
oUqCy/Gsnv+AvP6cWK5gzr/lxPOIoU+nmD3N19rgBy4rcSaAPyJEgYEAftUP
cPb5CI4HtrqCzST1HLYynRJWvE3tjfkqhb1kZOL/H5SvoxdsuQAA

-->

</rfc>
