Files
shell/proxy/README.md
2025-12-31 06:02:09 +08:00

14 lines
368 B
Markdown

#### 卸载xray
```
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --purge
```
- 一键安装L2TP
国外安装
```
bash <(curl -sSL https://raw.githubusercontent.com/sky22333/shell/main/proxy/l2tp.sh)
```
国内安装
```
bash <(curl -sSL https://cdn.jsdmirror.com/gh/sky22333/shell@main/proxy/l2tp.sh)
```