# tunnelServer **Repository Path**: LeftJson/tunnel-server ## Basic Information - **Project Name**: tunnelServer - **Description**: 基于netty开发的端口映射, 流量转发工具, 由netoo进行了大量的修改, 增加client1<->server<->client2 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-23 - **Last Updated**: 2024-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于netty的网络隧道, 端口映射 拉取代码 ``` https://gitee.com/youzilzk/tunnel-server.git ``` **服务端** 1.修改tunnel-server的config.properties 2.在tunnel-server的config_client.json中添加客户端信息 3.在tunnel-server的config_tunnel.json中添加隧道信息 务必根据模板配置 1).支持客户端端口p1映射到服务器端口p2 2).支持客户端A端口p1映射到客户端B端口p2 4.打包tunnel-server项目, 运行在服务器上 **客户端** 1.修改tunnel-client的config.properties 2.打包tunnel-client项目, 运行在客户电脑上 交流qq群: 7048217441 ![输入图片说明](tunnel-server/src/main/resources/static/assets/qrcode_1681568765803.jpg)