suspend fun DnsClient.lookup6Await(name: String): String?
Try to lookup the AAAA (ipv6) record for the given name. The first found will be used.
name - the name to resolve
name
Return a reference to this, so the API can be used fluently *