mirror of https://github.com/mack-a/v2ray-agent
feat(readme): update
parent
1b514d2229
commit
01ef2f1baf
|
@ -71,15 +71,11 @@
|
|||
```
|
||||
- V2Ray
|
||||
```
|
||||
# todo
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/v2ray/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
```
|
||||
- 最后一个支持XTLS的V2Ray[]
|
||||
```
|
||||
# todo
|
||||
```
|
||||
- 目前版本
|
||||
```
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/xtls_v2ray_last/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
```
|
||||
|
||||
- 示例图
|
||||
|
|
Loading…
Reference in New Issue