Function turmoil::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.