From: Martin Mares Date: Fri, 10 Sep 1999 20:10:07 +0000 (+0000) Subject: Updated. X-Git-Tag: v5.1~71 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a0fe770ac6c30ea750663bf57a12bd075a8b4278;p=nsc-5.git Updated. --- diff --git a/README b/README index d87e7b5..9f6afce 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - Domain Name Server Configuration Utilities -- NSC 2.1 + Domain Name Server Configuration Utilities -- NSC 2.2 - (c) 1998 Martin Mares + (c) 1997--1999 Martin Mares ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -40,6 +40,11 @@ GNU General Public License. See file COPYING in any of the GNU utility archives - Enjoy your new DNS setup. If everything goes OK, be happy. Else write a bug report :-) + 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. + 2. The Domain List File ~~~~~~~~~~~~~~~~~~~~~~~ @@ -174,3 +179,9 @@ chkdom Checks domains for correctness using the 'host' utility (check ftp://ftp.nikhef.nl/pub/network for latest version). Use chkdom to check specific domain or no parameters to check all domains mentioned in cf/domains. + It's even better to use the Sleuth script mentioned in + the introduction. + +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).