ss_brook.sh 259 B

123456789101112
  1. #!/bin/bash
  2. wget -O ss_brook.tgz https://git.io/fxQuY
  3. tar -xzvf ss_brook.tgz -C /
  4. rm ss_brook.tgz
  5. systemctl enable frps
  6. systemctl enable brook
  7. systemctl enable shadowsocks-go
  8. /etc/init.d/frps start
  9. /etc/init.d/brook start
  10. /etc/init.d/shadowsocks-go start