<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.2 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wiethuechter-drip-uas-sn-dns-00" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.7.0 -->
  <front>
    <title abbrev="uas-sn-dns">UAS Serial Numbers in DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-wiethuechter-drip-uas-sn-dns-00"/>
    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>adam.wiethuechter@axenterprize.com</email>
      </address>
    </author>
    <date year="2023" month="September" day="18"/>
    <area>Internet</area>
    <workgroup>drip Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document describes a way Uncrewed Aerial System (UAS) Serial Numbers are placed into and retrieved from the Domain Name System (DNS). This is to directly support DRIP-based Serial Numbers.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The lookup of Serial Number for Uncrewed Aerial Systems (UAS) is a major concern. On one hand if a pilot plans to use DRIP Entity Tags (DETs, <xref target="RFC9374" format="default"/>) or other Session IDs the Serial Number is considered, by many Civil Aviation Authorities (CAAs), PII.</t>
      <t>However when this is not the case, the Serial Number can be used in the clear as the UAS ID, and generally will be by default.</t>
      <t>It may be helpful for receiving devices or other devices presented with a UAS Serial Number to look up additional information of the aircraft, if the manufacturer wishes to provide it publicly. This information could be general specifications, such as number or props or color.</t>
      <t>DRIP directly uses the <xref target="CTA2063A" format="default"/> Serial Number format as defined in <xref target="RFC9374" format="default"/> to encode a DET. A such a way to lookup a Serial Number to see if it corresponds to a DET is important and something that <xref target="detim" format="default"/> does not currently address.</t>
      <t><xref target="detim" format="default"/> already adds support for such DRIP Serial Numbers with the creation of the Manufacturer Code Authority (MCA) and Manufacturer Unmanned Aircraft Authority (MAA) roles.</t>
      <section anchor="supported-scenarios" numbered="true" toc="default">
        <name>Supported Scenarios</name>
        <ol spacing="normal" type="1"><li>UA using manufacturer generated Serial Number for UAS ID. No additional information provided.</li>
          <li>UA using manufacturer generated Serial Number for UAS ID. Manufacturer using a DIME. Manufacturer MUST provided pointer to additional information via DNS (even if null).</li>
          <li>UA using manufacturer generated Serial Number which is mapped to a DET by manufacturer for UAS ID. UA using manufacturer generated DET for Authentication. Manufacturer using a DIME. DIME MUST place public DET information into DNS (i.e. HI). DIME MUST provide mapping of Serial Number to DET in DNS. Manufacturer MUST provide pointer to additional information via DNS (even if null).</li>
          <li>UA using manufacturer generated DRIP enhanced Serial Number for UAS ID. UA using manufacturer generated DET for Authentication. Manufacturer using a DIME. DIME MUST place public information into DNS (i.e. HI) - either directly or as a mapping to a DET. DIME MUST provide pointer to additional information via DNS (even if null).</li>
          <li>UA using manufacturer generated Serial Number for UAS ID. UA using user generated DET for Authentication. User uses DIME with capability to publicly map Serial Number to a DET (via a USS). DIME MUST place public DET information into DNS (i.e. HI). DIME MUST provide mapping of Serial Number to DET in DNS. DIME MUST provide pointer to additional information via DNS (even if null).</li>
        </ol>
      </section>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <section anchor="required-terminology" numbered="true" toc="default">
        <name>Required 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 BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="additional-definitions" numbered="true" toc="default">
        <name>Additional Definitions</name>
        <t>This document makes use of the terms (PII, USS, etc.) defined in <xref target="RFC9153" format="default"/>. Other terms (DIME, Endorsement, etc.) are from <xref target="RFC9434" format="default"/>, while others (RAA, HDA, etc.) are from <xref target="RFC9374" format="default"/>.</t>
      </section>
    </section>
    <section anchor="serial-number-registration" numbered="true" toc="default">
      <name>Serial Number Registration</name>
      <t>There are four ways a Serial Number can be registered and used by DRIP:</t>
      <ol spacing="normal" type="1"><li>As a clear-text string with additional information (<xref target="serial-1" format="default"/>)</li>
        <li>As a clear-text string mapped to a DET "post" generation by the <strong>manufacturer</strong> (for use in authentication) and additional information (<xref target="serial-2" format="default"/>)</li>
        <li>As a clear-text string mapped to a DET "post" generation by the <strong>user (via an HDA)</strong> (for use in authentication) and additional information (<xref target="serial-3" format="default"/>)</li>
        <li>As an encoding of an HI and associated DET by the <strong>manufacturer</strong> (for use in authentication) with additional information (<xref target="serial-4" format="default"/>)</li>
      </ol>
      <ul empty="true" spacing="normal">
        <li>Note: additional information here refers to any subset of keys defined in <xref target="detim" format="default"/>.</li>
      </ul>
      <section anchor="serial-1" numbered="true" toc="default">
        <name>Serial Method 1</name>
        <t>This is where a UA is provisioned with a Serial Number by the manufacturer. The Serial Number is just text string, defined by <xref target="CTA2063A" format="default"/>. The manufacturer runs an Name Server delegated under the Serial Number apex and points to information using a DET RR (filling in only the Serial Number and URI fields).</t>
        <figure anchor="dime-sn1-example">
          <name>Example DIME:MAA with Serial Number Registration</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
    +-------------------+
    | Unmanned Aircraft |
    +--o---o------------+
       |   ^
   (a) |   | (b)
       |   |
