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

https://github.com/potatomaster101/myip

Small tool to retrieve public IP address
https://github.com/potatomaster101/myip

ip ipv4 ipv6 rust

Last synced: 12 months ago
JSON representation

Small tool to retrieve public IP address

Awesome Lists containing this project

README

          

# My IP
Small tool to retrieve public IP address.

## Building
Requires [`cargo`](https://www.rust-lang.org/):
```
$ cargo build --release
```

## Running
```
$ myip
IPv4: ...
IPv6: ...
```