Proxy
ssr.sh
- Description: ShadowsocksR Easy Setup Tool
- Support OS: CentOS 6+ / Debian 6+ / Ubuntu 14+
Feature
- Support setting limit of user speed
- Support setting limit of the number of port devices
- Support displaying current connected IP
- Support displaying SS / SSR connection info & QRcode
- Support switching single-port / multi-port mode
- Support easy installation of BBR
Note
If you want to get location of IP, you should get the token from IP-Info
Installation
WGET
wget -N --no-cache --no-check-certificate https://raw.githubusercontent.com/carry0987/Linux-Script/master/book_source/Proxy/SSR/ssr.sh && chmod +x ssr.sh && bash ssr.sh
CURL
curl -H 'Cache-Control: no-cache' -O https://raw.githubusercontent.com/carry0987/Linux-Script/master/book_source/Proxy/SSR/ssr.sh && chmod +x ssr.sh && bash ssr.sh
Firewall
Firewall-cmd command for SSR
firewall-cmd --permanent --add-port=7382/tcp
firewall-cmd --permanent --add-port=7382/udp
firewall-cmd --reload