in reply to Re: Net::DNS::Resolver using IPv6 transport in nameservers
in thread Net::DNS::Resolver using IPv6 transport in nameservers

The answer to my question was: The Net::DNS::Resolver library will use IPv6 transport if the appropriate libraries (Socket6 and IO::Socket::INET6) are available and the address the server tries to connect to is an IPv6 address. Self-solved.
  • Comment on Re^2: Net::DNS::Resolver using IPv6 transport in nameservers

Replies are listed 'Best First'.
Re^3: Net::DNS::Resolver using IPv6 transport in nameservers
by perlfan (Parson) on Jul 11, 2020 at 00:00 UTC
    >Self-solved.

    Congrats, that's always the best kind of solved. =D Just replying so you didn't look like you were talking to yourself any more than the rest of us.