VLESS(TCP_Vision、Reality、gRPC、WS)、VMess(WS)、Trojan(TCP、gRPC)、Hysteria、八合一共存脚本
Go to file
mack-a cf207b34e3 feat(伪站):update 2021-01-27 15:48:13 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2021-01-25 13:46:28 +08:00
config feat(init): init 2020-05-22 15:30:07 +08:00
documents feat(脚本): 修改tls逻辑以兼容自定义证书安装、添加自定义tls证书安装教程 2021-01-12 16:52:25 +08:00
fodder feat(伪站):update 2021-01-27 15:48:13 +08:00
shell feat(脚本): update 2020-11-21 16:41:34 +08:00
.gitignore Merge remote-tracking branch 'origin/master' 2020-05-26 09:27:56 +08:00
LICENSE feat(许可证): update 2020-11-27 09:36:28 +08:00
README.md feat(readme): update 2021-01-26 16:22:33 +08:00
install.sh feat(脚本): 添加伪装站点[音乐解锁]、修改tls逻辑判断、默认不启用订阅 2021-01-25 15:32:32 +08:00

README.md

v2ray-agent

感谢 JetBrains 提供的非商业开源软件开发授权

Thanks for non-commercial open source development authorization by JetBrains


目录


1.七合一共存脚本+伪装博客

特性

  • 支持Xray-core[XTLS]、v2ray-core [XTLS]、v2ray-core
  • 支持不同核心之间的配置文件互相读取。
  • 支持 VLESS/VMess/trojan/trojan-go-->ws的协议
  • 支持Debian、Ubuntu、Centos支持主流的cpu架构。不建议使用Centos以及低版本的系统2.3.x后不再支持Centos6
  • 支持个性化安装。
  • 无需卸载即可安装、重装任意组合。卸载脚本时无多余文件残留。
  • 支持纯ipv6ipv6注意事项
  • 支持利用ipv6排除Google的人机验证需自己申请IPv6隧道不建议使用自带的IPv6
  • 支持自定义证书安装

支持的安装类型

  • VLESS+TCP+TLS
  • VLESS+TCP+xtls-rprx-direct【推荐
  • VLESS+WS+TLS【支持CDN、ipv6】
  • VMess+TCP+TLS
  • VMess+WS+TLS【支持CDN、ipv6】
  • Trojan【推荐
  • Trojan-Go+WS【支持CDN、不支持ipv6】

线路推荐

  • 1.GIA
  • 2.上海CN2+HK
  • 3.上海联通+台湾TFN
  • 4.上海联通+Vultr东京
  • 5.广移/珠移+HKIX/CMI/NTT
  • 6.苏日IPLC+日本/美国
  • 7.莞港IPLC+HK
  • 8.广移/CN2+Cloudflare+全球
  • 9.广移/CN2/南联+香港AZ+全球
  • 10.北联+西伯利亚、伯力ttk/RT
  • 11.CN2+HE
  • 12.电信+台湾远传电信

组合推荐

  • 中专/gia ---> VLESS+TCP+TLS/XTLS、Trojan【推荐使用XTLS的xtls-rprx-direct】
  • 移动宽带 ---> VMESS+WS+TLS/Trojan-Go+WS + Cloudflare
  • Trojan建议开启Mux【多路复用】,仅需客户端开启,服务端自适应。
  • VMess/VLESS也可开启Mux效果需要自己尝试XTLS不支持Mux。仅需客户端开启服务端自适应。

注意事项

  • 修改Cloudflare->SSL/TLS->Overview->Full
  • Cloudflare ---> A记录解析的云朵必须为灰色
  • 使用纯净系统安装如使用其他脚本安装过请重新build系统再安装
  • wget: command not found [这里需要自己手动安装下wget] 如未使用过Linux点击查看安装教程
  • 不支持非root账户
  • 脚本默认屏蔽BT【已失效】
  • 中间的版本号升级意味可能不兼容之前安装的内容,如果不是追新用户或者必须升级的版本请谨慎升级。 例如 2.2.*不兼容2.1.*
  • 如发现Nginx相关问题请卸载掉自编译的nginx或者重新build系统
  • 为了节约时间反馈请带上详细截图或者按照模版规范无截图或者不按照规范的issue会被直接关闭

脚本目录

  • v2ray-core 【/etc/v2ray-agent/v2ray
  • Xray-core 【/etc/v2ray-agent/xray
  • Trojan 【/etc/v2ray-agent/trojan
  • TLS证书 【/etc/v2ray-agent/tls
  • Nginx配置文件 【/etc/nginx/conf.d/alone.conf】、Nginx伪装博客目录 【/usr/share/nginx/html

脚本常用命令

常见脚本错误处理

安装脚本

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

  • Latest release

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
  • v2.2.24
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/9ae23c13a56460d8c14f27c8eb65efc73b173f46/install.sh" && chmod 700 /root/install.sh && /root/install.sh
  • v2.1.27
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
  • 示例图

许可证

GPL-3.0

Stargazers over time

Stargazers over time