From 4f936014ff2a4f3063938064d70ab10920277f8f Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:44 +0100 Subject: [PATCH] doc: add changelogs for dns PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/dns.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/api/dns.md b/doc/api/dns.md index f705d96246bd87..b943664ec8b605 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -65,6 +65,10 @@ resolution. ## dns.lookup(hostname[, options], callback) Resolves a hostname (e.g. `'nodejs.org'`) into the first found A (IPv4) or @@ -198,6 +202,11 @@ one of the error codes listed [here](#dns_error_codes). ## dns.resolve4(hostname[, options], callback) Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the @@ -215,6 +224,11 @@ will contain an array of IPv4 addresses (e.g. ## dns.resolve6(hostname[, options], callback) Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the