Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Commits on Jan 29, 2020

  1. 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.)
    
    Fixes: nodejs#31566
    Refs: nodejs#6307
    Refs: nodejs#20710
    bnoordhuis committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7ad4989 View commit details
    Browse the repository at this point in the history
  2. fixup! update pr-url

    bnoordhuis committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7d81200 View commit details
    Browse the repository at this point in the history