publicip

Crates.iopublicip
lib.rspublicip
version0.3.0
sourcesrc
created_at2020-11-25 01:52:52.019301
updated_at2020-11-25 21:08:57.904514
descriptionGet the public ipv4 or ipv6 address
homepage
repositoryhttps://github.com/prabirshrestha/publicip.rs
max_upload_size
id316142
size55,874
Prabir Shrestha (prabirshrestha)

documentation

README

publicip

Get your public IP addreess

Install

cargo install publicip

Usage

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]

Examples

$ publicip
10.11.12.10

License

MIT

Commit count: 22

cargo fmt