suspend fun DnsClient.resolveCNAMEAwait(name: String): List<String>
Try to resolve the CNAME record for the given name.
name - the name to resolve the CNAME for
name
Return a reference to this, so the API can be used fluently. *