Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index b02ee8b608d..6268d22b22e 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -4,6 +4,8 @@
> Stability: 2 - Stable
+<!-- source_link=lib/dns.js -->
+
The `dns` module enables name resolution. For example, use it to look up IP
addresses of host names.