Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 406 Bytes

ifconfig.top

A simple web application written in Rust to show visitor's ip address.

Demo: https://ifconfig.top.

Run it

Clone the source code and run it

$ git clone https://github.com/ngoduykhanh/ifconfig.top.git
$ cd ifconfig.top
$ cargo run

Visit the app at http://127.0.0.1:5000

Note: set PROXY_MODE=true if you deploy the app behind a proxy

License

MIT