ifconfig/README.md

24 lines
755 B
Markdown
Raw Permalink Normal View History

2014-08-14 06:13:16 +00:00
ifconfig
========
2019-09-13 20:48:37 +00:00
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https://ip.envs.net](https://ip.envs.net).
2014-08-14 09:37:00 +00:00
2019-09-13 20:48:37 +00:00
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/envs-net/ifconfig/master/LICENSE)
2017-01-20 07:34:33 +00:00
2014-08-16 10:17:43 +00:00
2019-06-30 10:55:43 +00:00
Install / Build
2016-11-15 06:20:57 +00:00
----
2019-06-30 10:55:43 +00:00
```bash
2019-09-13 20:48:37 +00:00
wget -O /opt/ https://dl.google.com/go/go1.13.linux-amd64.tar.gz
tar -C /usr/local -xzf /opt/go1.13.linux-amd64.tar.gz
git clone https://github.com/envs-net/ifconfig.git
2015-01-10 06:20:28 +00:00
2019-09-13 20:48:37 +00:00
go get github.com/envs.net/ifconfig
2019-06-30 10:55:43 +00:00
go build main.go
```
2017-01-20 07:34:33 +00:00
2019-06-30 10:55:43 +00:00
Download
2017-01-20 07:34:33 +00:00
----
2019-06-30 10:55:43 +00: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)