]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
2.99a prerelease.
[nsc-5.git] / README
diff --git a/README b/README
index 8922bf872a2b77cb586d2c24eb34120e014cdc11..019d0bb09b596690ecbc6958682e0977a29c22d8 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,18 @@
 
-            Domain Name Server Configuration Utilities -- NSC 2.2
+            Domain Name Server Configuration Utilities -- NSC 3.0
 
-                   (c) 1997--1999 Martin Mares <mj@ucw.cz>
+                   (c) 1997--2003 Martin Mares <mj@ucw.cz>
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+#### BIG FAT WARNING ####
+
+NSC 3.0 is close to having been rewritten from scratch. However, the documentation
+has not been updated yet, only the example configs in cf/* were.
+
+#### BIG FAT END OF WARNING ####
+
+
    NSC is a set of shell and M4 scripts for easy maintenance of all domain name
 server files (including configuration and zone files). It requires BIND 8.X,
 GNU bash and GNU m4 to be installed on the system. All programs have been
@@ -43,7 +51,7 @@ GNU General Public License. See file COPYING in any of the GNU utility archives
    An interesting companion to this program is the Sleuth utility which checks
 consistency of DNS zones. It's written in perl with help of the DNS module,
 knows of more errors than other checkers and it's freely available at
-ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/sleuth-1.0.tar.gz.
+ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/sleuth-1.3.tar.gz.
 
 
 2. The Domain List File
@@ -190,3 +198,8 @@ chkdom              Checks domains for correctness using the 'host' utility
 convert                A simple perl script for conversion of zone files to NSC
                domain files. Requires the DNS module (available from CPAN at
                ftp.cpan.org).
+
+chkdel         A simple perl script for checking of domain delegations --
+               it checks all PRIMARY and SECONDARY records in cf/domains
+               against NS records. Requires the DNS Perl module and also
+               some tweaking of parameters at the top of the script.