pub fn extract_public_ip() -> Result { let body = ureq::get("https://ifconfig.me/ip").call()?.into_string()?; Ok(body) }