# Proxy内网穿透
**Repository Path**: byusi/proxy
## Basic Information
- **Project Name**: Proxy内网穿透
- **Description**: 内网穿透
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://proxy.properos.cn
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 2
- **Created**: 2025-02-15
- **Last Updated**: 2026-02-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Java, Go语言, shell, Android
## README
# Proxy穿透
- [编译教程](Build.md)
- 加入官方群聊 [Telegram](https://t.me/+1_rc1TbWydVkN2I1) [QQ群](mqqapi://card/show_pslcard?src_type=internal&version=1&uin=822726278&card_type=group&source=qrcode)
- 访客记录
> 
#### 介绍
我们采用的是数据转发实现 稳定性可靠性是有保证的即便是极端的环境只要能上网就能实现穿透。
我们支持TCP和UDP协议,针对 http/https ws/wss 协议做了大量的优化工作可以更加灵活的控制。让用户使用更佳舒服简单。
#### 源项目
[](https://gitee.com/HServer/hp)
#### 多仓库
- Gitee:
```url
https://gitee.com/byusi/proxy
```
- GitHub:
```url
https://github.com/ByUsiTeam/Proxy
```
### **Termux**和**Linux**快速部署脚本
- Gitee
```bash
bash -c "$(curl -sSL https://gitee.com/byusi/proxy/raw/master/shell/install2.sh)"
```
- GitHub
```bash
bash -c "$(curl -sSL https://raw.githubusercontent.com/ByUsiTeam/Proxy/master/shell/install2.sh)"
```
### **Termux**和**Linux**快速解除部署脚本
- Gitee
```bash
bash -c "$(curl -sSL https://gitee.com/byusi/proxy/raw/master/shell/uninstall.sh)"
```
- GitHub
```bash
bash -c "(curl -sSL https://raw.githubusercontent.com/ByUsiTeam/Proxy/master/shell/uninstall.sh)"
```
### 原理图
## 云后台管理web
### 安卓客服端
[](https://gitee.com/byusi/proxy-client)
### Golang客服端
为了跨平台我们提供golang的实现
