checkip

Crates.iocheckip
lib.rscheckip
version0.1.0
sourcesrc
created_at2021-12-16 15:14:57.364327
updated_at2021-12-16 15:14:57.364327
descriptionRemote ip checker.
homepagehttps://github.com/kironono/checkip
repositoryhttps://github.com/kironono/checkip
max_upload_size
id499224
size49,615
Junichi Kakisako (kironono)

documentation

README

checkip

Remote IP checker.

Installation

cargo install:

cargo install checkip

Usage

USAGE:
    checkip [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --binding <binding>    Binds server to the specified IP [default: 127.0.0.1]
    -p, --port <port>          Runs server on the specified port [default: 8080]

License

checkip is distributed under the terms of the MIT license.

See the LICENSE files in this repository for more information.

Commit count: 7

cargo fmt