resolve6Async
Uses the DNS protocol to resolve IPv6 addresses (AAAA records) for the hostname. On success, the Promise is resolved with an array of IPv6 addresses.
Since
v10.6.0
Parameters
hostname
Host name to resolve.
external fun resolve6Async(hostname: String, options: ResolveWithTtlOptions): Promise<ReadonlyArray<RecordWithTtl>>(source)