最新reality协议安装
1. 更新组件
apt update -y && apt upgrade -y
2. 安装常用组件
apt install curl -y && apt install socat -y && apt install wget -y
3. 安装BBR
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
4. 安装reality协议X-UI
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)