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: allow --dns-verbatim to change default dns verbatim #38099

Merged
merged 1 commit into from Jun 2, 2021

Commits on Jun 2, 2021

  1. dns: allow --dns-result-order to change default dns verbatim

    Allow the `--dns-result-order` option to change the default value
    of verbatim in `dns.lookup()`. This is useful when running
    Node.js in ipv6-only environments to avoid possible ENETUNREACH
    errors.
    
    PR-URL: nodejs#38099
    Refs: nodejs#31566
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    oyyd authored and aduh95 committed Jun 2, 2021
    Copy the full SHA
    d8797f5 View commit details
    Browse the repository at this point in the history