# P2P-NAT **Repository Path**: TANGMONK-MEAT/p2p-nat ## Basic Information - **Project Name**: P2P-NAT - **Description**: 基于 netty 的内网穿透程序,web控制台配置,简单易用 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 6 - **Created**: 2021-03-02 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目思维导图 [![faf2RA.png](https://z3.ax1x.com/2021/08/11/faf2RA.png)](https://imgtu.com/i/faf2RA) [![fahQWd.png](https://z3.ax1x.com/2021/08/11/fahQWd.png)](https://imgtu.com/i/fahQWd) # 升级 ## p2p-nat V1.0.1版本升级【待办】 1. 代理客户端和代理服务端建立 cmdChannel 后,长时间(例如,30分钟)没有 userChannel 建立,那么就需要关闭 开放的 port,并且 close cmdChannel,节约资源 ``` // 关闭 port for cmdChannel : cmdChannelSet cmdChannel.close() ``` > 注意:此功能,可以使用配置文件的形式,配置是否开启此功能,默认是开启的 2. 代理客户端鉴权需要加密,下发 public_key 3. 支持 UPD 协议