File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,10 @@ Here is an example of the `ret` object passed to the callback:
367
367
minttl: 60 } ]
368
368
```
369
369
370
+ DNS server operators may choose not to respond to ` ANY `
371
+ queries. It may be better to call individual methods like [ ` dns.resolve4() ` ] [ ] ,
372
+ [ ` dns.resolveMx() ` ] [ ] , and so on. For more details, see [ RFC 8482] [ ] .
373
+
370
374
## dns.resolveCname(hostname, callback)
371
375
<!-- YAML
372
376
added: v0.3.2
@@ -1142,5 +1146,6 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
1142
1146
[ `util.promisify()` ] : util.html#util_util_promisify_original
1143
1147
[ DNS error codes ] : #dns_error_codes
1144
1148
[ Implementation considerations section ] : #dns_implementation_considerations
1149
+ [ RFC 8482 ] : https://tools.ietf.org/html/rfc8482
1145
1150
[ rfc5952 ] : https://tools.ietf.org/html/rfc5952#section-6
1146
1151
[ supported `getaddrinfo` flags ] : #dns_supported_getaddrinfo_flags
You can’t perform that action at this time.
0 commit comments