Home > Web Front-end > JS Tutorial > body text

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

WBOY
Release: 2016-05-16 16:28:27
Original
2318 people have browsed it

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();
};
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template