Get your public IP addreess
cargo install publicip
USAGE:
publicip [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-4, --ipv4 <ipv4> Return the IPv4 address [default: true]
-6, --ipv6 <ipv6> Return the IPv6 address [default: false]
$ publicip
10.11.12.10
MIT