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

Add Support for resolving DNS using search list for host-name loopkup. #19548

Closed
wants to merge 1 commit into from

Commits on Mar 23, 2018

  1. Add Support for resolving DNS using search list for host-name loopkup.

    lib: dns.js - passing the search field form the options object to
                  QueryReqWrap object.
    
    src:
    base_object.h - added GetField function to read fields from the
                    persistent object (persistent QueryReqWrap object).
    
    cares_wrap.cc - added a AresSearch function.
                  - QueryAWrap (resolve4) and QueryAaaaWrap (resolve6)
                  utilizes the AresSearch when options.search is true.
    
    doc/api: added search option to the resolve4 and resolve6 documentation
    
    Fixes: nodejs#17850
    Manicqin committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    13e9b38 View commit details
    Browse the repository at this point in the history