Selaa lähdekoodia

Create vps.sh

蘭雅sRGB 6 vuotta sitten
vanhempi
sitoutus
94d9d48dcd
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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)