Skip to content

imqw/pierced-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pierced

钉钉内网穿透

TCP 穿透需要在数据库里面执行: GRANT ALL PRIVILEGES ON . TO root@'%' IDENTIFIED BY '123456'; FLUSH PRIVILEGES; 数据库连接命令: mysql -h vaiwan.com -u root -p -P 1234 //端口号地址

启动工具,执行命令“./ding -config=./ding.cfg -subdomain=域名前缀 端口”,以mac为例:

./ding -config=./ding.cfg -subdomain=qiuwei 8080

2.启动完客户端后,你访问http://abcde.vaiwan.com/xxxxx都会映射到 http://127.0.0.1:8080/xxxxx。

About

钉钉的内网穿透工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors