v2ray-agent/README.md

66 lines
2.7 KiB
Markdown
Raw Normal View History

2020-05-22 15:30:07 +08:00
# v2ray-agent
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-10-14 14:17:25 +08:00
- [TG群](https://t.me/technologyshare)、[订阅频道-及时获取更新通知](https://t.me/v2rayagentshare)、[博客地址](https://blog.v2ray-agent.com/)
2020-10-09 18:02:16 +08:00
- [公益订阅链接【4T】](https://github.com/mack-a/v2ray-agent/blob/master/documents/free_account.md)。
2020-09-06 11:29:17 +08:00
2020-09-06 11:32:36 +08:00
* * *
2020-09-06 11:33:08 +08:00
# 目录
2020-09-23 10:49:02 +08:00
- [1.脚本安装](#1vlesstcptlsvlesswstlsvmesstcptlsvmesswstlstrojan-伪装博客-五合一共存脚本)
2020-10-05 12:02:45 +08:00
* [组合方式](#组合方式)
2020-09-23 10:49:02 +08:00
* [组合推荐](#组合推荐)
2020-10-05 12:02:45 +08:00
* [特性](#特性)
2020-09-23 10:49:02 +08:00
* [注意事项](#注意事项)
2020-10-05 12:02:45 +08:00
* [安装脚本](#安装脚本)
2020-09-06 11:32:36 +08:00
* * *
2020-09-08 14:38:42 +08:00
2020-09-28 11:37:06 +08:00
# 1.七合一共存脚本+伪装博客
2020-09-11 10:14:19 +08:00
- 如果没有使用过Cloudflare[点击这里](https://github.com/mack-a/v2ray-agent/blob/master/documents/cloudflare_init.md)查看入门教程
2020-09-23 09:55:47 +08:00
## 组合方式
- VLESS+TCP+TLS
2020-10-10 14:39:46 +08:00
- VLESS+TCP+xtls-rprx-origin
- VLESS+TCP+xtls-rprx-direct
- VLESS+WS+TLS
- VMess+TCP+TLS
- VMess+WS+TLS
- Trojan[Mux 多路复用]
- Trojan-Go+WS[Mux 多路复用]
## 组合推荐
- 中专/gia ---> VLESS+TCP+TLS/XTL or Trojan
- 移动宽带 ---> VMESS+WS+TLS/Trojan-Go+WS + Cloudflare
- Trojan建议开启Mux[多路复用],仅需客户端开启,服务端自适应。
2020-10-14 14:17:25 +08:00
- VMess/VLESS也可开启Mux效果需要自己尝试XTLS不支持MUX。仅需客户端开启服务端自适应。
2020-09-24 11:29:58 +08:00
## 特性
- VLESS/VMess/Trojan-Go三种工具合并为一个脚本可以体验不同的工具之间的不同特性、兼容更多的设备。
- 支持Debian、Ubuntu、Centos
2020-10-14 14:17:25 +08:00
- 支持个性化安装VLESS+TCP为必选其余为可选项。
2020-09-24 11:29:58 +08:00
- 脚本自动检查升级
- 自动更新TLS证书
2020-09-24 11:29:58 +08:00
2020-09-23 09:55:47 +08:00
2020-09-10 15:18:09 +08:00
## 注意事项
- 修改Cloudflare->SSL/TLS->Overview->Full
2020-09-23 10:19:19 +08:00
- Cloudflare ---> A记录解析的云朵必须为灰色
2020-10-12 17:38:09 +08:00
- Windows系统不可以使用FinalShell会导致ssh断开建议使用xshell或者原版ssh等其他工具代替
2020-09-10 17:28:46 +08:00
- wget: command not found [这里需要自己手动安装下wget]
- 脚本安装路径[/etc/v2ray-agent]
2020-09-08 14:39:41 +08:00
2020-09-10 15:18:09 +08:00
## 安装脚本
2020-08-28 09:54:31 +08:00
```
2020-09-08 14:35:07 +08:00
wget -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod +x install.sh && ./install.sh
2020-08-28 09:54:31 +08:00
```
2020-09-06 11:29:17 +08:00
- 示例图
2020-09-23 14:20:01 +08:00
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
2020-05-23 23:21:43 +08:00
2020-09-24 15:19:37 +08:00
# 许可证
[MIT](https://github.com/mack-a/v2ray-agent/blob/master/LICENSE)
## Stargazers over time
[![Stargazers over time](https://starchart.cc/mack-a/v2ray-agent.svg)](https://starchart.cc/mack-a/v2ray-agent)