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: #32183

PR-URL: #32617
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
addaleax authored and BethGriggs committed Apr 7, 2020
1 parent 2e52ca0 commit 1bec3ac
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 1bec3ac

Please sign in to comment.