Function lookup_many

Source
pub fn lookup_many(addr: impl ToIpAddrs) -> Vec<IpAddr>
Expand description

Lookup an IP address by host name. Use regex to match a number of hosts.

Must be called from within a Turmoil simulation.