浏览代码

Create ss_brook.sh

蘭雅sRGB 6 年之前
父节点
当前提交
4eb868eecd
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      ss_brook.sh

+ 12 - 0
ss_brook.sh

@@ -0,0 +1,12 @@
+#!/bin/bash
+wget -O ss_brook.tgz  https://git.io/fxQuY
+tar -xzvf ss_brook.tgz  -C /
+rm ss_frp.tgz
+
+systemctl enable frps
+systemctl enable brook
+systemctl enable shadowsocks-go
+
+/etc/init.d/frps start
+/etc/init.d/brook start
+/etc/init.d/shadowsocks-go start