pub fn is_wildcard_host(host: &str) -> boolExpand description
Whether host is a wildcard (“all interfaces”) address.
True for both 0.0.0.0 and its IPv6 equivalent ::, so the two are treated
alike when deciding how to describe the bind and how to advertise it.