mirror of https://github.com/mack-a/v2ray-agent
feat(readme): update
parent
d1b775984b
commit
6b7f030257
|
@ -119,6 +119,12 @@
|
|||
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
|
||||
```
|
||||
|
||||
- trojan-go(trojan)->Xray-core(trojan)【Beta】
|
||||
|
||||
```
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_remove_trojan-go/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
```
|
||||
|
||||
- Stable-v2.4.16【无gRPC】
|
||||
```
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/stable_v2.4.16/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
|
|
Loading…
Reference in New Issue