Resolves all DNS records for a given host using the specified resolver.
This function attempts to resolve all types of DNS records defined in DNSRecordType.
If a record type cannot be resolved, it will be skipped.
Parameters
host: string
The domain or host for which to resolve DNS records (e.g., "example.com").
Resolves all DNS records for a given host using the specified resolver. This function attempts to resolve all types of DNS records defined in
DNSRecordType
. If a record type cannot be resolved, it will be skipped.