Skip to main content
ResolverOptions.tries - dns - Node documentation
property ResolverOptions.tries

Usage in Deno

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

The number of tries the resolver will try contacting each name server before giving up.

Type

number