Files
shell/proxy/README.md
2025-07-16 12:35:21 +00:00

31 lines
845 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#### 卸载xray
```
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --purge
```
- 一键安装L2TP
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/l2tp.sh)
```
- 站群多IP源进源出节点脚本支持sk5和vless+tcp协议
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/zhanqun.sh)
```
- 快速批量搭建二级代理脚本vmess入站sk5出站
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/vmess-sk5.sh)
```
- 站群多IP源进源出节点脚本sk5协议
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/duosocks.sh)
```
- 站群多IP源进源出节点脚本vmess+ws协议
```
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/duovmess.sh)
```