Instructions for the DNS. GetServers method in node.js

  • 2020-03-30 04:34:12
  • OfStack

Method description:

Returns the IP address currently in use, as a string

Grammar:


dns.getServers()

Receiving parameters:

There is no

Source:


exports.getServers = function() {
  return cares.getServers();
};


Related articles: