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 - add 'all' option to dns.lookup #744

Closed
wants to merge 1 commit into from

Commits on Feb 6, 2015

  1. dns: add the 'all' option to dns.lookup

    The 'all' option allows to retrieve all addresses returned by
    `getaddrinfo` using the system resolver. While `dns.resolve`
    already does return multiple results, it's often preferable to
    use the system resolver, like for mDNS.
    silverwind committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    0a914bf View commit details
    Browse the repository at this point in the history