Skip to main content
LookupOptions.all - dns - Node documentation
property LookupOptions.all

Usage in Deno

import { type LookupOptions } from "node:dns";

When true, the callback returns all resolved addresses in an array. Otherwise, returns a single address.

Type

boolean | undefined