1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00
ifconfig/README.md

24 lines
762 B
Markdown
Raw Normal View History

2014-08-14 08:13:16 +02:00
ifconfig
========
2019-06-30 12:55:43 +02:00
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https://whois.envs.net](https://whois.envs.net).
2014-08-14 11:37:00 +02:00
2019-06-30 12:56:57 +02:00
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cremesk/ifconfig/master/LICENSE)
2017-01-20 08:34:33 +01:00
2014-08-16 12:17:43 +02:00
2019-06-30 12:55:43 +02:00
Install / Build
2016-11-15 07:20:57 +01:00
----
2019-06-30 12:55:43 +02:00
```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
2015-01-10 07:20:28 +01:00
2019-06-30 12:55:43 +02:00
go get github.com/cremesk/ifconfig
go build main.go
```
2017-01-20 08:34:33 +01:00
2019-06-30 12:55:43 +02:00
Download
2017-01-20 08:34:33 +01:00
----
2019-06-30 12:55:43 +02:00
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)