✨ Simple was made with rust, to get your local ip.
[dependencies] get_local_ip = "0.1.1"
use getlocalip::get;
fn main() { // Example to use println!("{:?}", get::to_string().unwrap()); } ```