Giter Club home page Giter Club logo

ichwebpass's Introduction

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 = 启动密钥

服务端使用

  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"

ichwebpass's People

Contributors

sosont avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.