• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Jul-2021-

READMEH A D16-Jul-2021951 3120

axfrH A D16-Jul-20214.4 KiB18568

check_soaH A D16-Jul-20214.1 KiB14546

check_zoneH A D16-Jul-20213.5 KiB181111

mresolvH A D16-Jul-20213.3 KiB14462

mxH A D16-Jul-2021760 4515

perldigH A D16-Jul-20211.2 KiB7232

README

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