]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
Added examples.
[nsc-5.git] / README
diff --git a/README b/README
index 8922bf872a2b77cb586d2c24eb34120e014cdc11..2f201ea08744fe404c72d98583d61ec0675934f5 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 
-            Domain Name Server Configuration Utilities -- NSC 2.2
+            Domain Name Server Configuration Utilities -- NSC 2.3
 
 
-                   (c) 1997--1999 Martin Mares <mj@ucw.cz>
+                   (c) 1997--2001 Martin Mares <mj@ucw.cz>
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -43,7 +43,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
    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
 
 
 2. The Domain List File
@@ -190,3 +190,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).
 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.