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
- Host: GitHub
- URL: https://github.com/potatomaster101/myip
- Owner: PotatoMaster101
- License: mit
- Created: 2022-01-28T11:28:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T23:29:50.000Z (about 2 years ago)
- Last Synced: 2025-02-21T09:48:43.608Z (over 1 year ago)
- Topics: ip, ipv4, ipv6, rust
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: ...
```