mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
764 B
764 B
ifconfig
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is https://whois.envs.net.
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