ngrok本地反向代理 ngrok本地反向代理
使用ngrok可以把内网服务映射到外网
国内ngrok服务配置如下
在ngrok.exe所在的目录下添加ngrok.cfg文件
ngrok.cfg文件内容如下
server_addr: "tunnel.mobi:44433"
trust_host_root_certs: true
开启命令
ngrok -config ngrok.cfg -subdomain example 8080
参考网址:http://www.v2ex.com/t/148279
不过现在的tunnel.mobi服务器已崩掉了,已换成:gotunnel.org
及ngrok.cfg文件内容如下
server_addr: "gotunnel.org:3334"
trust_host_root_certs: true