Git Product home page Git Product logo

tunnel's Introduction

本项目是干什么的?

本项目旨在提供任何基于TCP协议的客户端与服务端程序之间的隧道服务。 编译本项目后可生成可执行文件localremote

  1. local为隧道服务客户端,负责接入被代理的客户端,然后将从被代理客户端接收到的数据转发到remote
  2. remote为隧道服务服务端,负责从local接收数据,然后转发给被代理服务端

具体的数据交互示意图如下:

可以看出来,这实际就是我们平常所说的端口转发。

应用场景

比如,我们想通过基于HTTP透明代理的方式将上网流量代理到境外主机,以保护本机不受监控, 那就可以用到本项目。

tunnel's People

Contributors

ruleless 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.