dns.resolve6(hostname, callback)
Uses the DNS protocol to resolve a IPv6 addresses (AAAA
records) for the hostname
. The addresses
argument passed to the callback
function will contain an array of IPv6 addresses.
dns.resolve6(hostname, callback)
Uses the DNS protocol to resolve a IPv6 addresses (AAAA
records) for the hostname
. The addresses
argument passed to the callback
function will contain an array of IPv6 addresses.
Please login to continue.