mirror of
https://git.envs.net/envs/ifconfig
synced 2025-11-09 04:09:12 +01:00
Yet Another ifconfig inspired by ifconfig.me
| conf | ||
| controllers | ||
| routers | ||
| static/img | ||
| views | ||
| .gitignore | ||
| .godir | ||
| .travis.yml | ||
| LICENSE | ||
| main.go | ||
| Procfile | ||
| README.md | ||
ifconfig
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is https://ip.envs.net.
Install / Build
wget -O /opt/ https://dl.google.com/go/go1.13.linux-amd64.tar.gz
tar -C /usr/local -xzf /opt/go1.13.linux-amd64.tar.gz
git clone https://github.com/envs-net/ifconfig.git
go get github.com/envs.net/ifconfig
go build main.go