Function reverse_lookup

Source
pub fn reverse_lookup(addr: IpAddr) -> Option<String>
Expand description

Perform a reverse DNS lookup, returning the hostname if the entry exists.

Must be called from within a Turmoil simulation.