Browse Source

Create ss_brook.sh

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