feat(readme): update

pull/534/merge
mack-a 2021-07-02 11:47:35 +08:00
parent 4995a108ed
commit fd9963fe33
1 changed files with 4 additions and 8 deletions

View File

@ -54,10 +54,11 @@
- VLESS+TCP+xtls-rprx-direct【**推荐**】
- VLESS+gRPC+TLS【支持CDN、IPv6】
- VLESS+WS+TLS【支持CDN、IPv6】
- VMess+TCP+TLS
- Trojan+TCP+TLS【**推荐**】
- Trojan+TCP+xtls-rprx-direct【**推荐**】
- Trojan+gRPC+TLS【支持CDN、IPv6】
- VMess+WS+TLS【支持CDN、IPv6】
- Trojan【**推荐**】
- Trojan-Go+WS【支持CDN、不支持IPv6】
## 线路推荐
@ -127,11 +128,6 @@
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
```
- dev_trojan_gRPC【Beta】
```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_trojan/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