use async_std::task; pub fn find_public_address() -> Option { task::block_on(public_ip::addr()) }