1This directory contains demonstration scripts for the Net::DNS
2module.  To read the manual page for a particular program,
3run the command "perldoc program-name".
4
5
6axfr		Performs a zone transfer and stores the zone in a
7		file.  If a zone file already exists, axfr reads
8		the file instead of performing a zone transfer.
9		Requires the Storable module (available on CPAN).
10
11check_soa	Perl version of the check_soa program presented
12		in _DNS and BIND_ by Paul Albitz & Cricket Liu.
13
14		Also see the check_soa version in the Contrib
15		directory which is an fires off the queries in
16		parallel.
17
18
19check_zone	Checks a zone for errors like missing PTR records.
20		Can recurse into subdomains.  See also a hacked
21		version in contrib/check_zone.
22
23mresolv		Performs multiple DNS queries in parallel.
24
25mx		Prints a domain's MX records sorted by preference.
26
27perldig		Performs DNS queries and print the results.
28
29---
30$Id: README 607 2006-09-17 18:20:28Z olaf $
31