diff --git a/doc/api/cli.md b/doc/api/cli.md index 055eac22f6f0a2..59a052c60054b2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -181,6 +181,17 @@ Make built-in language features like `eval` and `new Function` that generate code from strings throw an exception instead. This does not affect the Node.js `vm` module. +### `--dns-verbatim=value` + + +Set the default value of `verbatim` in [`dns.lookup()`][]. The value may be: +* `0` to indicate `false` +* `1` to indicate `true` + +Other values will be ignored. + ### `--enable-fips`