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