+Version 2.3 [27-06-2001]
+
+ o Global parameters (hostmaster mail address etc.) can be set
+ in cf/config now.
+ o Autodetect which M4 should be used.
+ o Fixed bugs in convert script.
+ o Generate $TTL to make new releases of bind happy.
+
Version 2.2 [11-09-1999]
o Corrected localhost records.
- 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>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
if (defined $ips{$n}) { print "H($n$ips{$n})\n"; }
elsif ($flag) { print "HH($n)\n"; }
if (defined $mx{$n}) { print "MX($mx{$n})\n"; }
- if (defined $cn{$n}) { print "CNAME($cn{$n})\n"; }
+ if (defined $cn{$n}) { print "ALIAS($cn{$n})\n"; }
}
sub norm_name {
define(DO_SOA, `divert; Primary file for the whole_domain domain generated on curdate
+$TTL minttl
whole_domain. `SOA' corr_dot(nsname) maintname (
version refresh retry expire minttl )')
define(SOA, `ifdef(`Xdomain',`define(`Xdomain',$1)',`define(`Xdomain',$1)DO_SOA')')
Begin3
Title: Name Server Configurator
-Version: 2.2
-Entered-date: 990910
+Version: 2.3
+Entered-date: 010627
Description: Set of utilities and M4 scripts for easy maintenance of
DNS server configuration and zone files. Requires GNU m4
and BIND version 8.X or newer.
Keywords: named, bind, dns
Author: mj@ucw.cz (Martin Mares)
Maintained-by: mj@ucw.cz (Martin Mares)
-Primary-site: atrey.karlin.mff.cuni.cz pub/local/mj/net/nsc-2.2.tar.gz
-Alternate-site: metalab.unc.edu pub/Linux/system/network/management/nsc-2.2.tar.gz
+Primary-site: atrey.karlin.mff.cuni.cz pub/local/mj/net/nsc-2.3.tar.gz
+Alternate-site: metalab.unc.edu pub/Linux/system/network/management/nsc-2.3.tar.gz
Copying-policy: GPL
End