1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00
Yet Another ifconfig inspired by ifconfig.me
Go to file
2019-06-30 12:55:43 +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 change to whois.envs.net 2019-06-30 12:55:43 +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
main.go (*)fixed import path 2017-01-20 15:38:47 +08:00
Procfile (+)add files for deploying on coding.io 2014-11-11 11:45:32 +08:00
README.md change to whois.envs.net 2019-06-30 12:55:43 +02:00

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