ichWebpass

所属分类:微信小程序
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2018-04-07 14:07:40
上 传 者sh-1993
说明:  用于内网穿透使用,应该目前工作需要开发第三方接口联调,如小程序, 微 信 ,支付宝等,同时可以满足内网家用穿透。
(For the use of intranet penetration, the current work should require the development of third-party interface joint debugging, such as applet, WeChat, Alipay, etc., which can also meet the needs of intranet home penetration.)

文件列表:
LICENSE (11357, 2018-04-07)
Releases/ (0, 2018-04-07)
Releases/Releases.7z (4306010, 2018-04-07)
Releases/ichCli/ (0, 2018-04-07)
Releases/ichCli/ichCli (5767472, 2018-04-07)
Releases/ichCli/ichCli.exe (5561856, 2018-04-07)
Releases/ichSer/ (0, 2018-04-07)
Releases/ichSer/ichSer (6216984, 2018-04-07)
Releases/ichSer/ichSer.exe (6050304, 2018-04-07)
ichCli/ (0, 2018-04-07)
ichCli/cli.go (3140, 2018-04-07)
ichCli/ichCli (5767472, 2018-04-07)
ichCli/ichCli.exe (5561856, 2018-04-07)
ichCli/main.go (1882, 2018-04-07)
ichCli/run.bat (68, 2018-04-07)
ichSer/ (0, 2018-04-07)
ichSer/ichSer (6216984, 2018-04-07)
ichSer/ichSer.exe (6050304, 2018-04-07)
ichSer/main.go (1075, 2018-04-07)
ichSer/server.go (4475, 2018-04-07)
ichSerWeb/ (0, 2018-04-07)
ichSerWeb/ichSerWeb (14014835, 2018-04-07)
ichSerWeb/ichSerWeb.exe (13994496, 2018-04-07)
ichSerWeb/main.go (1035, 2018-04-07)
ichSerWeb/model.go (862, 2018-04-07)
ichSerWeb/resources/ (0, 2018-04-07)
ichSerWeb/resources/home.html (578, 2018-04-07)
ichSerWeb/resources/index.tpl.html (3021, 2018-04-07)
ichSerWeb/resources/login.tpl.html (3582, 2018-04-07)
ichSerWeb/resources/natlist.tpl.html (2721, 2018-04-07)
ichSerWeb/resources/static/ (0, 2018-04-07)
ichSerWeb/resources/static/css/ (0, 2018-04-07)
ichSerWeb/resources/static/css/ich.css (9937, 2018-04-07)
ichSerWeb/resources/static/iconfont/ (0, 2018-04-07)
ichSerWeb/resources/static/iconfont/1.0.1/ (0, 2018-04-07)
ichSerWeb/resources/static/iconfont/1.0.1/demo.css (2656, 2018-04-07)
ichSerWeb/resources/static/iconfont/1.0.1/demo.html (8332, 2018-04-07)
ichSerWeb/resources/static/iconfont/1.0.1/iconfont.css (1782, 2018-04-07)
ichSerWeb/resources/static/iconfont/1.0.1/iconfont.eot (11704, 2018-04-07)
... ...

# ichWebpass ### 用于内网穿透使用,目前工作需要开发第三方接口联调,如小程序,微信,支付宝等,同时可以满足内网家用穿透,为了我们开发以后方便,操碎心。 ### 市面上找了一下不是收费就是功能全面,使用不方便,特此在小节日完成核心功能开发,支持跨平台,windows,linux均测试通过。 ## 功能结构 1. server端 * 接受客户端请求开通一条穿透线路 * web管理界面集中管理,对开通的穿透线路可以做停用,启用 ` todo` 2. client端 * 客户段要求简洁,支持跨平台,windows,linux,保证能直接通过外部直接访问到内网 * 一句命令启动穿透 ` 需要注意安全认证,前期简单方式使用sha密钥验证 ` ## 功能结构 版本: V 1.0 客户端,服务端无任何环境要求,就是这点golang很好,网络编程并发处理性能开发更便捷 # webSer服务端 > 1. 登陆 `P1阶段固定用户和密码,核心功能实现后对接内部平台` > 2. NAT列表 ` 停用、启用 ,起到监控作用 .. todo ...` > 3. 核心穿透服务端技术 > 4. 服务端单例命令版本:`此为初级核心版本,只需公网服务器,性能高,资源占用微小 ` >> * --tp = 开放穿透连接端口 >> * --hp = 公网HTTP端口 >> * --vkey = 启动密钥 ## [下载地址(编译版直接使用)](https://raw.githubusercontent.com/ssont/ichWebpass/master/Releases/Releases.7z) ### 服务端使用 ``` ichSer --tp=1277 --hp=8787 --vkey="mima1277" ``` # ichcli端 > 1. ICH专用穿透版,一句话命令搞定 > 2. 命令设计: >> * --addr = 远程连接地址 >> * --tp = 远程连接端口 >> * --hp = 本地需要穿透端口 >> * --rhp = 外网暴露端口 '暂时无用' >> * --vkey = 启动密钥 ### 客户端使用 ``` ichCli --addr=139.199.177.131 --tp=1277 --hp=80 --vkey="mima1277" ```

近期下载者

相关文件


收藏者