This commit is contained in:
233boy
2023-05-13 14:42:26 +08:00
parent e54dceae44
commit db4ba8613f

View File

@@ -2,8 +2,19 @@
这是一个固定 v4.45.2 版本的 V2RAY 脚本安装, 避免一些莫名其妙无法运行的问题。
## 警告
此脚本版本已废弃,不再添加任何功能,也不修复任何问题。
请使用https://github.com/233boy/v2ray/tree/master
除非你有特殊需求,要不然请尽量不要使用此版本。
## 安装
```bash
bash <(curl -sL https://git.io/v2ray.sh) online old
git clone https://github.com/233boy/v2ray old_v2ray -b old --depth=1
cd old_v2ray
chmod +x i*
./i* local
```