From 18c3ff99aa26064199c75e220145a465980cf82b Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 9 Mar 2020 15:44:47 -0700 Subject: dns: add dns.ALL hints flag constant PR-URL: https://github.com/nodejs/node/pull/32183 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/dns.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/api') 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)`