X-UI 科学上网搭建节点
📶

X-UI 科学上网搭建节点

Tags
X-UI
Published
July 19, 2023
Author
dishdog.chen
升级&安装 脚本 apt update -y apt install curl wget socat tar -y
 
 
BBR脚本 wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
再次运行 ./tcpx.sh
 
如果出现wget找不到命令,那就是服务器没有安装wget,进行下面的操作 apt install wget -y
 
VPS安装:
apt install curl wget socat tar -y
Acme 脚本:
创建Acme账号:
~/.acme.sh/acme.sh --register-account -m xxxx@xxxx.com
申请证书:
~/.acme.sh/acme.sh --issue -d hk.guicloud.ga --standalone (其中的xxx.com请更改为你所注册且解析完成的域名)
CF测速下载: