feat(readme): update

pull/534/merge
mack-a 2021-05-17 16:24:58 +08:00
parent 9e9ad8635c
commit 5fe2d475b3
2 changed files with 69 additions and 66 deletions

View File

@ -100,68 +100,16 @@
- **Oracle vps有一个额外的防火墙需要手动设置**
- **如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPCcloudflare 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)
# 示例图
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>

View File

@ -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
```