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: make dns.setServers support customized port #13723

Closed

Commits on Jun 16, 2017

  1. dns: make dns.setServers support customized port

    Make `dns.setServers` parameter may be strings contain IP and port which
    split by `:`.
    
    eg.
    
    ```
    dns.setServers([ "103.238.225.181:666" ]);
    ```
    
    And `dns.getServers` will return IP with port if that server is not use
    default port.
    
    Refs: nodejs#7903
    XadillaX committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    b5b28e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f8619 View commit details
    Browse the repository at this point in the history
  3. update after reviewing

    XadillaX committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    41da7fa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. make 53 be const

    XadillaX committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    b5f8bba View commit details
    Browse the repository at this point in the history
  2. fix typo

    XadillaX committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    c8152ac View commit details
    Browse the repository at this point in the history