Blame demo/README

Packit Service f6e53a
This directory contains demonstration scripts for the Net::DNS
Packit Service f6e53a
module.  To read the manual page for a particular program,
Packit Service f6e53a
run the command "perldoc program-name".
Packit Service f6e53a
Packit Service f6e53a
Packit Service f6e53a
axfr		Performs a zone transfer and stores the zone in a
Packit Service f6e53a
		file.  If a zone file already exists, axfr reads
Packit Service f6e53a
		the file instead of performing a zone transfer.
Packit Service f6e53a
		Requires the Storable module (available on CPAN).
Packit Service f6e53a
Packit Service f6e53a
check_soa	Perl version of the check_soa program presented
Packit Service f6e53a
		in _DNS and BIND_ by Paul Albitz & Cricket Liu.
Packit Service f6e53a
Packit Service f6e53a
		Also see the check_soa version in the Contrib
Packit Service f6e53a
		directory which is an fires off the queries in
Packit Service f6e53a
		parallel.
Packit Service f6e53a
Packit Service f6e53a
Packit Service f6e53a
check_zone	Checks a zone for errors like missing PTR records.
Packit Service f6e53a
		Can recurse into subdomains.  See also a hacked
Packit Service f6e53a
		version in contrib/check_zone.
Packit Service f6e53a
Packit Service f6e53a
mresolv		Performs multiple DNS queries in parallel.
Packit Service f6e53a
Packit Service f6e53a
mx		Prints a domain's MX records sorted by preference.
Packit Service f6e53a
Packit Service f6e53a
perldig		Performs DNS queries and print the results.
Packit Service f6e53a
Packit Service f6e53a
---
Packit Service f6e53a
$Id: README 607 2006-09-17 18:20:28Z olaf $