Skip to content

Commit

Permalink
doc: add missing changes: entry for dns.ALL
Browse files Browse the repository at this point in the history
Refs: nodejs#32183

PR-URL: nodejs#32617
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
addaleax authored and targos committed Apr 25, 2020
1 parent c4e74f0 commit b21e792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/dns.md
Expand Up @@ -200,6 +200,12 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and
`family` properties.

### Supported getaddrinfo flags
<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/32183
description: Added support for the `dns.ALL` flag.
-->

The following flags can be passed as hints to [`dns.lookup()`][].

Expand Down

0 comments on commit b21e792

Please sign in to comment.