*******|***|*****************************
*      |   |    DIME: MAA               *
*      |   |                            *
*      v   |             +----------+   *
*   +--o---o--+          |          |   *
*   |   DPA   o--------->o          |   *
*   +----o----+   (d)    |          |   *
*        |               |          |   *
*        | (c)           | DIA/RDDS |   *
*        v               |          |   *
*   +----o--------+      |          |   *
*   | Registry/NS |      |          |   *
*   +-------------+      |          |   *
*                        +----------+   *
*                                       *
*****************************************

(a) Serial Number,
    UA Information
(b) Success Code
(c) DET RR
(d) UA Information
]]></artwork>
        </figure>
      </section>
      <section anchor="serial-2" numbered="true" toc="default">
        <name>Serial Method 2</name>
        <t>This is where a UAS is provisioned with a Serial Number and DET by the manufacturer enabling their devices to use <xref target="drip-auth" format="default"/> and provide additional information. A public mapping of the Serial Number to DET and all public artifacts MUST be provided by the manufacturer. The manufacturer MUST use an MAA for this task.</t>
        <t>The device MAY allow the DET to be regenerated dynamically with the MAA.</t>
        <figure anchor="dime-sn2-example">
          <name>Example DIME:MAA with Serial Number + DET Registration</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
    +-------------------+
    | Unmanned Aircraft |
    +--o---o------------+
       |   ^
   (a) |   | (b)
       |   |
*******|***|*****************************
*      |   |    DIME: MAA               *
*      |   |                            *
*      v   |             +----------+   *
*   +--o---o--+          |          |   *
*   |   DPA   o--------->o          |   *
*   +----o----+   (d)    |          |   *
*        |               |          |   *
*        | (c)           | DIA/RDDS |   *
*        v               |          |   *
*   +----o--------+      |          |   *
*   | Registry/NS |      |          |   *
*   +-------------+      |          |   *
*                        +----------+   *
*                                       *
*****************************************

(a) Serial Number,
    UA Information,
    Self-Endorsement: UA
(b) Success Code,
    Broadcast Endorsement: MAA on UA
(c) DET RR, PTR RR
(d) UA Information
]]></artwork>
        </figure>
      </section>
      <section anchor="serial-3" numbered="true" toc="default">
        <name>Serial Method 3</name>
        <t>This is where a UAS has a Serial Number (from the manufacturer) and the user (via a DIME) has a mechanism to generate and map a DET to the Serial Number after production. This can provide dynamic signing keys for DRIP Authentication Messages via <xref target="drip-auth" format="default"/> for UAS that MUST fly only using Serial Numbers. Registration SHOULD be allowed to any relevant DIME that supports it. A public mapping of the DET to the Serial Number SHOULD be provided.</t>
        <figure anchor="dime-sn3-example">
          <name>Example DIME with Serial Number + DET Registration</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
    +-------------------+
    | Unmanned Aircraft |
    +--o---o------------+
       |   ^
   (a) |   | (b)
       |   |
*******|***|*****************************
*      |   |      DIME                  *
*      |   |                            *
*      v   |             +----------+   *
*   +--o---o--+          |          |   *
*   |   DPA   o--------->o          |   *
*   +----o----+   (d)    |          |   *
*        |               |          |   *
*        | (c)           | DIA/RDDS |   *
*        v               |          |   *
*   +----o--------+      |          |   *
*   | Registry/NS |      |          |   *
*   +-------------+      |          |   *
*                        +----------+   *
*                                       *
*****************************************

