Skip to content
/ myip Public

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

License

Notifications You must be signed in to change notification settings

TimothyYe/myip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published