[net-dns-users] AXFR of root zone

manning bill bmanning at isi.edu
Sun Sep 28 21:15:17 UTC 2014


I think both B and F allow axfr of the root zone.  Or you can get a copy from ICANN

/bill
PO Box 12317
Marina del Rey, CA 90295
310.322.8102

On 28September2014Sunday, at 13:12, Ronald F. Guilmette <rfg at tristatelogic.com> wrote:

> 
> I need to be able to do an AXFR on the root zone.
> 
> I tried this and got nothing:
> 
> ========================================================================
> #!/usr/local/bin/perl -w
> 
> use Net::DNS;
> 
> my $resolver = Net::DNS::Resolver->new;
> 
> my @root_zone = $resolver->axfr ('.');
> 
> foreach my $rr (@root_zone) {
>  $rr->print;
> }
> ========================================================================
> 
> OK, so how may I AXFR the root zone?
> 
> There must be some trick I am missing.
> _______________________________________________
> net-dns-users mailing list
> net-dns-users at nlnetlabs.nl
> https://www.nlnetlabs.nl/mailman/listinfo/net-dns-users




More information about the net-dns-users mailing list