http://blog.lazybee.me/wechat-development/
html
http://www.zhihu.com/question/25456655shell
找到一個更加方便的工具。dom
直接映射本地端口。很不錯。推薦使用。post
下載 ui
ngrok.cfgspa
ngrok_for_win_64bit.zipcode
這個兩個文件。而後將zip中exe文件解壓縮出來,將下載的ngrok.cfg文件放到和ngrok.exe同一個目錄中。htm
作一個bat文件,內容以下。blog
@echo off .\ngrok -config ngrok.cfg -subdomain AXX01 AXX02
其中,AXX01是你想要的二級域名。AXX02是須要映射的端口。
啓動結果以下:
ngrok (Ctrl+C to quit) Tunnel Status online Version 1.7/1.7 Forwarding http://AXX01.tunnel.mobi -> 127.0.0.1:AXX02 Forwarding https://AXX01.tunnel.mobi -> 127.0.0.1:AXX02 Web Interface 127.0.0.1:4040 # Conn 0 Avg Conn Time 0.00ms
這樣,直接訪問這個地址,就能夠映射到本地服務了。
WebInterface是監視端口。能夠查看每次轉發內容和響應內容。
https://imququ.com/post/self-hosted-ngrokd.html