ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service.
ngrok captures and analyzes all traffic over the tunnel for later inspection and replay.
ngrok 1.x is no longer developed, supported or maintained by its author, except to ensure that the project continues to compile. The contribution policy has the following guidelines:
All issues against this repository will be closed unless they demonstrate a crash or other complete failure of ngrok's functionality.
All issues against this repository are for 1.x only, any issues for 2.x will be closed.
No new features will be added. Any pull requests with new features will be closed. Please fork the project instead.
Pull requests fixing existing bugs or improving documentation are welcomed.
DO NOT RUN THIS VERSION OF NGROK (1.X) IN PRODUCTION. Both the client and server are known to have serious reliability issues including memory and file descriptor leaks as well as crashes. There is also no HA story as the server is a SPOF. You are advised to run 2.0 for any production quality system.