内网穿透
一、钉钉内网穿透
1.1 地址
https://open.dingtalk.com/document/resourcedownload/http-intranet-penetration
1.2 操作
// 1.下载DingTalk Design CLI工具
npm install dingtalk-design-cli@latest -g
// 2.检测是否成功安装
ding -v
// 3.启动钉钉内网穿透
ding ngrok --subdomain test --port 8080 // 说明:dingabcde代表访问地址,8080代表端口号,访问http://test.vaiwan.cn/xxxxx都会映射到http://127.0.0.1:8080/xxxxx
ding -config=ding.cfg -subdomain=dingabcde 8135
ding -config=ding.cfg -subdomain=zrcar 8135
本文来自博客园,作者:爱吃糖的橘猫,转载请注明原文链接:https://www.cnblogs.com/sglblog/p/16081112.html