前言
记录一下从新机到垂帘听雨的全过程,方便以后操作。
操作环境
- 软件:纯净Debian 10
- 硬件:莫斯科1C0.5G小鸡
既然是纯净,开机先来一下:
sudo apt-get update
sudo apt-get install wget vim
BBR安装
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh
我选的BBRPlus。
X-ray安装
使用[mack-a/v2ray-agent]((https://github.com/mack-a/v2ray-agent)安装:
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
选了XTLS组合。
Brook转发
curl -L https://github.com/txthinking/brook/releases/latest/download/brook_linux_amd64 -o /usr/bin/brook
chmod +x /usr/bin/brook
设置:
nohup brook relay -f :转发端口 -t (目标ip):目标端口 > /dev/null 2>&1 &
完成。