gh-trending
v0.0.0
Published
[![Code Climate](https://codeclimate.com/github/rodrigogs/ilsap/badges/gpa.svg)](https://codeclimate.com/github/rodrigogs/ilsap) [![dependencies Status](https://david-dm.org/rodrigogs/ilsap/status.svg)](https://david-dm.org/rodrigogs/ilsap) [![devDependen
Downloads
1
Readme
ilsap - Intellij License Server Active Proxy
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
Alternative License Servers
If 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.