Interface: DNSLookupOptions
Options for DNS query.
export
interface
DNSLookupOptions
Table of contents
Properties
Properties
hostname
• hostname: string
List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
memberof
DNSLookupOptions
omitFinalDNSDot
• omitFinalDNSDot: boolean
Optionally control whether to omit the final dot in full DNS name values.
memberof
DNSLookupOptions
recordTypes
• recordTypes: DNSLookupOptionsRecordTypesEnum
[]
List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
memberof
DNSLookupOptions