Explorar el Código

Create ss_brook.sh

蘭雅sRGB hace 6 años
padre
commit
4eb868eecd
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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