Selaa lähdekoodia

fix(docs): clarify that NS record values end with a dot

Peter Thomassen 7 vuotta sitten
vanhempi
commit
ca8df4bf2a
1 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  1. 7 4
      docs/rrsets.rst

+ 7 - 4
docs/rrsets.rst

@@ -497,10 +497,13 @@ Record types with priority field
     mail.a4a.de.``
 
 ``NS`` record
-    The use of wildcard RRsets (with one component of ``subname`` being equal
-    to ``*``) of type ``NS`` is **discouraged**.  This is because the behavior
-    of wildcard ``NS`` records in conjunction with DNSSEC is undefined, per
-    RFC 4592, Sec. 4.2.
+    - The record value must be terminated by a dot ``.`` (as in
+      ``ns1.desec.io.``).
+
+    - The use of wildcard RRsets (with one component of ``subname`` being equal
+      to ``*``) of type ``NS`` is **discouraged**.  This is because the
+      behavior of wildcard ``NS`` records in conjunction with DNSSEC is
+      undefined, per RFC 4592, Sec. 4.2.
 
 ``TXT`` record
     The contents of the ``TXT`` record must be enclosed in double quotes.