vertx / io.vertx.rxjava.core.dns / DnsClient / rxReverseLookup

rxReverseLookup

open fun rxReverseLookup(ipaddress: String): Single<String>

Try to do a reverse lookup of an IP address. This is basically the same as doing trying to resolve a PTR record but allows you to just pass in the IP address and not a valid ptr query string.

Parameters

ipaddress - the IP address to resolve the PTR for

Return