美文网首页
Mac下的ngrok

Mac下的ngrok

作者: 风雪山神喵 | 来源:发表于2018-05-04 10:48 被阅读0次

1、公司一同事的操作:

配置:server_addr: "tunnel.qydev.com:4443"trust_host_root_certs: false

命令:./ngrok http -subdomain=lin -config=ngrok.cfg 80

报错:You may only specify one port to tunnel to on the command line, got 4: [http -subdomain=lin -config=ngrok.cfg 80]

应该使用:./ngrok -subdomain=lin -config=ngrok.cfg 80

2、MacOS下的内网穿透映射工具(ngrok)

注:文章提供的地址不是过期了,就是被墙了

3、评论:国内最新服务器:www.ngrok.cc站长还给了视频教程,很给力

4、ngrok官方文档   

注:官网还是比较靠谱,也比较全面。

5、ngrok启动本地连接

cd到文件所在目录

输入命令:

相关知识:ngrok

6、一个国内的 ngrok 服务器

7、Ngrok完美实现内网穿透

相关文章

网友评论

      本文标题:Mac下的ngrok

      本文链接:https://www.haomeiwen.com/subject/qwxdrftx.html