This commit is contained in:
donggg 2023-05-20 23:07:52 +00:00
parent 11cbe2d3ed
commit 712358122b
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
### v2rany一键脚本
### v2ray一键脚本
```
wget --no-check-certificate -O v2ray.sh "https://notabug.org/donggg/v2ray5.3.0/raw/master/v2ray.sh" && sh v2ray.sh
```
### xray一键脚本
```
wget --no-check-certificate -O xray.sh "https://notabug.org/donggg/v2ray5.3.0/raw/master/xray/xray1.sh" && sh xray.sh
```