Yet Another ifconfig inspired by ifconfig.me https://ip.envs.net
Go to file
cremesk 00cf1bbaa4
typo
2019-08-01 19:56:21 +02:00
conf (+)add project files 2014-08-14 14:15:52 +08:00
controllers (*)fixed to make it compatible with beego 1.6 2016-11-15 14:08:59 +08:00
routers (*)fixed import path 2017-01-20 15:38:47 +08:00
static/img (+)add favicon 2014-08-14 15:15:58 +08:00
views typo 2019-08-01 19:56:21 +02:00
.gitignore Initial commit 2014-08-14 14:13:16 +08:00
.godir (+)add files for deploying on coding.io 2014-11-11 11:45:32 +08:00
.travis.yml (*)update travis configuration file 2017-01-20 15:32:22 +08:00
LICENSE Initial commit 2014-08-14 14:13:16 +08:00
Procfile (+)add files for deploying on coding.io 2014-11-11 11:45:32 +08:00
README.md typo fix 2019-06-30 12:56:57 +02:00
main.go (*)fixed import path 2017-01-20 15:38:47 +08:00

README.md

ifconfig

Yet Another ifconfig inspired by http://ifconfig.me, the online demo is https://whois.envs.net.

GitHub license

Install / Build

wget -O /opt/ https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
tar -C /usr/local -xzf /opt/go1.12.6.linux-amd64.tar.gz
git clone https://github.com/cremesk/ifconfig.git

go get github.com/cremesk/ifconfig
go build main.go

Download

Click this button to download the binary for your platform: GitHub release