in reply to Net::DNS::Resolver and nameservers
are the same, so I think the problem with only the first DNS server being queried is a problem with the Net::DNS::Resolver package or the underlieing library. You might randomize the list of nameservers and reload them in a different order if a request fails.@nslist = qw(1 2 3); Net::DNS::Resolver->new(nameservers => [@nslist];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::DNS::Resolver and nameservers
by henzen (Acolyte) on May 13, 2011 at 15:14 UTC |