vps 常用脚本
-
测试三网回程脚本
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
-
融合怪测评脚本
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
-
TCP加速 一键安装管理脚本
[ ! -e `pwd`/tcpx.sh ] && wget --no-check-certificate -O tcpx.sh https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcpx.sh && chmod +x tcpx.sh && ./tcpx.sh
-
TCP加速 一键安装管理脚本 --就是爱生活 | 94ish.me
[ ! -e `pwd`/tcp.sh ] && wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
-
奈飞检测脚本
[ ! -e `pwd`/nf ] && wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0-1/nf_linux_amd64 chmod +x nf && ./nf
-
流媒体检测脚本
bash <(curl -L -s check.unlock.media)
-
OpenAI 检测脚本
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)
-
warp 脚本
[ ! -e `pwd`/menu.sh ] && wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh bash menu.sh [option] [lisence]
-
warp-go 脚本
[ ! -e `pwd`/warp-go.sh ] && wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh bash warp-go.sh [option] [lisence]
-
xui 原版脚本
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
-
xui 魔改版脚本
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
-
hysteria 一键搭建脚本
bash <(curl -Ls https://raw.githubusercontent.com/emptysuns/Hi_Hysteria/main/server/install.sh)
评论区