mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
change to whois.envs.net
This commit is contained in:
parent
d71797f182
commit
f8d7f48b0d
24
README.md
24
README.md
@ -1,17 +1,23 @@
|
|||||||
ifconfig
|
ifconfig
|
||||||
========
|
========
|
||||||
|
|
||||||
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https://ifconfig.minidump.info](https://ifconfig.minidump.info).
|
Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https://whois.envs.net](https://whois.envs.net).
|
||||||
|
|
||||||
[![Build Status](https://secure.travis-ci.org/dfordsoft/ifconfig.png)](https://travis-ci.org/dfordsoft/ifconfig) [![GitHub release](https://img.shields.io/github/release/dfordsoft/ifconfig.svg?maxAge=2592000)](https://github.com/dfordsoft/ifconfig/releases) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dfordsoft/ifconfig/master/LICENSE)
|
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dfordsoft/ifconfig/master/LICENSE)
|
||||||
|
|
||||||
|
|
||||||
Build
|
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
|
||||||
----
|
----
|
||||||
|
|
||||||
`go get github.com/dfordsoft/ifconfig`
|
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)
|
||||||
|
|
||||||
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)
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user