Install SSR on CentOS7 - Devinwon/article GitHub Wiki

Install SSR on CentOS7

参照:

    1. site1:http://makemoneyfastguide.com/tools-tutorials/how-to-install-shadowsocksrssr-server-in-centos-7-complete-tutorial2019/
    1. site2:https://www.mzyyun.com/study/centos-ssr.html#i-4

安装源备份:

    1. wget -N --no-check-certificate https://oss.mzyyun.com/bash/ssr.sh && chmod +x ssr.sh && bash ssr.sh
    1. wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh

安装说明:

  • 1.按照提示即可

  • 2.主要是防止IP被F了,因此建议如下组合配置:

    • 加密 : none
    • 协议 : auth_chain_a
    • 混淆 : plain
  • 3.IP被F后,需要更换IP

服务命令:

  • 1.Start ShadowsocksR: /etc/init.d/ssr start
  • 2.Stop ShadowsocksR: /etc/init.d/ssr stop
  • 3.Restart ShadowsockR: /etc/init.d/ssr restart
  • 4.Check the status of ShadowsockR:/etc/init.d/ssr status
⚠️ **GitHub.com Fallback** ⚠️