pub async fn get_default_ips() -> Option<Vec<IpAddr>>
Expand description

Attempts to figure out what IP addresses you probably want to set as “source” ips for armada It will check for the default route to the internet and grab the IPs configured for that interface.