# `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 Binds server to the specified IP [default: 127.0.0.1] -p, --port Runs server on the specified port [default: 8080] ``` ## License `checkip` is distributed under the terms of the MIT license. See the [LICENSE](LICENSE) files in this repository for more information.