https://github.com/crabvk/myip
A command-line tool to get your external IP address
https://github.com/crabvk/myip
ip maxmind-geoip network opendns
Last synced: over 1 year ago
JSON representation
A command-line tool to get your external IP address
- Host: GitHub
- URL: https://github.com/crabvk/myip
- Owner: crabvk
- License: mit
- Created: 2021-01-03T13:49:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T08:52:23.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:26:12.588Z (over 1 year ago)
- Topics: ip, maxmind-geoip, network, opendns
- Language: Rust
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myip
A command-line tool to query your external IP address from opendns.com and GeoIP data from local MaxMind database.

## Install
1. Install [geoipupdate](https://archlinux.org/packages/community/x86_64/geoipupdate/) and follow instractions https://dev.maxmind.com/geoip/geoipupdate/
2. Install [myip-rs](https://aur.archlinux.org/packages/myip-rs/) from AUR.
## Build
```shell
cargo build --release --locked
```