准备工作 一台服务器(非大陆) 一个域名 相关网站 阿里云官网:点击直达 申请免费证书:点击直达 免费域名网站:点击直达 域名托管平台:点击直达 相关工具 Windows版下载地址:点击下载 macOS版下载地址:点击下载 脚本命令 ContOS 安装 wget: yum -y install wgetContOS 安装 curl: yum -y install curl查看防火墙状态: firewall-cmd --state停止防火墙: systemctl stop firewalld.service禁止防火墙开机自启: systemctl disable firewalld.service安装x-ui面板: bash <(curl -Ls https://raw.githubusercontent.com/sprov065/x-ui/master/install.sh)安装bbr加速:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
