diff --git a/README.md b/README.md index 41a24afc..9bb7f9a2 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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分流、任意门分流 @@ -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)安装教程 @@ -72,13 +81,13 @@ - **为了节约时间,反馈请带上详细截图或者按照模版规范,无截图或者不按照规范的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脚本目录) ## 捐赠 @@ -86,17 +95,8 @@ [您可以使用我的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 -``` # 示例图 diff --git a/documents/bbr.md b/documents/bbr.md deleted file mode 100644 index ef1c2fb0..00000000 --- a/documents/bbr.md +++ /dev/null @@ -1,6 +0,0 @@ -- 1.推荐使用最新版本的bbr+fq或者bbr+cake -``` -# 这里是别人评测的地址 -https://roov.org/2020/03/bbr-bbrplus-bbr2/ -``` -- 2.测试订阅链接用的是最新的bbr+fq diff --git a/documents/ipv6_help.md b/documents/ipv6_help.md index 59babeb3..28205560 100644 --- a/documents/ipv6_help.md +++ b/documents/ipv6_help.md @@ -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设置方法 @@ -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 -``` \ No newline at end of file +```