内网穿透 https://github.com/boyrobot/ngrok
![]() |
12 years ago | |
---|---|---|
client | 12 years ago | |
conn | 12 years ago | |
log | 12 years ago | |
main | 12 years ago | |
proto | 12 years ago | |
server | 12 years ago | |
templates | 12 years ago | |
.gitignore | 12 years ago | |
Makefile | 12 years ago | |
README.md | 12 years ago |
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
Binaries get placed in ./bin
git clone git@github.com:inconshreveable/ngrok.git
cd ngrok
go get -d ./...
make
bin/ngrok [LOCAL PORT]