Install SSR on CentOS7 - Devinwon/article GitHub Wiki
-
- site1:
http://makemoneyfastguide.com/tools-tutorials/how-to-install-shadowsocksrssr-server-in-centos-7-complete-tutorial2019/
- site1:
-
- site2:
https://www.mzyyun.com/study/centos-ssr.html#i-4
- site2:
-
wget -N --no-check-certificate https://oss.mzyyun.com/bash/ssr.sh && chmod +x ssr.sh && bash ssr.sh
-
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