Browse Source

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

Peter Thomassen 7 years ago
parent
commit
ca8df4bf2a
1 changed files with 7 additions and 4 deletions
  1. 7 4
      docs/rrsets.rst

+ 7 - 4
docs/rrsets.rst

@@ -497,10 +497,13 @@ Record types with priority field
     mail.a4a.de.``
     mail.a4a.de.``
 
 
 ``NS`` record
 ``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
 ``TXT`` record
     The contents of the ``TXT`` record must be enclosed in double quotes.
     The contents of the ``TXT`` record must be enclosed in double quotes.