谷歌云搭建trojan-go VPS

谷歌云搭建trojan-go VPS
  1. 创建服务器并更改为Finalshell连接
  2. 设置防火墙规则
  3. 更新系统
  • yum update -y #CentOS apt update -y #Debian
  1. 安装curl
  • yum install -y curl #CentOS apt install -y curl #Debian
  1. 一键Trojan面板脚本
  • 安装/更新 source <(curl -sL https://git.io/trojan-install)卸载 source <(curl -sL https://git.io/trojan-install) –remove
  1. 更改Trojan-Go配置文件
  2. 把节点添加到v2rayN客户端
  3. 安装BBR:wget -N –no-check-certificate “https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh” && chmod +x tcp.sh && ./tcp.sh (注意:ubuntu系统请不要安装,否则会死机)