Olaf Kolkman > Net-DNS-0.54 > check_zone

Download:
Net-DNS-0.54.tar.gz

Annotate this POD

CPAN RT

New  8
Open  7
Stalled  9
View Bugs
Report a bug
Source   Latest Release: Net-DNS-0.58

NAME ^

check_zone - Check a DNS zone for errors

SYNOPSIS ^

check_zone [ -r ][ -v ] domain [ class ]

DESCRIPTION ^

Checks a DNS zone for errors. Current checks are:

OPTIONS ^

-r

Perform a recursive check on subdomains.

-v

Verbose.

AUTHORS ^

Originally developed by Michael Fuhr (mfuhr@dimensional.com) and hacked--with furor--by Dennis Glatting (dennis.glatting@software-munitions.com).

COPYRIGHT ^

SEE ALSO ^

perl(1), axfr, check_soa, mx, perldig, Net::DNS

BUGS ^

A query for an A RR against a name that is a CNAME may not follow the CNAME to an A RR.

There isn't a mechanism to insure records are returned from an authoritative source.

There appears to be a bug in the resolver AXFR routine where, if one server cannot be contacted, the routine doesn't try another in its list.