ngoduykhanh / ifconfig.top

Source code of ifconfig.top website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code of ifconfig.top website

License:MIT License


Languages

Language:Rust 50.4%Language:HTML 43.4%Language:Dockerfile 6.2%