VPS选购攻略,避坑指南

RackNerd低价VPS年付10美金【新手推荐】

RackNerd 联通AS4837、移动CMI深度评测【推荐观看】

freevod免费的观影网站

搭建最新的Vision和Reality防止VPS端口封禁

特性

脚本安装目录

  • 根目录

    /etc/v2ray-agent
  • Xray-core配置目录

    /etc/v2ray-agent/xray/conf
  • 证书目录

    /etc/v2ray-agent/tls
    /root/.acme.sh
  • warp目录

    /etc/v2ray-agent/warp
  • tuic

    /etc/v2ray-agent/tuic
  • hysteria

    /etc/v2ray-agent/hysteria

支持的协议类型

  • VLESS+TCP+Reality+uTLS+Vision【推荐

  • VLESS+gRPC+Reality+uTLS【推荐

  • VLESS+TCP+TLS_Vision【推荐

  • Hysteria+端口跳跃推荐

  • VLESS+gRPC+TLS【支持CDN、IPv6、延迟低】

  • VLESS+WS+TLS【支持CDN、IPv6】

  • Trojan+TCP+TLS

  • Trojan+gRPC+TLS【支持CDN、IPv6、延迟低】

  • VMess+WS+TLS【支持CDN、IPv6】

安装脚本

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

  • GitHub

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
  • 官方网站【备用】

wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh

使用注意事项

  • 修改Cloudflare->SSL/TLS->Overview->Full

  • Cloudflare ---> A记录解析的云朵必须为灰色【如非灰色,会影响到定时任务自动续签证书】

  • 如用CDN又同时使用直连,关闭云朵+自选IP,自选IP参考上方的Cloudflare 优化方案

  • 使用纯净系统安装,如使用其他脚本安装过并且自己无法修改错误,请重新安装系统后再次尝试安装

  • wget: command not found [这里需要自己手动安装下wget] ,如未使用过Linux,点击查看安装教程

  • 不支持非root账户

  • 如发现Nginx相关问题,请卸载掉自编译的nginx或者重新安装系统

  • 为了节约时间,反馈请带上详细截图或者按照模版规范,无截图或者不按照规范的issue会被直接关闭

  • 不推荐GCP用户使用

  • 不推荐使用Centos以及低版本的系统,如果Centos安装失败,请切换至Debian10重新尝试,脚本不再支持Centos6、Ubuntu 16.x

  • 如有使用不明白的地方请先查看脚本使用指南

  • Oracle Cloud有一个额外的防火墙,需要手动设置

  • Oracle Cloud仅支持Ubuntu

  • 如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPC,路径:cloudflare Network->gRPC

  • gRPC目前处于测试阶段,可能对你使用的客户端不兼容,如不能使用请忽略