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

Usage in Deno

import { type LookupOptions } from "node:dns";
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

Type

boolean | undefined