<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 4.0.1) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC1035 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1035.xml">
<!ENTITY RFC4648 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4648.xml">
<!ENTITY RFC3597 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3597.xml">
<!ENTITY RFC7493 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7493.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC7208 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7208.xml">
<!ENTITY RFC8552 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8552.xml">
<!ENTITY I-D.kowalik-domainconnect SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.kowalik-domainconnect.xml">
]>


<rfc ipr="trust200902" docName="draft-hoffman-duj-05" category="std" consensus="true" submissionType="IETF">
  <front>
    <title abbrev="DNS Update with JSON">DNS Update with JSON</title>

    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>

    <date year="2026" month="March" day="25"/>

    
    
    

    <abstract>


<?line 35?>

<t>It is common for service providers such as certificate authorities and social media providers to want users to update the users' zones to prove that they control those zones, or to add other features.
Currently, service providers tell users to do this using human language describing the resource record type and data values to enter into the zone.
This document describes a text format, called "DNS update with JSON" or "DUJ", for such a service provider to give to a user, with the expectation that the user would copy and paste the text to their DNS operator to update the user's zone.
DNS operators who know how to handle DUJ strings will make the update process easier and more predictable for their users.</t>



    </abstract>



  </front>

  <middle>


<?line 42?>

<section anchor="introduction"><name>Introduction</name>

<t>There are many scenarios where someone gives instructions to a human to update their DNS zone in order to prove that they control those zones, or to add other features.
For example, someone suggesting that you add an SPF <xref target="RFC7208"/> record to a zone might say "add a TXT record with the value "v=spf1 a:mail.yourname.example ip4:192.0.2.49" to your zone".
The expectation is that you are either able to edit your zone file directly and understand the format of the records, or you use a DNS operator who has an interface for you to be able to add and modify records in your zone.</t>

<t>This document proposes a method for giving a human a string that can be copy-and-pasted to give a precise update for a zone.
The protocol, called "DNS update with JSON" or "DUJ", specifies a string format in I-JSON <xref target="RFC7493"/> that represents the addition and deletion of records in a DNS zone.
It is designed for DNS operators who accept strings in their interface for zone updates.
The format self-identifies a string as DUJ, and the protocol lists what is and is not acceptable for DUJ strings.
Using DUJ makes the update process more reliable for DNS operators and their users.</t>

<section anchor="use-case"><name>DUJ Use Case</name>

<t>DUJ is specifically targeted at improving the current common scenario of a user being told by an application service or a helpful friend to modify their DNS zone.
DUJ is not intended for any automatic zone updates.
DUJ is intended only for users who copy-and-paste.</t>

<t>There are two types of DUJ strings: DUJS and DUJ64.
DUJS strings can be typed by users, but doing so can easily introduce errors that might negatively affect their DNS zone.
DUJ64 strings cannot be safely typed by users.</t>

<t>There is no intention in the design for the user to change the text in a DUJ string.
Because DUJ strings contain quoted text, and some typing systems might automatically unhelpfully convert quotation marks into "smart quotes", for some users typing DUJ strings might be impossible.</t>

<t>Different, more elaborate protocols for automatic updates, may be proposed separately.
For example, DomainConnect (<xref target="DomainConnect"/>, <xref target="I-D.kowalik-domainconnect"/>) defines an automated protocol that includes user affirmation before updates.
DUJ is purposely more limited and less ambitious than those protocols, with the assumption that it will be much easier to deploy.
Service providers might allow manual updates as they do today, manual updates by DUJ, and automated updates with a protocol like DomainConnect.</t>

</section>
<section anchor="design"><name>DUJ Design</name>

<t>This format is explicitly only meant for the use cases in <xref target="use-case"/>.
If the designer of an automated protocol is thinking of re-using DUJ in that protocol, they should not.
DUJ is specifically designed for copy-and-paste by end users.
It would be trivial to design a better format for describing automated DNS updates.</t>

<t>The design choice to use JSON arrays instead of objects is to increase security and reliability.
This is to prevent key-value pairs to be added that might cause users or operators to possibly process the DUJ strings incorrectly or to misinterpret them.
For example, it is not possible to include comments in a DUJ string such as "For DKIM".
The reason for this is that such comments could be used by an attacker to convince a user to make a change that they otherwise might not by adding a comment such as "Urgent security update".</t>

<t>DUJS strings are meant to be somewhat readable by the user.
They might not understand what it says, but if they understand something about the DNS, they might.
For example, you might see that a particular RRtype and Rdata are proposed to be added to your zone by looking at the DUJ string you are presented.</t>

