A simple web application written in Rust to show visitor's ip address.
Demo: https://ifconfig.top.
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
MIT