File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ resolution.
6565## dns.lookup(hostname[ , options] , callback)
6666<!-- YAML
6767added: v0.1.90
68+ changes:
69+ - version: v1.2.0
70+ pr-url: https://github.com/nodejs/node/pull/744
71+ description: The `all` option is supported now.
6872-->
6973
7074Resolves 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).
198202## dns.resolve4(hostname[ , options] , callback)
199203<!-- YAML
200204added: v0.1.16
205+ changes:
206+ - version: v7.2.0
207+ pr-url: https://github.com/nodejs/node/pull/9296
208+ description: This method now supports passing `options`,
209+ specifically `options.ttl`.
201210-->
202211
203212Uses 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.
215224## dns.resolve6(hostname[ , options] , callback)
216225<!-- YAML
217226added: v0.1.16
227+ changes:
228+ - version: v7.2.0
229+ pr-url: https://github.com/nodejs/node/pull/9296
230+ description: This method now supports passing `options`,
231+ specifically `options.ttl`.
218232-->
219233
220234Uses the DNS protocol to resolve a IPv6 addresses (` AAAA ` records) for the
You can’t perform that action at this time.
0 commit comments