suspend fun DnsClient.resolveAAwait(name: String): List<String>
Try to resolve all A (ipv4) records for the given name.
name - the name to resolve
name
Return a reference to this, so the API can be used fluently *