Xray – Reality 协议!Vless + Reality协议 + Vision流控

1、VPS 一台,新手请重置好主流的操作系统(CentOS / Debian / Ubuntu)

搭建 Reality

安装所需组件

以下命令,请根据自己的操作系统作出选择

  1. ## 以下为 CentOS 命令
  2. yum update -y
  3. yum install curl wget -y
  1. ## 以下为 Debian / Ubuntu 命令
  2. apt update -y
  3. apt install curl wget -y

安装 X-ui

  1. bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

设置 X-ui 面板

找到左侧面板设置,记录 “面板 url 根路径” ,以后访问 X-ui 面板的地址为 http://ip:端口/面板url根路径

部署 Reality 节点

2024-04-17_210748

开启 BBR 加速

以下 BBR 加速,请自选一种

1、系统自带 BBR 加速

  1. echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
  2. echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
  3. sysctl -p

2、BBRplus 加速

  1. wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

2024-04-17_210806

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容