瀏覽代碼

Create vps.sh

蘭雅sRGB 6 年之前
父節點
當前提交
94d9d48dcd
共有 1 個文件被更改,包括 10 次插入0 次删除
  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)