suspend fun DnsClient.resolvePTRAwait(name: String): String?
Try to resolve the PTR record for the given name.
name - the name to resolve the PTR for
name
Return a reference to this, so the API can be used fluently. *