]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
Added TXT and RP records.
[nsc-5.git] / README
diff --git a/README b/README
index 47393e279d1e83ee5e323d67799c3cb5a9be52f8..aaaac15e0cf7feaf753c8e298090fe91dd72e63f 100644 (file)
--- a/README
+++ b/README
@@ -230,6 +230,15 @@ ALIAS(alias...)
                Generates a series of CNAME records pointing from the aliases
                to the current host/domain.
 
+TXT(text)
+               Generate a TXT record for the current host or domain.
+
+RP(mail, txt)
+               Generate a RP (responsible person) record for the current host or domain.
+               The first argument is a mail address in DNS notation (with `@' replaced
+               by `.' as in the SOA record), the second one is a name of a TXT record
+               with contact information.
+
 CNAME(src, dest)
                Generate a CNAME record -- "src" points to "dest".