Browse Source

Create vps.sh

蘭雅sRGB 6 năm trước cách đây
mục cha
commit
94d9d48dcd
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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)