TimothyYe / myip

An extremely simple Rust web application to get your public IP address.

Home Page:https://myip.biturl.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myip

An extremely simple Rust web application to get your public IP address.

Visit https://myip.biturl.top for example.

Run

cargo run

Build

cargo build --release

Docker

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

About

An extremely simple Rust web application to get your public IP address.

https://myip.biturl.top

License:MIT License


Languages

Language:Rust 82.4%Language:Dockerfile 17.6%