/ifconfig.top

Source code of ifconfig.top website

Primary LanguageRustMIT LicenseMIT

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