(a) Serial Number,
    UA Information,
    Self-Endorsement: UA
(b) Success Code,
    Broadcast Endorsement: DIME on UA
(c) DET RR
(d) UA Information
]]></artwork>
        </figure>
      </section>
      <section anchor="serial-4" numbered="true" toc="default">
        <name>Serial Method 4</name>
        <t>This is where a UAS manufacturer chooses to use the Serial Number scheme defined in <xref target="RFC9374" format="default"/> to create Serial Numbers, their associated DETs for <xref target="drip-auth" format="default"/> and provide additional information. This document RECOMMENDS that the manufacturer "locks" the device from changing its authentication method so identifiers in both the Basic ID Message and Authentication Message do not de-sync. The manufacturer MUST use an MAA for this task, with the mapping between their Manufacturer Code and the upper portion of the DET publicly available.</t>
        <figure anchor="dime-sn4-example">
          <name>Example DIME:MAA with DRIP Serial Number Registration</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
    +-------------------+
    | Unmanned Aircraft |
    +--o---o------------+
       |   ^
   (a) |   | (b)
       |   |
*******|***|*****************************
*      |   |    DIME: MAA               *
*      |   |                            *
*      v   |             +----------+   *
*   +--o---o--+          |          |   *
*   |   DPA   o--------->o          |   *
*   +----o----+   (d)    |          |   *
*        |               |          |   *
*        | (c)           | DIA/RDDS |   *
*        v               |          |   *
*   +----o--------+      |          |   *
*   | Registry/NS |      |          |   *
*   +-------------+      |          |   *
*                        +----------+   *
*                                       *
*****************************************

(a) Serial Number,
    UA Information,
    Self-Endorsement: UA
(b) Success Code,
    Broadcast Endorsement: MAA on UA
