File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ resolution.
65
65
## dns.lookup(hostname[ , options] , callback)
66
66
<!-- YAML
67
67
added: 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.
68
72
-->
69
73
70
74
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).
198
202
## dns.resolve4(hostname[ , options] , callback)
199
203
<!-- YAML
200
204
added: 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`.
201
210
-->
202
211
203
212
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.
215
224
## dns.resolve6(hostname[ , options] , callback)
216
225
<!-- YAML
217
226
added: 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`.
218
232
-->
219
233
220
234
Uses the DNS protocol to resolve a IPv6 addresses (` AAAA ` records) for the
You can’t perform that action at this time.
0 commit comments