https://github.com/owez/myip
Simple ip address fetching, designed for scripts
https://github.com/owez/myip
ip rust unix utility
Last synced: about 1 month ago
JSON representation
Simple ip address fetching, designed for scripts
- Host: GitHub
- URL: https://github.com/owez/myip
- Owner: Owez
- Created: 2021-05-11T14:05:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T14:16:33.000Z (about 5 years ago)
- Last Synced: 2025-01-15T06:12:59.903Z (over 1 year ago)
- Topics: ip, rust, unix, utility
- Language: HTML
- Homepage: https://myip.ogriffiths.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myip
Simple ip address fetching, designed for scripts
- **[Landing Page](https://myip.ogriffiths.com)**
## Under-the-hood
This program uses Rust for the user-installed binary which hooks to curl based locally on a user's computer. The server it connects to is found in the `server/` directory which is constantly online.
## Options
```none
Usage: myip [OPTIONS]
Simple ip address fetching, designed for scripts
Options:
--help, -h Shows this message
--verbose, -v Enables verbose mode for errors
```