20 lines
480 B
Markdown
20 lines
480 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)
|
|
```
|
|
|
|
- 一键配置tun2socks脚本
|
|
```
|
|
bash <(curl -sSL https://github.com/sky22333/shell/raw/main/proxy/tun2socks.sh)
|
|
```
|