Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T08:52:23.000Z (over 1 year ago)
- Last Synced: 2023-10-03T20:25:36.852Z (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.
![Example](example.png)
## 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
```