Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```