X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=2f201ea08744fe404c72d98583d61ec0675934f5;hb=323b9539f2f302321145877450c133d4c3d1d909;hp=8922bf872a2b77cb586d2c24eb34120e014cdc11;hpb=9307c029518d4753852d64e7a7811d7589334ce3;p=nsc-5.git diff --git a/README b/README index 8922bf8..2f201ea 100644 --- 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 + (c) 1997--2001 Martin Mares ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -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 -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 +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). + +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.