v2ray-agent/README.md

151 lines
6.8 KiB
Markdown
Raw Normal View History

2020-05-22 15:30:07 +08:00
# v2ray-agent
2021-01-25 11:57:29 +08:00
2021-01-15 16:56:51 +08:00
> [感谢 JetBrains 提供的非商业开源软件开发授权](https://www.jetbrains.com/?from=v2ray-agent)
> [Thanks for non-commercial open source development authorization by JetBrains](https://www.jetbrains.com/?from=v2ray-agent)
2021-01-15 14:57:16 +08:00
2021-02-23 10:31:19 +08:00
> [English Version](https://github.com/mack-a/v2ray-agent/blob/master/documents/en/README_EN.md)
2020-09-06 11:35:52 +08:00
- [Cloudflare 优化方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/optimize_V2Ray.md)
2020-09-06 11:29:17 +08:00
- [流量中转](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)
2020-12-16 17:49:43 +08:00
- [ssh入门教程](https://www.v2ray-agent.com/2020-12-16-ssh%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B)
2021-11-19 22:28:57 +08:00
- [TG群](https://t.me/technologyshare)、[TG频道-更新通知](https://t.me/joinchat/VuYxsKnlIQp3VRw-)、[博客地址](https://www.v2ray-agent.com/)
2021-03-01 16:12:54 +08:00
- **请给个⭐支持一下**
2020-09-06 11:29:17 +08:00
2020-09-06 11:32:36 +08:00
* * *
2021-01-15 14:57:16 +08:00
2020-09-06 11:33:08 +08:00
# 目录
2021-01-15 14:57:16 +08:00
2021-02-23 10:31:19 +08:00
- [1.脚本安装](#1vlesstcptlsvlesswstlsvmesstcptlsvmesswstlstrojan-伪装站点-五合一共存脚本)
2021-04-06 10:43:31 +08:00
- [组合方式](#组合方式)
- [组合推荐](#组合推荐)
- [特性](#特性)
- [注意事项](#注意事项)
- [安装脚本](#安装脚本)
2021-01-15 14:57:16 +08:00
2020-09-06 11:32:36 +08:00
* * *
2020-11-29 14:45:06 +08:00
2021-04-28 17:23:23 +08:00
# 1.八合一共存脚本+伪装站点
2021-01-25 11:57:29 +08:00
2021-01-26 16:15:47 +08:00
- [Cloudflare入门教程](https://github.com/mack-a/v2ray-agent/blob/master/documents/cloudflare_init.md)
2020-09-23 09:55:47 +08:00
2020-12-02 11:12:42 +08:00
## 特性
2021-01-15 14:57:16 +08:00
2021-07-02 11:52:25 +08:00
- 支持[Xray-core[XTLS]](https://github.com/XTLS/Xray-core)、v2ray-core
- 支持切换前置[VLESS XTLS -> Trojan XTLS]、[Trojan XTLS -> VLESS XTLS]
2021-03-01 13:57:37 +08:00
- 支持不同核心之间的配置文件互相读取
2021-05-24 16:26:49 +08:00
- 支持 VLESS/VMess/trojan 协议
2021-01-15 15:06:00 +08:00
- 支持Debian、Ubuntu、Centos支持主流的cpu架构。**不建议使用Centos以及低版本的系统2.3.x后不再支持Centos6**
2021-03-01 13:57:37 +08:00
- 支持个性化安装
- 支持多用户管理
- 支持Netflix检测、支持DNS流媒体解锁、支持任意门解锁Netflix
2021-03-10 14:38:59 +08:00
- 无需卸载即可安装、重装任意组合
2021-05-24 16:26:49 +08:00
- 支持卸载时保留Nginx、tls证书。如果acme.sh申请的证书在有效的情况下不会重新签发
2021-05-04 19:28:42 +08:00
- 支持纯IPv6[IPv6注意事项](https://github.com/mack-a/v2ray-agent/blob/master/documents/ipv6_help.md)
2021-05-24 16:26:49 +08:00
- 支持IPv4[入]->IPv6分流[出]
2021-07-02 11:52:25 +08:00
- 支持WARP分流
2021-04-18 22:40:29 +08:00
- 支持日志管理
- 支持多端口配置
- [支持自定义证书安装](https://github.com/mack-a/v2ray-agent/blob/master/documents/install_tls.md)
2020-12-02 11:12:42 +08:00
2021-01-26 16:15:47 +08:00
## 支持的安装类型
2021-01-15 14:57:16 +08:00
- VLESS+TCP+TLS
2020-12-02 11:06:13 +08:00
- VLESS+TCP+xtls-rprx-direct【**推荐**】
2021-07-02 11:53:59 +08:00
- VLESS+gRPC+TLS【支持CDN、IPv6、延迟低】
2021-01-27 16:52:50 +08:00
- VLESS+WS+TLS【支持CDN、IPv6】
2021-07-02 11:47:35 +08:00
- Trojan+TCP+TLS【**推荐**】
- Trojan+TCP+xtls-rprx-direct【**推荐**】
2021-07-02 11:53:59 +08:00
- Trojan+gRPC+TLS【支持CDN、IPv6、延迟低】
2021-01-27 16:52:50 +08:00
- VMess+WS+TLS【支持CDN、IPv6】
2021-07-02 11:47:35 +08:00
2020-11-08 13:17:40 +08:00
## 线路推荐
2021-01-15 14:57:16 +08:00
2020-11-08 13:20:56 +08:00
- 1.GIA
2020-11-08 13:17:21 +08:00
- 2.上海CN2+HK
- 3.上海联通+台湾TFN
- 4.上海联通+Vultr东京
2021-01-26 16:15:47 +08:00
- 5.广移/珠移+HKIX/CMI/NTT
2020-11-08 13:18:34 +08:00
- 6.苏日IPLC+日本/美国
- 7.莞港IPLC+HK
2021-01-26 16:15:47 +08:00
- 8.广移/CN2+Cloudflare+全球
2021-01-26 16:22:33 +08:00
- 9.广移/CN2/南联+香港AZ+全球
2021-01-26 16:15:47 +08:00
- 10.北联+西伯利亚、伯力ttk/RT
- 11.CN2+HE
2021-01-26 16:22:33 +08:00
- 12.电信+台湾远传电信
2021-04-18 22:40:29 +08:00
- 13.CN2+JP NTT
- 14.中转+cloudflare+落地机【可拉全球】
## 组合推荐
2021-01-15 14:57:16 +08:00
2021-04-12 17:57:09 +08:00
- 中转/gia ---> VLESS+TCP+TLS/XTLS、Trojan【推荐使用XTLS的xtls-rprx-direct】
2021-07-02 11:52:25 +08:00
- 移动宽带 ---> VMESS+WS+TLS/VLESS+WS+TLS/VLESS+gRPC+TLS/Trojan+gRPC+TLS + Cloudflare
- cloudflare-> VLESS+gRPC+TLS/Trojan+gRPC+TLS[多路复用、延迟低]
2020-09-10 15:18:09 +08:00
## 注意事项
2021-01-15 14:57:16 +08:00
2021-03-10 14:38:59 +08:00
- **修改Cloudflare->SSL/TLS->Overview->Full**
2021-06-23 10:54:38 +08:00
- **Cloudflare ---> A记录解析的云朵必须为灰色【如非灰色会影响到定时任务自动续签证书】**
2021-01-26 16:19:15 +08:00
- **使用纯净系统安装如使用其他脚本安装过请重新build系统再安装**
2021-01-15 14:57:16 +08:00
- wget: command not found [**这里需要自己手动安装下wget**]
如未使用过Linux[点击查看](https://github.com/mack-a/v2ray-agent/tree/master/documents/install_tools.md)安装教程
2020-11-16 10:13:58 +08:00
- 不支持非root账户
2020-12-19 22:31:59 +08:00
- **中间的版本号升级意味可能不兼容之前安装的内容,如果不是追新用户或者必须升级的版本请谨慎升级。** 例如 2.2.\*不兼容2.1.\*
2021-01-26 16:19:15 +08:00
- **如发现Nginx相关问题请卸载掉自编译的nginx或者重新build系统**
2021-01-26 16:15:47 +08:00
- **为了节约时间反馈请带上详细截图或者按照模版规范无截图或者不按照规范的issue会被直接关闭**
2021-02-03 11:50:08 +08:00
- **不建议GCP用户使用**
2021-05-26 15:35:03 +08:00
- **不建议使用Centos以及低版本的系统如果Centos安装失败请切换至Debian10重新尝试脚本不再支持Centos6、Ubuntu 16.x**
2021-04-18 22:36:47 +08:00
- **[如有使用不明白的地方请先查看脚本使用指南](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md)**
2021-04-23 10:05:37 +08:00
- **Oracle vps有一个额外的防火墙需要手动设置**
2021-05-08 13:51:53 +08:00
- **如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPCcloudflare Network->gRPC**
2021-07-04 19:48:12 +08:00
- **gRPC目前处于测试阶段可能对你使用的客户端不兼容如不能使用请忽略**
- **低版本脚本升级高版本时无法启动问题,[请点击此链接查看解决方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md#4%E4%BD%8E%E7%89%88%E6%9C%AC%E5%8D%87%E7%BA%A7%E9%AB%98%E7%89%88%E6%9C%AC%E5%90%8E%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%E6%A0%B8%E5%BF%83)**
2020-11-20 09:40:54 +08:00
2021-05-17 16:26:19 +08:00
## [脚本使用指南](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脚本目录)
2021-04-19 17:01:01 +08:00
2021-05-17 16:24:58 +08:00
## 捐赠
2021-04-19 17:01:01 +08:00
2021-11-09 16:02:11 +08:00
[您可以使用我的AFF进行购买VPS捐赠-博客](https://www.v2ray-agent.com/%E6%82%A8%E5%8F%AF%E4%BB%A5%E9%80%9A%E8%BF%87%E6%88%91%E7%9A%84AFF%E8%B4%AD%E4%B9%B0vps%E6%8D%90%E8%B5%A0)
[您可以使用我的AFF进行购买VPS捐赠-Github](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md)
2020-11-29 14:42:44 +08:00
2021-05-17 16:24:58 +08:00
[支持通过虚拟币向我捐赠](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation.md)
2021-03-01 14:00:31 +08:00
2021-11-24 17:54:47 +08:00
[comment]: <> (## 客户端推荐)
[comment]: <> (- Android)
[comment]: <> ( - [AnXray]&#40;https://github.com/XTLS/AnXray/releases&#41;)
[comment]: <> (- iOS)
[comment]: <> ( - Shadowrocket)
[comment]: <> (- windows/Mac/Linux)
[comment]: <> ( - [Qv2ray]&#40;https://github.com/Qv2ray/Qv2ray/actions&#41;[推荐action版本])
2021-06-28 14:59:15 +08:00
2020-09-10 15:18:09 +08:00
## 安装脚本
2021-01-15 14:57:16 +08:00
2021-04-18 22:41:41 +08:00
- 支持快捷方式启动安装完毕后shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]
2021-01-26 16:15:47 +08:00
2021-04-18 22:42:42 +08:00
- Latest Version【推荐】
2021-01-15 15:06:00 +08:00
2020-11-20 09:40:54 +08:00
```
2020-11-21 00:19:31 +08:00
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
2020-11-20 09:40:54 +08:00
```
2020-11-16 10:03:47 +08:00
2021-04-19 17:02:07 +08:00
# 示例图
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
2020-09-24 15:19:37 +08:00
# 许可证
2021-01-15 14:57:16 +08:00
2020-11-27 11:16:48 +08:00
[GPL-3.0](https://github.com/mack-a/v2ray-agent/blob/master/LICENSE)
2020-09-24 15:19:37 +08:00
## Stargazers over time
[![Stargazers over time](https://starchart.cc/mack-a/v2ray-agent.svg)](https://starchart.cc/mack-a/v2ray-agent)