0.0.0 • Published 6 years ago

gh-trending v0.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

ilsap - Intellij License Server Active Proxy

Code Climate dependencies Status devDependency Status npm npm version

Since Jetbrains started to blacklist license servers by hostname, it's being a pain in the ass to find a working one. So this is an active proxy for Intellij license servers, that masks a license server into your localhost. Just create a startup script to call ilsap, configure your IDE to activate from the localhost and YOLO!

Install

node 7.6 > required

$ npm install ilsap -g

Usage

$ ilsap --help

  Usage: ilsap [options]

Options:

-V, --version          output the version number
-h, --host <host>      hostname to listen on (default: 0.0.0.0)
-p, --port <port>      port to listen on (default: 8997)
-s, --server <server>  license server url (default: http://xidea.online)
-n, --ngrok            start a ngrok server pointed to your local port
-h, --help             output usage information
> `$ ilsap`

Starting server... Listening on http://0.0.0.0:8997 <- Use this url to register your product Redirecting requests to http://xidea.online

![ilsap](https://thumbs.gfycat.com/PertinentCorruptAztecant-size_restricted.gif)

### Alternative License Servers
If [xidea.online](http://xidea.online) doesn't work for you, try the following servers:

* http://www.imsxm.com/jetbrains-license-server.html
* http://jetbrains.license.laucyun.com
* http://idea.ibdyr.com

### Disclaimer
I don't really give a fuck about disclaimers, intellectual property or code of conduct for open source projects(mainly), so... just use it as you want to.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rodrigogs/ilsap/blob/master/LICENSE) © Rodrigo Gomes da Silva