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

Usage in Deno

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

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. Default value is configurable using setDefaultResultOrder() or --dns-result-order.

Type

boolean | undefined