Переглянути джерело

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

Peter Thomassen 7 роки тому
батько
коміт
ca8df4bf2a
1 змінених файлів з 7 додано та 4 видалено
  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.