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
path: root/doc/api
diff options
context:
space:
mode:
authormurgatroid99 <mlumish@google.com>2020-03-10 01:44:47 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-30 18:21:13 +0300
commit18c3ff99aa26064199c75e220145a465980cf82b (patch)
tree06f15f9431a91e738e6cbdc1e5b00e5cc9522213 /doc/api
parentbbf3fb8ac9457e7d990a10b15444d457147ae662 (diff)
dns: add dns.ALL hints flag constant
PR-URL: https://github.com/nodejs/node/pull/32183 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api')
-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 cea7db52f9b..f854445b14d 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -210,6 +210,8 @@ configured. Loopback addresses are not considered.
* `dns.V4MAPPED`: If the IPv6 family was specified, but no IPv6 addresses were
found, then return IPv4 mapped IPv6 addresses. It is not supported
on some operating systems (e.g FreeBSD 10.1).
+* `dns.ALL`: If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as
+well as IPv4 mapped IPv6 addresses.
## `dns.lookupService(address, port, callback)`
<!-- YAML