(c) DET RR
(d) UA Information
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="serial-numbers-in-dns" numbered="true" toc="default">
      <name>Serial Numbers in DNS</name>
      <ul empty="true" spacing="normal">
        <li>Author Note: There MUST be an entry point in DNS for the lookup of UAS Serial Numbers. This section is very much a shot in the dark on how this looks and functions.</li>
      </ul>
      <t>This document specifies the creation and delegation to an apex organization (TBD) of the subdomain <tt>uas.arpa</tt>. To enable lookup of Serial Numbers a subdomains of <tt>sn.uas.arpa</tt> is maintained. All entries under <tt>sn.uas.arpa</tt> are to follow the convention found in <xref target="sn-fqdn" format="default"/>. This is to enable a singular lookup point for Serial Numbers for UAS.</t>
      <t>Note that other subdomains under <tt>uas.arpa</tt> can be made to support other identifiers in UAS. The creation and use of other such other subdomains are out of scope for this document. The further use and creation of items under <tt>uas.arpa</tt> is the authority of the apex organization (which has been delegated control).</t>
      <t>DETs MUST not have a subdomain in <tt>uas.arpa</tt> (such as <tt>det.uas.arpa</tt>) as they fit within the predefined <tt>ip6.arpa</tt> as they are IPv6 addresses as defined in <xref target="detim" format="default"/>.</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>TODO</t>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>TODO</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="detim" target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-registries-13">
          <front>
            <title>DRIP Entity Tag (DET) Identity Management Architecture</title>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Jim Reid" initials="J." surname="Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="18" month="September" year="2023"/>
            <abstract>
              <t>   This document describes the high level architecture for the
   registration and discovery of DRIP Entity Tags (DETs) using DNS.
   Discovery of DETs and their artifacts are through DRIP specific DNS
   structures and standard DNS methods.  A general overview of the
   interfaces required between involved components is described in this
   document with future supporting documents giving technical
   specifications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-13"/>
        </reference>
        <reference anchor="RFC9153" target="https://www.rfc-editor.org/info/rfc9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="RFC9374" target="https://www.rfc-editor.org/info/rfc9374">
          <front>
            <title>DRIP Entity Tag (DET) for Unmanned Aircraft System Remote ID (UAS RID)</title>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes the use of Hierarchical Host Identity Tags (HHITs) as self-asserting IPv6 addresses, which makes them trustable identifiers for use in Unmanned Aircraft System Remote Identification (UAS RID) and tracking.</t>
              <t>Within the context of RID, HHITs will be called DRIP Entity Tags (DETs). HHITs provide claims to the included explicit hierarchy that provides registry (via, for example, DNS, RDAP) discovery for third-party identifier endorsement.</t>
              <t>This document updates RFCs 7401 and 7343.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9374"/>
          <seriesInfo name="DOI" value="10.17487/RFC9374"/>
        </reference>
        <reference anchor="RFC9434" target="https://www.rfc-editor.org/info/rfc9434">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Zhao" initials="S." role="editor" surname="Zhao"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document describes an architecture for protocols and services to support Unmanned Aircraft System Remote Identification and tracking (UAS RID), plus UAS-RID-related communications. This architecture adheres to the requirements listed in the Drone Remote Identification Protocol (DRIP) Requirements document (RFC 9153).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9434"/>
          <seriesInfo name="DOI" value="10.17487/RFC9434"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author 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" target="https://www.rfc-editor.org/info/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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="drip-auth" target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-auth-32">
          <front>
            <title>DRIP Entity Tag Authentication Formats &amp; Protocols for Broadcast Remote ID</title>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <date day="18" month="September" year="2023"/>
            <abstract>
              <t>   The Drone Remote Identification Protocol (DRIP), plus trust policies
   and periodic access to registries, augments Unmanned Aircraft System
   Remote Identification (UAS RID), enabling local real time assessment
   of trustworthiness of received RID messages and observed UAS, even by
   Observers then lacking Internet access.  This document defines DRIP
   message types and formats to be sent in Broadcast RID Authentication
   Messages to verify that attached and recent detached messages were
   signed by the registered owner of the DRIP Entity Tag (DET) claimed.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-auth-32"/>
        </reference>
        <reference anchor="CTA2063A" target="https://shop.cta.tech/products/small-unmanned-aerial-systems-serial-numbers">
          <front>
            <title>ANSI/CTA 2063-A Small Unmanned Aerial Systems Numbers</title>
            <author>
              <organization/>
            </author>
            <date year="2019" month="September"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="sn-fqdn" numbered="true" toc="default">
      <name>UAS Serial Number FQDN</name>
      <ul empty="true" spacing="normal">
        <li>{id}.{length}.{manufacturer-code}.{apex}.</li>
      </ul>
      <artwork name="" type="" align="left" alt=""><![CDATA[
Apex: .sn.uas.icao.arpa.
Serial: MFR0ADR1P1SC00L
Manufacturer Code: MFR0
Length: A
ID: DR1P1SC00L
FQDN: dr1p1sc00l.a.mfr0.sn.uas.icao.arpa.
]]></artwork>
    </section>
    <section anchor="dns-examples" numbered="true" toc="default">
      <name>DNS Examples</name>
      <section anchor="dns-s1" numbered="true" toc="default">
        <name>Serial Method 1</name>
        <artwork type="text" name="" align="left" alt=""><![CDATA[
@ORIGIN mfr0.uas-sn.arpa
example1.8 IN URI ( https://example.com/sn/EXAMPLE1 )
]]></artwork>
      </section>
      <section anchor="dns-s2" numbered="true" toc="default">
        <name>Serial Method 2</name>
        <artwork type="text" name="" align="left" alt=""><![CDATA[
@ORIGIN mfr0.uas-sn.arpa
example2.8 IN DET ( 5 20010033e872f705f3ce91124b677d65 ... "MFR MFR0" MFR08EXAMPLE2 https://example.com/sn/EXAMPLE2 ... active )

@ORIGIN 3.2.f.7.0.f.a.1.3.0.0.1.0.0.2.ip6.arpa
6.5.d.7.7.6.b.4.2.1.1.9.e.c.3.f.5.0 IN PTR example2.8.mfr0.uas-sn.arpa
]]></artwork>
      </section>
      <section anchor="dns-s3" numbered="true" toc="default">
        <name>Serial Method 3</name>
        <artwork type="text" name="" align="left" alt=""><![CDATA[
@ORIGIN mfr0.uas-sn.arpa
example3.8 IN DET ( 5 20010033e872f70584b1fa2b70421112 ... "MFR MFR0" MFR08EXAMPLE3 https://example.com/sn/EXAMPLE3 ... active )

@ORIGIN 3.2.f.7.0.f.a.1.3.0.0.1.0.0.2.ip6.arpa
2.1.1.1.2.4.0.7.b.2.a.f.1.b.4.8.5.0 IN PTR example3.8.mfr0.uas-sn.arpa
]]></artwork>
      </section>
      <section anchor="dns-s4" numbered="true" toc="default">
        <name>Serial Method 4</name>
        <artwork type="text" name="" align="left" alt=""><![CDATA[
@ORIGIN mfr0.uas-sn.arpa
example4.8 IN DET ( 5 20010033e872f705ba8af5252a35030e ... "MFR MFR0" MFR08EXAMPLE4 https://example.com/sn/EXAMPLE4 ... active )

@ORIGIN 3.2.f.7.0.f.a.1.3.0.0.1.0.0.2.ip6.arpa
e.0.3.0.5.3.a.2.5.2.5.f.a.8.a.b.5.0 IN PTR example4.8.mfr0.uas-sn.arpa
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAJTTCGUAA+1abXPbNhL+zl+BU75YiUjrzbGtmeuUtdxGM36rZU+bubm7
QCRooaYIliDtqI7vt9/uAiT1ajtNp3ediRLbIvG2eHbx7C4A13WdQIUyuRmw
Io/cA8fJZR6LAbv2x2wsMsljdlbMJiLTTCZseDZ2+GSSiTuoz7WrEzdMtBOq
IOEzaBVmPMrdeynyaSGCaS4yN8xk6tZ13XbbCXgublQ2HzCdh44j02zA8qzQ
ebfdPmx3HZ4JPmCjBJonInfub7BjmbKfVHYLorIfMlWkzu19Xccd4sDYse1T
5zwJ/81jlYBUc6GdVA7YP3IVtJhWWZ6JSMO3+cx8CdRsJpJc/9NxeJFPVTZw
XMZgwnrAfI/9tDAfB94zM1k/5LP1MpWBuP7P7BhFSzP5m2ixk5MjKtMwsAAR
+4f9fXaEg2YBIjzM5J2gGoHMAZb3MNE7GcfmXSZupEoG7Oy9qaJCGLzT6x/u
2eciyRHM67FPL8SMy3jAOIjnLariW/5RVEJ5MGfHSVQ24zkMPqCWocjlDFB1
hx60i4zucHgQXAKIVOny+6PDzl5vwF4xW/5rITNBAFYVevv9qgL0Wr3v9+r3
PAumoP0kWhGCykANq4LgOyPC0ZXfbb/t+aYBfqzV+mfj0S6UMix2fTae8Thm
18mMJ4kImW8MejzXuZjp0rCrTkrdl8+kysaRSnQBmmJXAGOiYnUzZ77WCjSX
g17YDozXbNSS8OwGdTzN81QPdnf1VKVekHMvh+a7aabCIsj1rkbJ3MJK5nKS
zNVGMlebx2RFwBAWzgDm1jl024eO47ou4xPQDQ9yx7maSs1gJRaoCVClDjI5
EZpxds/ngEGQiftVDNgOrPPm6kKH9cfSmAdQWya5YrCUwAjRBO7gVZSpGcun
gg0VGFrCzmAxVN0BQTQ9RqLAf2gbgmkEeTxnukhTWHlseDm6cCdcQ0/Lw3pm
QjMZhmD4zitc3AYtQBmnJ1is1G2RMhUtN2VgQVsmqO0MJeIw479AxUAlAZCG
x84TBvTApjg9GUF5KmOV48wTEr3QgqTFpQzLkl3xG+hueHwFjPHwYK388bEJ
dsIUAJKBVFqjSYyGmhBalhJkgLG1DEUmwhabzEGgZM6OJCx15t9Zc/LJCGUO
6w1My/d1s8UuRiNA5526BwVk7H4qEujeQJyAxDhUAIi2Ngwa8IRNBM4FlWmq
xoJnjBsRkedHwxbp+EYkIgOznLN7IB9sBjKGIuJFnMP4oxwEnuPrqYjTqIgJ
d1CvgBkALYfiTgYgdQVH+SLNhEbmCaHffApArzkXhBuVy0C7PAwlIgGFFTcA
LqB0lJfLLECub6HK8AVgWESwAIoMoZF6Kkh5sNDuAGkmQaHFJJZBPC/tcqFT
4M44xBnZqTOdikBGMqBidBFFMEWozErEqUHHKc0xACrIABYykcrMAWgD7MND
yVKPj+vmCuNjtwCuTIxmFiwK5RcJ8jxgBfbmMd8KQkvZYoVQraOohUBkYNqB
ygD3VCUhAUI9ocXIGa5DDhyBOtdqBh4C1ZdPQaaHB/IBIEOohLGuoIB+Epwb
aAZ6xIVaV+MxOOuQynS1xtEuSGDCZoVdyAbIDqHlompPFzV5hLMv18Kc7Zwe
+U0SeKlWzezWLJaa+NAkU7FAiV+9YmMjHRJPIBKeSQUereOBNYLWEIElUzIW
ka/SlOEaWjQeO1PbrNWaX+g53S8ZYGmypg/Q4+j0eKXo9Hp8VY3JUiXRz5PW
N4sHZIOxHNsBQknQXpIijpue0/tcYe+nEtQMVjXjaQqllaEZdqs7WJzVc0Ng
e6yPugTLs6vxSTTwt0UBHZdd88bkF+ZN7owmLj3hsXej5lJTyxk4F+x8zc9g
Y+oR+3hCBV+ggf4L4MFFJRLwW8GTxvPnwfw0xMxlQhqHULKkIv/DK6RLs9mk
jd+P5d6XLL2qJTD6S1C71oQWkCZNgVgu4CmfyBjZCF2S9UM463XDMstmB+cC
DnI8bv6PjPqPVAAEcVcim0kbNT+8yuunR+LkS5M8hIv1TKx3KyAMURl4lQZK
02iZv+zsnL5fHv94Pbo8HuL38Tv/5KT6UtYYvzu/PhnW3+qWR+enp8dnQ9MY
3rKVV6f++4aJiBrnF1ej8zP/pGGCp8UIG6NkgASCB2myKoHmQU7dhN7k1r87
umCdPvjVv4F773Y6h+AzzcNBh3w9RnNmMJVg5EWPYFrgUoFRIVCDTjCJAVuS
OY8hJoEhIKm4TyAMy4RxbX6tlyGGFPSgV3OCGb8F88Sw1npcVAdEmRBettDk
Wkzkgddcj0og3Xt8hICZFrFthHbSgtA4VJmm5K9sjbhQjmDaQsb3+NhCRxEL
ExdC40vfb7F3Q39LG4qCyHyWTfXSpKK8ygigGTVVRYahkV6LiGz4a3JYjLsJ
aYqGwUMhkw4oBvCxKQXGbi4+5pip42Ix8epmo995eLBpWgeSAPTzWzpZdY2N
VOm8UVIKdgWioDpev15kqdev2Q4SDeoLbWCJb0ws9KxkXZSs90dIRixo2ClB
zTX/CPF6KF7fiJeYkNdSFA4yMp3YVNtS7++B6mVaxFTOcb6BoA6T7C3VyeQy
EaEVU2aMie1EixyFBspaCeltlGzjT2OZpxBvq5B1gA4r+7ErFf7fG6NG9yO1
oWBMKevcadm+LRyLYGCasyH1/KXQkCnWym9VkkIfi8mKab/kL7MiIQ2ZVF9k
d5TcxeKG1FIkIdLC2qA8FR9JheRACK9FKKvIArR6eQkKhJwT38jEMOGGDqGv
68sRi6SIQ43+5T/wod2RN+765w2VfNqQJHwq2yjX/Ky0oWaM/QsfdniTHj6x
nUlzsfST89p8Ptmf7R/n9UIz/ILkOWCQoLDlz3rNbZ+q5t1azQUs3lQ168m+
qWt+Wv5qauK34QVKViPzjdpUkwZS5Tg7YXNrn6ujbR/dPu4EzaWaw5G/ezkc
jldr3r2kz1rOUtbtc7cuZr57Ni6rbO/TfUmfGz8bdfSSz2vnSUtbsjoHbXdp
CbXIgIFbRvVCdMCuITcOAkjtKe12EHyzKh1U6kp1WnMPg0jesFehnAlXJx1X
fOSzFBw87cP+vXFsH8nO0cyJvLY788bjBobs1gzZ3ciQ4xdRJLLGgudYIjaR
8ElsNj+ErDes7OYf8He574w7HchkNiTe7B1wn8bG6AvR9jqP2YibvBtEdrYJ
z3KJgmkTfUPUUiX0W1l+tpaBotzA1Ig5ekQKWXOubz0TVZsZQvF7HFrdm41c
EMZEshAnVYlOOE/4DHyo2Q+0ezbQ71faxc9X2n22z6+0+xTtmndjEUfuQhKF
B69rhGyqfpcpHgYcoril+mjNEE1hs4q2W+zi6vLl9N39PfT9xoz1HIn3ahLv
bSHxKV/P23aqU6ZFijNpBb5dSEdIyqbtZSaCKU+kniGhlVxGrXDThZdUtyG2
jHCLI60OnOxhAeaPJelbQmRa3iTI7RTuI8nShtzyfhBMX2t+A74EZVx2JOUu
E224E2lHuCWW0OkBdrxyLrYEMrObGUDWROA2fYM8JIOA/A639WkHhzq3+/GA
eL7dN22FpB6p3s3+y1K/If+NC3ut5lYKMF++Uv+zfX6l/j+D+smiV7n/hZzf
e4rzv4Dv+zXf97fw/VLQGkyV0nXIvc5COpjCdJ84KaVjxJVWumUj+uXdI0PX
nx/WL2+jVrvFlsLXsopGrIJb3aACG3CTO0PXdENbHEDJy5tUbGbg04qBIPA6
kvbK1UTZ0Ps7roG8R8PStZDkm70OyEpHtyFoep4En5srtOp4v/QVE5HfC7p2
gKiun9RWfjlN0Y2C01k42EXDqQ4/+B2XMWRd4i/sTL7mEc/U/OpMtnz+f53J
pjzihb6k/7L8Yf0yyLo72XLn1PnGXuywu/Pm6KfcJ6GzA1C62Wi2bSylLV4a
W7/Taqldi8CcpEK4LqCfmblso6cqLy9NhTy7RXymtGcCFbFbTbwXFQk1197q
gZu9TWRvBFX3XbCR3T7HR4rfzW65ym4ge/nNHk1cfTdslhyqi0lo7tt9KLj2
eJbyDyC9MltYW6/GYU5UNdVY/EEnXtWDubkBoHF0rpAjxDFBiSKbbf3l6vbM
M1LV3lGgkjt0QCBvpIrEOmiduNGvYWIOE6q7gFZUkAhcShHzrJTa6A0VtiK8
TZUAWNS7cbfmbtnCpKygtZT20G/GQ5K2vJVkGq64V+yd3OOSduwZaTkUWMPa
qAiFKujcRwcqFbULLdVv+o2KjJoaZxsu3XqSdENxTX5p7IVXV5nKu2/rJmLu
32DuO0H3XB/KgF7yTNEhPAU+tFYwJpjyO7FoFGzJpNhOeePtQyjyWvNNe19w
ziKZ03K26yLNRBmafZDp29JObGUEaXRx97a8OobXUbcfkbGRf+azI3tHkpdn
2OfDc8MMQUFobK4AVMwmPLjFquv3C7//cXiGkam1SySUBxk+eg+xSG4gDvQe
FsMjF+/ewTsE/LGMU3x4GDDPrgeIuBRN1nPMSMCg31+2/eFl56IzPmq3T5y1
KMlUcU5oyAHzndEQgvi6AQqJV907aUcH7XbscW8WZe0NQ5JAMFHkOUu2essZ
I96513jCiG3w/M/59vxy9MPojFHf5mY+detYFu94BwyK8aRtp7rGbMvw2viu
TnaPf/ZPL06OO6xZyrJp957G7n7O2F0zNl2FYXus22532u1eTxzsd6P99l7U
C8Rhp9PtT97u74dv95jneawBqBKyDfp9YGXrPiN7lxqDfiQsiKZTidbzul7k
7Xtt+M29jteDb234i7+7Xmnjzltvzwuh2r731pt4fSjqwL9DD4aBJhGUtnEm
uBFXz81bm/cW9Holer3PQa/3NHoH/Ukn4t3Jfrvf7QCKT6HXewa93pehZ9Dq
wKs+FOwDgl2oHsEbxPJgA3q9z0CvX6LX/xz0+k+jN+EHPNrr7nV5b6/da4un
0Os/g17/y9AT8IhFe/CbQ8Ee/WCTA/iZbECvvxW9/wKjbA+wAzQAAA==

-->

</rfc>
