# Proxy内网穿透 **Repository Path**: zhoulijun1976/proxy ## Basic Information - **Project Name**: Proxy内网穿透 - **Description**: 内网穿透 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://pro.byusi.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-03-31 - **Last Updated**: 2025-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Proxy内网穿透 - 访客记录 > ![访客记录](https://count.kjchmc.cn/get/@ByUsi-Proxy?theme=rule34) #### 介绍 我们采用的是数据转发实现 稳定性可靠性是有保证的即便是极端的环境只要能上网就能实现穿透。 我们支持TCP和UDP协议,针对 http/https ws/wss 协议做了大量的优化工作可以更加灵活的控制。让用户使用更佳舒服简单。 #### 多仓库 - Gitee: ```url https://gitee.com/byusi/proxy ``` - GitHub: ```url https://github.com/ByUsiTeam/Proxy ``` ### **Termux**和**Linux**快速部署脚本 - Gitee ```bash curl -sSL https://gitee.com/byusi/proxy/raw/master/shell/install.sh > install.sh && bash install.sh ``` - GitHub ```bash curl -sSL https://raw.githubusercontent.com/ByUsiTeam/Proxy/master/shell/install.sh > install.sh && bash install.sh ``` ### **Termux**和**Linux**快速解除部署脚本 - Gitee ```bash curl -sSL https://gitee.com/byusi/proxy/raw/master/shell/uninstall.sh > uninstall.sh && bash uninstall.sh ``` - GitHub ```bash curl -sSL https://raw.githubusercontent.com/ByUsiTeam/Proxy/master/shell/uninstall.sh > uninstall.sh && bash uninstall.sh ``` ### 原理图 ## 云后台管理web ### 安卓客服端 ### Golang客服端 为了跨平台我们提供golang的实现