内网穿透-免费

钉钉提供的内网穿透之HTTP穿透

1、下载开源软件

git clone https://github.com/open-dingtalk/pierced.git --depth 1

2、使用测试服务

(1)启动内网服务。如:Django

python manager.py runserver 8080

 浏览量访问测试:http://127.0.0.1:8080/

(2)建立内网穿透

ding.exe -config=./ding.cfg -subdomain=yisidishangshuang 8080

 浏览量访问测试:http://yisidishangshuang.vaiwan.com/

3.1、官方说明文档:

https://ding-doc.dingtalk.com/document#/resourcedownload/http-intranet-penetration

3.2、网友说明

https://www.cnblogs.com/pxblog/p/13862376.html

原文地址:https://www.cnblogs.com/andy9468/p/14018995.html