<div dir="ltr"><div><div><div><div><div>Unfortunately, we are in the tricky position where either a) we go back, and are unable to do TSIG zone transfers, or b) invent a better way of doing things that does TSIG and provides step-wise progression through a zone.<br>
<br></div>The candidates so far are:<br><br></div> 1) $res->axfr( '<a href="http://example.com">example.com</a>', sub { my $rr = shift; ... } ); # call-back<br><br></div> 2) my @zone = $res->axfr( '<a href="http://example.com">example.com</a>' ); # whole zone as now<br>
<br></div> my $iterator = $res->axfr( '<a href="http://example.com">example.com</a>' ); # interative solution<br></div> while ( my $rr = $iterator->( ) ) {<br> ...<br> }<br><div>
<div>
<div><div><br><div><br></div><div>Thoughts?<br></div><div><br><div class="gmail_extra"><br clear="all"><div><div dir="ltr">Dick<span><font color="#888888"><br>
</font></span><br></div></div></div></div></div></div></div></div></div>