ngrok git地址:https://github.com/inconshreveable/ngrok添加域名解析假设准备提供ngrok服务的域名,以及两个测试域名的根域名为 mydomain.com。运行 ngrok 服务端的服务器 IP 地址为 1.2.3.4添加一条A记录,主机 ngrok, 记录值 1.2.3.4添加测试域名添加 CNAME 记录, 主机test 记录值 test.ngrok.mydomain.com添加 CNAME记录 主机 test2 记录值 test2.ngrok.mydomain.com还可以添加更多……http://blog.csdn.net/lw_chen/article/details/53419665安装go语言:http://www.golangtc.com/download 安装完以后对环境的配置,接着看这篇文章从第3点开始;http://blog.csdn.net/cloume/article/details/51209493...