vps常用脚本

  1. 测试三网回程脚本

    curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
    
  2. 融合怪测评脚本

    bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
    
  3. 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
    
  4. 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
    
  5. 奈飞检测脚本

    [ ! -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
    
  6. 流媒体检测脚本

    bash <(curl -L -s check.unlock.media)
    
  7. OpenAI 检测脚本

    bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)
    
  8. warp 脚本

    [ ! -e `pwd`/menu.sh ] && wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh
    bash menu.sh [option] [lisence]
    
  9. 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]
    
  10. xui 原版脚本

    bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
    
  11. xui 魔改版脚本

    bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
    
  12. hysteria 一键搭建脚本

    bash <(curl -Ls https://raw.githubusercontent.com/emptysuns/Hi_Hysteria/main/server/install.sh)
    

Q.E.D.