]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
Updated version number in the README.
[nsc-5.git] / README
diff --git a/README b/README
index 47393e279d1e83ee5e323d67799c3cb5a9be52f8..c43ebdea4ab5ec3136df8bae39547c3826f93181 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-           Domain Name Server Configuration Utilities -- NSC 3.0.2
+            Domain Name Server Configuration Utilities -- NSC 3.1
 
                    (c) 1997--2008 Martin Mares <mj@ucw.cz>
 
@@ -230,6 +230,18 @@ ALIAS(alias...)
                Generates a series of CNAME records pointing from the aliases
                to the current host/domain.
 
+TXT(text)
+               Specify a TXT record for the current host or domain.
+
+RP(mail, txt)
+               Specify 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.
+
+SRV(service, protocol, priority, weight, port, target)
+               Specify a SRV (service) record for the current host or domain.
+
 CNAME(src, dest)
                Generate a CNAME record -- "src" points to "dest".