alsp
is an active proxy that redirect a call from localhost to given endpoint.
This project is strongly inspired by a rodrigogs' repository (Thank you).
$ alsp --help
Usage: alsp [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://localhost)
-h, --help output usage information
$ alsp
Starting server...
Listening on http://0.0.0.0:8997 <- Use this url to be redirected to given endpoint
Redirecting requests to http://localhost
Citing the original author: "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."
In case of problems, try using ngrok. Download it and then run:
$ ngrok http 8997
Use the underlined ip.