<t>DUJ64 strings are purposely not readable by the user.
However, the user can still see if records are being added or deleted.</t>

<t>DUJ strings should not be difficult for a service to create.
There are cases described later where the quoting on the Rdata field can be tricky, but forcing an application to understand backslash quoting and apply it correctly is considered out of scope for a format this is only meant to replace human-readable instructions like "enter this record into your zone".</t>

<t>This document assumes that the application service will have looked in the user's zone before suggesting a zone update.
That would likely be true in the current use case where the application service suggests an update to the user's zone.</t>

<t>Another explicit design for DUJ is that it is not extensible.
If there is a reason to create a later version, the first string ("DJUS" or "DUJ64") can be changed to one that includes a new version identifier.</t>

<t>During the development of DUJ, there was a suggestion that each action string be followed by a list of record-data for that action.
For example, to add two records, there would be only one action template of "add", which has two records.
This suggested was rejected because it complicates the processing while saving only a tiny amount of space.</t>

</section>
<section anchor="bcp-14-language"><name>BCP 14 Language</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
</section>
<section anchor="specification"><name>Specification</name>

<t>An example of a DUJS string is:</t>

<figure><artwork><![CDATA[
[ "DUJS", [ ["add", "mail.yourname.example TXT \"v=spf1 a:mail.yourname.example ip4:192.0.2.49\""] ] ]
]]></artwork></figure>

<t>An example of a DUJS string is:</t>

<figure><artwork><![CDATA[
[ "DUJ64", [ ["add", "bWFpbC55b3VybmFtZS5leGFtcGxlIFRYVCAidj1zcGYxIGE6bWFpbC55b3VybmFtZS5leGFtcGxlIGlwNDoxOTIuMC4yLjQ5Ig=="] ] ]
]]></artwork></figure>

<t>A DUJ string <bcp14>MUST</bcp14> be a JSON array with two values. The first value is the string "DUJS" or "DUJ64".
The second value is an array, called the "update array", which lists all the updates.
The update array <bcp14>MUST</bcp14> have a length of at least 1.</t>

<t>The arrays in the update array are called "action templates".
Every action template is exactly two values: "action" and "record-data".</t>

<t>The action is a string specifying the action to be taken.
The action string <bcp14>MUST</bcp14> be either "add" or "delete"; no other values are allowed.</t>

<t>The record-data is a string that is in the zone file format defined in <xref target="RFC1035"/>.
The record-data <bcp14>MAY</bcp14> contain class names, as described in <xref target="RFC1035"/>.
The record-data <bcp14>MAY</bcp14> contain time-to-live (TTL) values, as described in <xref target="RFC1035"/>.</t>

<section anchor="dujs"><name>DUJS</name>

<t>The record-data in DUJS strings <bcp14>MUST NOT</bcp14> include zone file comments, directives, or embedded newlines from <xref target="RFC1035"/>.
The record-data in DUJS stings <bcp14>MAY</bcp14> contain \DDD and \X escapes, and parentheses, from <xref target="RFC1035"/>.</t>

</section>
<section anchor="duj64"><name>DUJ64</name>

<t>A DUJ64 string is identical to a DUJS string except that the record-data in a DUJ64 string is the Base64 <xref target="RFC4648"/> encoding of he record-data that would have gone into a DUJS string.</t>

</section>
<section anchor="notes-on-owner-names"><name>Notes on Owner Names</name>

<t>The owner name of a zone in a record-data string might be a name that does not yet exist because it is being created by an "add" action.
A common example of this is adding an "underscore name" <xref target="RFC8552"/> such as "_smimecert" and "_xmpp".
A DNS operator would have to determine whether the full owner name given in the record-data could be created, which might not be possible due to zone cuts.</t>

<t>The owner-name <bcp14>MUST NOT</bcp14> contain a wildcard.</t>

</section>
<section anchor="notes-on-rrtypes"><name>Notes on RRtypes</name>

<t>The RRtype in the record-data with the name of the resource record type for the action.
The RRtype's name is given in the "TYPE" column of the "Resource Record (RR) TYPEs" IANA registry <xref target="Types-registry"/>.</t>

<t>To specify an RRtype that is not yet in the registry, use the format specified in <xref target="RFC3597"/>.
For example:</t>

<figure><artwork><![CDATA[
["DUJS", [ ["add", "yourname.example TYPE4321 \# 4 0A000001"] ] ]
]]></artwork></figure>

