vps.sh 219 B

1234567891011
  1. #!/bin/bash
  2. # 一键安装wireguard 脚本
  3. wget -qO- git.io/fptwc | bash
  4. # 一键安装shadowsocks-libev脚本
  5. wget -qO- git.io/fhExJ | bash
  6. # V2Ray官方一键脚本
  7. bash <(curl -L -s https://install.direct/go.sh)