蘭雅sRGB 6 anni fa
parent
commit
94d9d48dcd
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      vps.sh

+ 10 - 0
vps.sh

@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# 一键安装wireguard 脚本
+wget -qO- git.io/fptwc | bash
+
+# 一键安装shadowsocks-libev脚本
+wget -qO- git.io/fhExJ | bash
+
+# V2Ray官方一键脚本
+bash <(curl -L -s https://install.direct/go.sh)