Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecat/xipgen

Generate short xip.io, nip.io, and sslip.io links.
https://github.com/codecat/xipgen

Last synced: 6 days ago
JSON representation

Generate short xip.io, nip.io, and sslip.io links.

Awesome Lists containing this project

README

        

# xipgen
Generate [xip.io](http://xip.io) links, as well as [nip.io](https://nip.io) and [sslip.io](https://sslip.io).

For example:

```
» xipgen
:: xip.io
xao79c.xip.io
192.168.0.120.xip.io

:: nip.io
192.168.0.120.nip.io
192-168-0-120.nip.io
c0a80078.nip.io

:: sslip.io
192.168.0.120.sslip.io
192-168-0-120.sslip.io
```

## Usage
```
$ xipgen [ip] [subdomain]
```

If you don't pass anything to `xipgen`, it will use your own current preferred outbound local IP address.

## Installation
While I work on getting releases on Github, you can currently install `xipgen` if you have [Go](https://golang.org) installed. Simply run the following in your command line:

```
$ go get github.com/codecat/xipgen
```