Home  >  Article  >  Web Front-end  >  Instructions for using the dns.getServers method in node.js_node.js

Instructions for using the dns.getServers method in node.js_node.js

WBOY
WBOYOriginal
2016-05-16 16:28:272317browse

Method description:

Returns the current IP address in use as a string

Syntax:

Copy code The code is as follows:

dns.getServers()

Receive parameters:

None

Source code:

Copy code The code is as follows:

exports.getServers = function() {
Return cares.getServers();
};
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn