From 5fe2d475b3d70495ebfdeff08f643913dda45acf Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 17 May 2021 16:24:58 +0800 Subject: [PATCH] feat(readme): update --- README.md | 74 +++++------------------------------------ documents/how_to_use.md | 61 +++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 66 deletions(-) diff --git a/README.md b/README.md index 0acad7b..c37abd2 100644 --- a/README.md +++ b/README.md @@ -100,68 +100,16 @@ - **Oracle vps有一个额外的防火墙,需要手动设置** - **如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPC,cloudflare Network->gRPC** -## 脚本目录 - -### Xray-core - -- 主目录 - -``` -/etc/v2ray-agent/xray -``` - -- 配置文件目录 - -``` -/etc/v2ray-agent/xray/conf -``` - -### v2ray-core - -- 主目录 - -``` -/etc/v2ray-agent/v2ray -``` - -- 配置文件目录 - -``` -/etc/v2ray-agent/v2ray/conf -``` - -### Trojan - -- 目录 - -``` -/etc/v2ray-agent/trojan -``` - -### TLS证书 - -- 目录 - -``` -/etc/v2ray-agent/tls -``` - -### Nginx - -- Nginx配置文件 - -``` -/etc/nginx/conf.d/alone.conf -``` - -- Nginx伪装站点目录 - -``` -/usr/share/nginx/html -``` - ## [脚本使用指南](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md) +## [脚本目录](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md#5脚本目录) + +## 捐赠 + +[您可以使用我的AFF进行购买VPS捐赠](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md) + +[支持通过虚拟币向我捐赠](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation.md) + ## 安装脚本 - 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**] @@ -184,12 +132,6 @@ wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack- 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 ``` -## 捐赠 - -[您可以使用我的AFF进行购买VPS捐赠](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md) - -[支持通过虚拟币向我捐赠](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation.md) - # 示例图 diff --git a/documents/how_to_use.md b/documents/how_to_use.md index e944a2f..2cb4cf6 100644 --- a/documents/how_to_use.md +++ b/documents/how_to_use.md @@ -214,3 +214,64 @@ add_header Strict-Transport-Security "max-age=63072000" always; ## 4.VLESS+WS+TLS、VMess+WS+TLS,如果套CF,开启CF的小云朵了,那么如果把域名给换成优选IP的话 小云朵需要关闭不? - [自选ip的情况下,不需要开启云朵](https://github.com/mack-a/v2ray-agent/blob/master/documents/optimize_V2Ray.md) + +# 5.脚本目录 + +## Xray-core + +- 主目录 + +``` +/etc/v2ray-agent/xray +``` + +- 配置文件目录 + +``` +/etc/v2ray-agent/xray/conf +``` + +## v2ray-core + +- 主目录 + +``` +/etc/v2ray-agent/v2ray +``` + +- 配置文件目录 + +``` +/etc/v2ray-agent/v2ray/conf +``` + +## Trojan + +- 目录 + +``` +/etc/v2ray-agent/trojan +``` + +## TLS证书 + +- 目录 + +``` +/etc/v2ray-agent/tls +``` + +## Nginx + +- Nginx配置文件 + +``` +/etc/nginx/conf.d/alone.conf +``` + +- Nginx伪装站点目录 + +``` +/usr/share/nginx/html +``` +