内网穿透 https://github.com/boyrobot/ngrok

Alan Shreve 42c26b40e7 update docs 12 years ago
src 2c2b8fbc71 restructure code to isolate the environment and make the project easier to work on 12 years ago
templates f0a05f79ae color code http status responses in http ui 12 years ago
.gitignore 2c2b8fbc71 restructure code to isolate the environment and make the project easier to work on 12 years ago
Makefile 2c2b8fbc71 restructure code to isolate the environment and make the project easier to work on 12 years ago
README.md 42c26b40e7 update docs 12 years ago

README.md

ngrok

What is ngrok?

ngrok is a tool that makes it easier to develop networked services (HTTP/TCP) It is a man-in-the-middle proxy server that you run locally on your development box. It allows you to do the following things:

  • Inspect all http requests/responses sent to/from the proxied application
  • Expose a local http server to the internet on a subdomain of ngrok.com
  • Expose a local tcp server to the internet on a random port on ngrok.com

Compiling ngrok

Binaries get placed in ./bin

git clone git@github.com:inconshreveable/ngrok.git
cd ngrok && make
bin/ngrok [LOCAL PORT]