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: implement {ttl: true} for dns.resolve4() and dns.resolve6() #9296

Merged
merged 2 commits into from
Nov 18, 2016

Commits on Nov 18, 2016

  1. dns: implement {ttl: true} for dns.resolve4()

    Add an option to retrieve the Time-To-Live of the A record.
    
    PR-URL: nodejs#9296
    Refs: nodejs#5893
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    bnoordhuis committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    c31b507 View commit details
    Browse the repository at this point in the history
  2. dns: implement {ttl: true} for dns.resolve6()

    Add an option to retrieve the Time-To-Live of the AAAA record.
    
    PR-URL: nodejs#9296
    Refs: nodejs#5893
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    bnoordhuis committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    6b1a8d0 View commit details
    Browse the repository at this point in the history