# cpp-procy **Repository Path**: dlf123/cpp-procy ## Basic Information - **Project Name**: cpp-procy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-01 - **Last Updated**: 2022-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProxyServer 一个简单的端口转发工具(代理服务器)git地址 https://gitee.com/yanjingtu/ProxyServer.git 默认监听12345,转发到22端口。 格式: 程序 目标IP 目标端口 默认 目标IP 目标端口 可以省略,默认是127.0.0.1 22 # src 自己开发的的代理转发代理服务器,应用场景,A在公网,B在私网,自己在C, C要访问B,但是B只能访问A,不能访问C, A不能访问BC,BC都可以访问A。 A上跑代理程序X(就是要开发的程序),B上跑代理程序Y(就是要开发的程序) C访问B,变成C访问A中的代理X,代理X访问代理Y,代理Y在访问B 代理X访问代理Y, 通过代理Y先访问代理X,来建立链接 boostasiotcp https://gitee.com/lieefu/boostasiotcp.git asio_tcp_sock https://gitee.com/kimfeng/asio_tcp_sock.git serverdemo https://github.com/aktkyuyo/serverdemo.git