</section>
</section>
<section anchor="processing"><name>Processing</name>

<t>This section defines rules for DNS operators who allow updates with DUJ to process DUJ strings they receive.</t>

<t>The update array is an ordered list of action templates.
The DNS operator <bcp14>MUST</bcp14> process each action template in the order it appears in the update array.
However, the DNS operator does so only after verifying that the entire DUJ string can be atomically applied to the target zone.
The DNS operator <bcp14>MUST NOT</bcp14> process any action within the DUJ if any action would prevent the atomic application of the entire DUJ string.</t>

<t>The DNS operator <bcp14>MAY</bcp14> choose to skip an "add" action if it would create a record that is already in the zone.
The DNS operator <bcp14>MAY</bcp14> choose to skip a "delete" action if it would delete a record that did not exist in the zone.</t>

<t>The DNS operator <bcp14>SHOULD</bcp14> be able to handle <xref target="RFC3597"/> RRtypes.
However, they may have a local policy to not allow users to add or delete unknown RRtypes.</t>

<t>A DNS operator <bcp14>MAY</bcp14> reject any DUJ string for any reason, such as if it adds and then deletes the same record.
If the DUJ was received from a user interface, the DNS operator <bcp14>SHOULD</bcp14> clearly describe why a DUJ was rejected.</t>

<section anchor="string-verification"><name>String Verification</name>

<t>The DNS operator <bcp14>MUST</bcp14> not process any DUJ string where any of the following rules are not met:</t>

<t><list style="symbols">
  <t>The DUJ string <bcp14>MUST</bcp14> be valid I-JSON.</t>
  <t>The first element of the DUJ string <bcp14>MUST</bcp14> be "DUJS" or "DUJ64".</t>
  <t>The update array <bcp14>MUST</bcp14> have at least one action template.</t>
  <t>Every action template <bcp14>MUST</bcp14> meet the following rules:
  <list style="symbols">
      <t>The action element <bcp14>MUST</bcp14> be either the exact string "add" or "delete"</t>
      <t>The FQDN <bcp14>MUST</bcp14> be a valid fully-qualified domain name</t>
      <t>The FQDN <bcp14>MUST NOT</bcp14> contain a wildcard</t>
      <t>The RRtype <bcp14>MUST</bcp14> be recognized, or be in the format specified in <xref target="RFC3597"/></t>
      <t>The Rdata <bcp14>MUST</bcp14> be appropriate for the given RRtype</t>
    </list></t>
</list></t>

</section>
<section anchor="action-processing"><name>Action Processing</name>

<t>After verifying the DUJ string, the DNS operator processes each action template in order.
When processing an action template, the DNS operator <bcp14>MUST</bcp14> verify:</t>

<t><list style="symbols">
  <t>that the user is authorized to change the zone named in the FQDN</t>
  <t>that, for "delete" actions, that the exact record described in the action template exists</t>
  <t>that, for "add" actions, that the exact record described in the action template does not already exist</t>
</list></t>

<t>A DNS operator <bcp14>SHOULD</bcp14> tell a user about every change made from a DUJ.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document contains no actions for IANA.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>A DUJ has no cryptographic protection.
It is, by design, only as secure as the current common scenario where a service tells a user to manually copy and paste some data (the RRtype and Rdata values) into an interface run by the DNS operator.</t>

<t>When a service gives the user a DUJ string, the authenticity of the source of the DUJ string and the integrity of the DUJ string is only as strong as the user's connection to the service.
When a user pastes a DUJ string to a DNS operator, the authenticity of the source of the DUJ string and the integrity of the DUJS is only as strong as the user's connection to the DNS operator.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC1035;
&RFC4648;
&RFC3597;
&RFC7493;
&RFC2119;
&RFC8174;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC7208;
&RFC8552;
&I-D.kowalik-domainconnect;
<reference anchor="DomainConnect" target="https://www.domainconnect.org/">
  <front>
    <title>DomainConnect</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="Types-registry" target="https://www.iana.org/assignments/dns-parameters/">
  <front>
    <title>Domain Name System (DNS) Parameters</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>


    </references>

</references>


<?line 240?>

<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>Andy Newton,
Bob Harold,
Gavin Brown,
Jasdip Singh,
John Levine,
Libor Peltan,
Pawel Kowalik,
Peter Tomassen,
and
Robert Edmonds
contributed substantial comments to early versions of this draft.</t>

</section>


  </back>

<!-- ##markdown-source:
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
XGi26X9fmCb/C22hNPoMMQAA

-->

</rfc>

