Skip to content

Commit

Permalink
feat(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Mar 20, 2023
1 parent 30835c0 commit 440c432
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
> [English Version](https://github.com/mack-a/v2ray-agent/blob/master/documents/en/README_EN.md)
- [Cloudflare 优化方案](https://www.v2ray-agent.com/archives/cloudflarezi-xuan-ip)
- [手动自建教程](https://github.com/mack-a/v2ray-agent/blob/master/documents/Cloudflare_install_manual.md)
- [ssh入门教程](https://www.v2ray-agent.com/archives/sshpei-zhi-ssh-key)

- [TG群](https://t.me/technologyshare)[TG频道-更新通知](https://t.me/v2rayAgentChannel)[博客地址](https://www.v2ray-agent.com/)
Expand All @@ -33,7 +32,7 @@
- 支持不同核心之间的配置文件互相读取
- 支持 VLESS/VMess/Trojan/hysteria 协议
- 支持Debian、Ubuntu、Centos系统,支持主流的cpu架构。
- 支持任意组合安装、支持多用户管理、支持DNS流媒体解锁、支持添加多端口、[支持任意门转发流量,可用于解锁Netflix、Google人机验证等](https://github.com/mack-a/v2ray-agent/blob/master/documents/netflix/dokodemo-unblock_netflix.md)
- 支持任意组合安装、支持多用户管理、支持DNS流媒体解锁、支持添加多端口、[支持任意门转发流量,可用于解锁Netflix、Google人机验证等](https://www.v2ray-agent.com/archives/li-yong-ren-yi-men-dokodemo-door-jin-xing-liu-mei-ti-jie-suo)
- 支持卸载后保留tls证书
- 支持IPv6,[IPv6注意事项](https://github.com/mack-a/v2ray-agent/blob/master/documents/ipv6_help.md)
- 支持WARP分流、IPv6分流、任意门分流
Expand All @@ -59,11 +58,21 @@
- [CMI](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md#5cmi)
- 中转+cloudflare+落地机【可拉全球】

## 安装脚本

- 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]

- Latest Version【推荐】

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

## 注意事项

- **修改Cloudflare->SSL/TLS->Overview->Full**
- **Cloudflare ---> A记录解析的云朵必须为灰色【如非灰色,会影响到定时任务自动续签证书】**
- **如用CDN又同时使用直连,关闭云朵+自选IP,自选IP参考上方的[Cloudflare 优化方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/optimize_V2Ray.md)**
- **如用CDN又同时使用直连,关闭云朵+自选IP,自选IP参考上方的[Cloudflare 优化方案](https://www.v2ray-agent.com/archives/cloudflarezi-xuan-ip)**
- **使用纯净系统安装,如使用其他脚本安装过并且自己无法修改错误,请重新安装系统后再次尝试安装**
- wget: command not found [**这里需要自己手动安装下wget**]
,如未使用过Linux,[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程
Expand All @@ -72,31 +81,22 @@
- **为了节约时间,反馈请带上详细截图或者按照模版规范,无截图或者不按照规范的issue会被直接关闭**
- **不推荐GCP用户使用**
- **不推荐使用Centos以及低版本的系统,如果Centos安装失败,请切换至Debian10重新尝试,脚本不再支持Centos6、Ubuntu 16.x**
- **[如有使用不明白的地方请先查看脚本使用指南](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md)**
- **[如有使用不明白的地方请先查看脚本使用指南](https://www.v2ray-agent.com/archives/1679107451697)**
- **Oracle Cloud有一个额外的防火墙,需要手动设置**
- **Oracle Cloud仅支持Ubuntu**
- **如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPC,路径:cloudflare Network->gRPC**
- **gRPC目前处于测试阶段,可能对你使用的客户端不兼容,如不能使用请忽略**

## [脚本使用指南](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脚本目录)
## [脚本使用指南](https://www.v2ray-agent.com/archives/1679107451697)[脚本目录](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md#5脚本目录)

## 捐赠

[您可以使用我的AFF进行购买VPS捐赠-博客](https://www.v2ray-agent.com/categories/vps)

[您可以使用我的AFF进行购买VPS捐赠-Github](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)
[支持通过虚拟币向我捐赠](https://www.v2ray-agent.com/1679123834836)

## 安装脚本

- 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]

- Latest Version【推荐】

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


# 示例图
Expand Down
6 changes: 0 additions & 6 deletions documents/bbr.md

This file was deleted.

4 changes: 2 additions & 2 deletions documents/ipv6_help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 注意事项
- ipv6在本地环境只支持ipv4的情况下,只可以使用Cloudflare【Trojan-Go ws、VLESS+TLS+WS、VMess+TLS+WS】
- ipv6可以结合此文档,使用自选ip实现更优的网络体验,[Cloudflare 优化方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/optimize_V2Ray.md)
- ipv6可以结合此文档,使用自选ip实现更优的网络体验,[Cloudflare 优化方案](https://www.v2ray-agent.com/archives/cloudflarezi-xuan-ip)
- ipv6 vps需设置NAT64来下载脚本以及脚本中需要下载文件的问题

# NAT64设置方法
Expand All @@ -23,4 +23,4 @@ echo -e "nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6" > /etc/resolv.c
2a03:7900:2:0:31:3:104:161
2a00:1098:2c::1
2a09:11c0:100::53
```
```

0 comments on commit 440c432

Please sign in to comment.