Ver Fonte

Create ss_brook.sh

蘭雅sRGB há 6 anos atrás
pai
commit
4eb868eecd
1 ficheiros alterados com 12 adições e 0 exclusões
  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