mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
27de36926b
`dns.resolveAny` and `dns.resolve` with `"ANY"` has the similar behavior like `$ dig <domain> any` and returns an array with several types of records. `dns.resolveAny` parses the result packet by several rules in turn. Supported types: * A * AAAA * CNAME * MX * NAPTR * NS * PTR * SOA * SRV * TXT Fixes: https://github.com/nodejs/node/issues/2848 PR-URL: https://github.com/nodejs/node/pull/13137 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> |
||
---|---|---|
.. | ||
test-dgram-broadcast-multi-process.js | ||
test-dgram-multicast-multi-process.js | ||
test-dgram-send-cb-quelches-error.js | ||
test-dns-any.js | ||
test-dns-cares-domains.js | ||
test-dns-ipv4.js | ||
test-dns-ipv6.js | ||
test-dns-regress-6244.js | ||
test-dns-setserver-in-callback-of-resolve4.js | ||
test-dns-txt-sigsegv.js | ||
test-dns.js | ||
test-http-dns-fail.js | ||
test-http-https-default-ports.js | ||
test-net-connect-timeout.js | ||
test-net-connect-unref.js | ||
test-tls-add-ca-cert.js | ||
test-tls-connnect-melissadata.js | ||
test-tls-reuse-host-from-socket.js | ||
testcfg.py |