From 1fde1eca962c7d8da9654c32ba1b1089b34762aa Mon Sep 17 00:00:00 2001
From: mack-a <57424792+mack-a@users.noreply.github.com>
Date: Fri, 15 Jan 2021 14:57:16 +0800
Subject: [PATCH] =?UTF-8?q?feat(readme):=20=E6=B7=BB=E5=8A=A0=E7=89=88?=
=?UTF-8?q?=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 48 +++++++++++++++++++++++++++++++++++++-----------
1 file changed, 37 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 269aa33..09f280b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# v2ray-agent
+
- [Cloudflare 优化方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/optimize_V2Ray.md)
- [流量中转](https://github.com/mack-a/v2ray-agent/blob/master/documents/traffic_relay.md)
- [手动自建教程](https://github.com/mack-a/v2ray-agent/blob/master/documents/Cloudflare_install_manual.md)
@@ -7,22 +8,28 @@
- [公益订阅链接](https://github.com/mack-a/v2ray-agent/blob/master/documents/free_account.md)。
* * *
+
# 目录
+
- [1.脚本安装](#1vlesstcptlsvlesswstlsvmesstcptlsvmesswstlstrojan-伪装博客-五合一共存脚本)
- * [组合方式](#组合方式)
- * [组合推荐](#组合推荐)
- * [特性](#特性)
- * [注意事项](#注意事项)
- * [安装脚本](#安装脚本)
+ * [组合方式](#组合方式)
+ * [组合推荐](#组合推荐)
+ * [特性](#特性)
+ * [注意事项](#注意事项)
+ * [安装脚本](#安装脚本)
+
* * *
## 关于v2ray-core即将移除XTLS,未来的脚本修改说明
+
- 具体请[点击查看](https://github.com/mack-a/v2ray-agent/issues/32),使用脚本前必读
# 1.七合一共存脚本+伪装博客
+
- 如果没有使用过Cloudflare[点击这里](https://github.com/mack-a/v2ray-agent/blob/master/documents/cloudflare_init.md)查看入门教程
## 特性
+
- 支持[Xray-core[XTLS]](https://github.com/XTLS/Xray-core)、v2ray-core [XTLS]、v2ray-core
- 支持不同核心之间的配置文件互相读取。
- 支持 VLESS/VMess/trojan/trojan-go-->ws的协议
@@ -33,17 +40,18 @@
- 支持ipv6人机验证 **需自己申请IPv6隧道,不建议使用自带的IPv6**
- [支持自定义证书安装](https://github.com/mack-a/v2ray-agent/blob/master/documents/install_tls.md)
-
## 组合方式
+
- VLESS+TCP+TLS
- VLESS+TCP+xtls-rprx-direct【**推荐**】
-- VLESS+WS+TLS
+- VLESS+WS+TLS
- VMess+TCP+TLS
- VMess+WS+TLS
- Trojan【**推荐**】
- Trojan-Go+WS
## 线路推荐
+
- 1.GIA
- 2.上海CN2+HK
- 3.上海联通+台湾TFN
@@ -53,16 +61,18 @@
- 7.莞港IPLC+HK
## 组合推荐
+
- 中专/gia ---> VLESS+TCP+TLS/XTLS、Trojan【推荐使用XTLS的xtls-rprx-direct】
-- 移动宽带 ---> VMESS+WS+TLS/Trojan-Go+WS + Cloudflare
+- 移动宽带 ---> VMESS+WS+TLS/Trojan-Go+WS + Cloudflare
- Trojan建议开启Mux【**多路复用**】,仅需客户端开启,服务端自适应。
- VMess/VLESS也可开启Mux,效果需要自己尝试,XTLS不支持Mux。仅需客户端开启,服务端自适应。
-
## 注意事项
+
- 修改Cloudflare->SSL/TLS->Overview->Full
- Cloudflare ---> A记录解析的云朵必须为灰色
-- wget: command not found [**这里需要自己手动安装下wget**],如未使用过Linux,[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程
+- wget: command not found [**这里需要自己手动安装下wget**]
+ ,如未使用过Linux,[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程
- 脚本安装路径[**/etc/v2ray-agent**]
- 不支持非root账户
- 现在脚本进入相对稳定的时期,如果有功能不完善的地方,请提issues。
@@ -73,6 +83,7 @@
- **如果脚本显示安装TLS成功,并且想要重装或者使用不同的组合,请不要卸载脚本再安装,如果重复多次这样的操作则会导致ip、域名被拉黑无法申请TLS。**
## 脚本目录
+
- v2ray-core 【**/etc/v2ray-agent/v2ray**】
- Xray-core 【**/etc/v2ray-agent/xray**】
- Trojan 【**/etc/v2ray-agent/trojan**】
@@ -80,17 +91,32 @@
- Nginx配置文件 【**/etc/nginx/conf.d/alone.conf**】、Nginx伪装博客目录 【**/usr/share/nginx/html**】
## [脚本常用命令](https://github.com/mack-a/v2ray-agent/blob/master/documents/common_commands.md)
+
## [常见脚本错误处理](https://github.com/mack-a/v2ray-agent/blob/master/documents/shell_error.md)
+
## 安装脚本
+
+- Latest release
```
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
```
+- v2.2.24
+```
+wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/9ae23c13a56460d8c14f27c8eb65efc73b173f46/install.sh" && chmod 700 /root/install.sh && /root/install.sh
+```
+
+- v2.1.27
+```
+wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/3f8ea0aa364ae2e1e407056074c11b448396261f/install.sh" && chmod 700 /root/install.sh && /root/install.sh
+```
+
- 示例图
- 支持快捷方式启动,安装完毕后,shell输入[**vasma**]即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]
-
+
# 许可证
+
[GPL-3.0](https://github.com/mack-a/v2ray-agent/blob/master/LICENSE)
## Stargazers over time