Giter Site home page Giter Site logo

myproxy's Introduction

/**

  • 这是一个用于端口映射及分发的小工具
  • 作者:Geek Goad
  • 主要使用场景:当一个vps或者其他的远端由于防火墙等各种限制,只能暴露一个端口给你使用的时候,但是你又想启动多个服务在远程机子上,那么你就可以借助这个小工具,实现一个端口通吃所有服务。
  • 本工具局限: 一种协议只能启动一个服务。后期可以扩展.
  • 本工具是基于应用层协议的内容差异进行分发的,如果想实现更细化的分发,可以将内容差异更细化,根据不同的应用场景执行不同的细化方案。
  • 本工具基于c实现, 已经插入了log日志,和email报警, 但是email还没用上去。
  • ps: 由于时间关系,我只实现了windows下的应用,linux下还未实现
  • 操作:
    1. 将windows下的文件(除config.ini)复制到vc中,然后使用win32配置建立项目,编译。
  •  	配置config.ini
    
  •  	比如		基于http的web服务   HTTP 
    
  •  		 	基于sftp服务		  SSH-2.0
    
  •  	格式(记得每行后面要回车)
    
  •  		SSH-2.0
    
  •  		21   
    

*/

myproxy's People

Contributors

geeksroad avatar xigang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

qq431169079

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.