]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
Added the FORWARDING macro.
[nsc-5.git] / README
diff --git a/README b/README
index e468dbed8ab474ac8a3d80884bb98bcdad2465ca..628c7358bb52f9697f1be778b914c81d5e1330f4 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
-           Domain Name Server Configuration Utilities -- NSC 3.0.1
+            Domain Name Server Configuration Utilities -- NSC 3.1
 
-                   (c) 1997--2006 Martin Mares <mj@ucw.cz>
+                   (c) 1997--2008 Martin Mares <mj@ucw.cz>
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -136,6 +136,10 @@ REVERSE(network, primary-files...)
                You can also use the REV macro explicitly, which can be handy
                for example in SECONDARY declarations.
 
+FORWARDED(zone, ip...)
+               Define a forwarding zone. All queries are forwarded to the
+               specified name servers.
+
 ZONE_OPTIONS(`options;
        more options;
 ')
@@ -230,6 +234,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".