Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codecat/xipgen
- Owner: codecat
- License: mit
- Created: 2020-10-09T15:26:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T15:35:21.000Z (about 4 years ago)
- Last Synced: 2024-06-20T00:45:36.866Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
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
```