Skip to content

dns: default to verbatim=true in dns.lookup()

Switch the default from false (reorder the result so that IPv4 addresses come before IPv6 addresses) to true (return them exactly as the resolver sent them to us.)

This is intended to be released in Node.js 11.

Merge request reports

Loading