八合一脚本,搭建TUIC节点

1.所需条件

  1. 海外云服务器一台
  2. CloudFlare账号
  3. 可用域名一个

2.准备工作

  1. 服务器开放10个连续节点(如果采用随机端口,请全开端口)
  2. 将域名托管至CloudFlare,等待激活 点此进入CF
  3. 给域名DNS添加A记录(子域或顶域皆可),指向服务器IP,并且取消代理

3.搭建节点

  1. 通过SSH连接到服务器,执行以下代码
    • apt update -y
    • 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
      下载以后再次打开时,可以输入 vasma 快捷打开脚本
  2. 进入脚本,搭建节点
    • 服务器端口全开时:
      输入1—>输入2—>输入添加A记录的域名—>选择n—>回车(默认为1)—>回车—>回车—>回车—>回车—>回车—>输入y—>回车—>回车—>输入y—>回车—>回车—>根据宽带情况填写—>回车—>回车—>输入1—>回车
    • 服务器开启10个连续节点时:具体选择不变,当需要输入端口的时候,按照顺序填入即可

4.安装BBR加速

wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

其他

脚本开源项目地址 【项目地址

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注