Project X GitHub: 点击跳转
简单一句话:
引用 rprx大佬的描述:Xray 是 v2ray 的超集,含更好的整体性能和 XTLS 等一系列增强,且完全兼容 v2ray-core 的功能及配置 | “配置兼容,整体更好”
前期准备工作:
1. 一个VPS 2. 一个域名(可以去freenom免费注册) 3. Cloudflare 解析域名 4. VPS 自行关闭防火墙,也就是防火墙放行 80,443 端口: 点击跳转,如何设置谷歌云防火墙规则 每周日的凌晨3点,Nginx 会自动重启以配合证书的签发定时任务进行;在此期间,节点无法正常连接,预计持续时间为若干秒至两分钟
指令 (支持 Debian 9+ / Centos7/Ubuntu)
Root 用户: sudo -i
此脚本可能需要安装:
Centos : yum install -y wget curl
Debian : apt install wget curl -y
Ubuntu: apt-get install wget -y
弹出脚本菜单: vasma
一键安装脚本:
wget -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
常用脚本下载:
bash <(curl -sL https://s.hijk.art/xray.sh)
bash <(curl -sL https://s.hijk.art/trojan-go.sh)
wget "https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
本文章由 brokenway 转载于 https://v2raytech.com/ ,文章所述不代表本站观点,法律风险由发布者自行承担,转载请注明出处!