# ruphy-frp **Repository Path**: bscc16/ruphy-frp ## Basic Information - **Project Name**: ruphy-frp - **Description**: Java实现tcp透传,将内网映射到外网访问 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.cnblogs.com/muphy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-05-17 - **Last Updated**: 2023-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ruphy-frp #### 介绍 Java实现tcp透传,将内网映射到外网访问 #### 使用说明 服务端先启动,然后启动客户端 ProxyServer服务端被动等待ProxyClient内网客户端和外网应用的连接 ProxyClient客户端主动连接ProxyServer服务端和内网应用的连接,ProxyClient可以代理内网任意主机的TCP应用 使用Java编译后分别启动ProxyServer和ProxyClient #### 特技 1. Gitee 博客 [www.cnblogs.com](https://www.cnblogs.com/muphy/p/15292965.html)