NAME
App::DNS::Zonewalk - helper library for recursive DNS zone walks.
ABSTRACT
Helper library for zonewalk. Adds a raxfr() method to Net::DNS::Resolver.
SYNOPSIS
use App::DNS::Zonewalk;
my $resolver = App::DNS::Zonewalk->new();
my @net_dns_rrs = $resolver->raxfr($start_zone)
...
DESCRIPTION
See the zonewalk documentation for more details, a cli program included in this distribution for recusive DNS zonewalks.
METHODS
raxfr($start_zone)
my @resource_records = $resolver->raxfr($start_zone);
Walks the $start_zone recursively and returns all DNS resource records. The DNS server from $resolver must be authoritative for the zone und sub-zones and the client must be allowed to fetch the zones via AXFR.
AUTHOR
Karl Gaissmaier, <gaissmai(at)cpan.org>
BUGS
Please report any bugs or feature requests to bug-app-dns-zonewalk at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-DNS-Zonewalk. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::DNS::Zonewalk
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2012 Karl Gaissmaier.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.