interface ResolverOptions Usage in Denoimport { type ResolverOptions } from "node:dns"; Properties optional timeout: number | undefined Query timeout in milliseconds, or -1 to use the default timeout. optional tries: number The number of tries the resolver will try contacting each name server before giving up.