Skip to main content
LookupOptions.verbatim - node__dns.d.ts - Node documentation
property LookupOptions.verbatim

Usage in Deno

```typescript import { type LookupOptions } from "node:node__dns.d.ts"; ```
Deprecated
Please use `order` option
When `true`, the callback receives IPv4 and IPv6 addresses in the order the DNS resolver returned them. When `false`, IPv4 addresses are placed before IPv6 addresses. This option will be deprecated in favor of `order`. When both are specified, `order` has higher precedence. New code should only use `order`. Default value is configurable using [setDefaultResultOrder](../.././node__dns.d.ts/~/setDefaultResultOrder)

Type

boolean | undefined