15 lines
356 B
Markdown
15 lines
356 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://github.com/sky22333/shell/raw/main/proxy/l2tp.sh)
|
|
```
|
|
|
|
- singbox全家桶脚本
|
|
```
|
|
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/singbox.sh)
|
|
```
|