https://github.com/timothyye/myip
An extremely simple Rust web application to get your public IP address.
https://github.com/timothyye/myip
getip myip
Last synced: 8 months ago
JSON representation
An extremely simple Rust web application to get your public IP address.
- Host: GitHub
- URL: https://github.com/timothyye/myip
- Owner: TimothyYe
- License: mit
- Created: 2019-04-17T14:18:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T05:34:27.000Z (over 2 years ago)
- Last Synced: 2025-05-19T12:49:08.940Z (about 1 year ago)
- Topics: getip, myip
- Language: Rust
- Homepage: https://myip.biturl.top
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myip
An extremely simple Rust web application to get your public IP address.
Visit [https://myip.biturl.top](https://myip.biturl.top) for example.
## Run
```bash
cargo run
```
## Build
```bash
cargo build --release
```
## Docker
```bash
docker run -d --name=myip --restart=always -p 8000:8000 timothyye/myip:latest
```
Then, visit `http://your-host-url:8000` to get your IP.
## License
[MIT License](https://github.com/TimothyYe/myip/blob/master/LICENSE)