mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-23 04:11:58 +01:00
24 lines
762 B
Markdown
24 lines
762 B
Markdown
ifconfig
|
|
========
|
|
|
|
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https://whois.envs.net](https://whois.envs.net).
|
|
|
|
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cremesk/ifconfig/master/LICENSE)
|
|
|
|
|
|
Install / Build
|
|
----
|
|
```bash
|
|
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](https://img.shields.io/github/release/dfordsoft/ifconfig.svg?maxAge=2592000)](https://github.com/dfordsoft/ifconfig/releases)
|