vertx / io.vertx.kotlin.core.dns / io.vertx.core.dns.DnsClient / resolveCNAMEAwait

resolveCNAMEAwait

suspend fun DnsClient.resolveCNAMEAwait(name: String): List<String>

Try to resolve the CNAME record for the given name.

Parameters

name - the name to resolve the CNAME for

Return
a reference to this, so the API can be used fluently. *