Git Product home page Git Product logo

crackercat / v2ray-agent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mack-a/v2ray-agent

0.0 0.0 0.0 63.12 MB

(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装

Home Page: https://www.v2ray-agent.com

License: GNU General Public License v3.0

Shell 100.00%

v2ray-agent's Introduction

v2ray-agent

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

Thanks for non-commercial open source development authorization by JetBrains

English Version


目录


1.八合一共存脚本+伪装站点

特性

  • 支持Xray-core[XTLS]、v2ray-core
  • 支持切换前置[VLESS XTLS -> Trojan XTLS]、[Trojan XTLS -> VLESS XTLS]
  • 支持不同核心之间的配置文件互相读取
  • 支持 VLESS/VMess/trojan 协议
  • 支持Debian、Ubuntu、Centos,支持主流的cpu架构。不建议使用Centos以及低版本的系统,2.3.x后不再支持Centos6
  • 支持个性化安装
  • 支持多用户管理
  • 支持Netflix检测、支持DNS流媒体解锁、支持任意门解锁Netflix
  • 无需卸载即可安装、重装任意组合
  • 支持卸载时保留Nginx、tls证书。如果acme.sh申请的证书在有效的情况下,不会重新签发
  • 支持纯IPv6,IPv6注意事项
  • 支持IPv4[入]->IPv6分流[出]
  • 支持WARP分流
  • 支持日志管理
  • 支持多端口配置
  • 支持自定义证书安装

支持的安装类型

  • VLESS+TCP+TLS
  • VLESS+TCP+xtls-rprx-direct【推荐
  • VLESS+gRPC+TLS【支持CDN、IPv6、延迟低】
  • VLESS+WS+TLS【支持CDN、IPv6】
  • Trojan+TCP+TLS【推荐
  • Trojan+TCP+xtls-rprx-direct【推荐
  • Trojan+gRPC+TLS【支持CDN、IPv6、延迟低】
  • VMess+WS+TLS【支持CDN、IPv6】

线路推荐

  • CN2 GIA
  • 上海CN2+HK
  • AS9929
  • AS4837
  • 联通日本软银
  • 联通+**TFN
  • 联通+NTT
  • 广移/珠移+HKIX/CMI/NTT
  • 广移/CN2+Cloudflare+全球
  • 广移/CN2/南联+香港AZ+全球
  • 中转+cloudflare+落地机【可拉全球】

组合推荐

  • 中转/gia/AS4837/AS9929 ---> VLESS+TCP+TLS/XTLS、Trojan【推荐使用XTLS的xtls-rprx-direct】
  • 移动宽带 ---> VMESS+WS+TLS/VLESS+WS+TLS/VLESS+gRPC+TLS/Trojan+gRPC+TLS + Cloudflare
  • cloudflare-> VLESS+gRPC+TLS/Trojan+gRPC+TLS[多路复用、延迟低]

注意事项

  • 修改Cloudflare->SSL/TLS->Overview->Full
  • Cloudflare ---> A记录解析的云朵必须为灰色【如非灰色,会影响到定时任务自动续签证书】
  • 如用CDN又同时使用直连,关闭云朵+自选IP,自选IP参考上方的Cloudflare 优化方案
  • 使用纯净系统安装,如使用其他脚本安装过,请重新build系统再安装
  • wget: command not found [这里需要自己手动安装下wget] ,如未使用过Linux,点击查看安装教程
  • 不支持非root账户
  • 中间的版本号升级意味可能不兼容之前安装的内容,如果不是追新用户或者必须升级的版本请谨慎升级。 例如 2.2.*,不兼容2.1.*
  • 如发现Nginx相关问题,请卸载掉自编译的nginx或者重新build系统
  • 为了节约时间,反馈请带上详细截图或者按照模版规范,无截图或者不按照规范的issue会被直接关闭
  • 不建议GCP用户使用
  • 不建议使用Centos以及低版本的系统,如果Centos安装失败,请切换至Debian10重新尝试,脚本不再支持Centos6、Ubuntu 16.x
  • 如有使用不明白的地方请先查看脚本使用指南
  • Oracle vps有一个额外的防火墙,需要手动设置
  • Oracle vps仅支持Ubuntu
  • 如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPC,cloudflare Network->gRPC
  • gRPC目前处于测试阶段,可能对你使用的客户端不兼容,如不能使用请忽略
  • 低版本脚本升级高版本时无法启动问题,请点击此链接查看解决方案

脚本使用指南脚本目录

捐赠

您可以使用我的AFF进行购买VPS捐赠-博客

您可以使用我的AFF进行购买VPS捐赠-Github

支持通过虚拟币向我捐赠

安装脚本

  • 支持快捷方式启动,安装完毕后,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

示例图

许可证

GPL-3.0

Stargazers over time

Stargazers over time

v2ray-agent's People

Contributors

02015678 avatar cloudwindy avatar hexiaoyanh avatar mack-a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.