githubEdit

ShadowsocksR

ShadowsocksR proxy with obfuscation and protocol plugins

ShadowsocksR (SSR) is a fork of the original Shadowsocks project with additional features including protocol plugins and obfuscation plugins, providing enhanced traffic disguise capabilities.

Server Install

# One-line install script
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh
chmod +x ssr.sh
./ssr.sh

Script Menu

# Run the management script
./ssr.sh

# Available options:
# 1. Install ShadowsocksR
# 2. Update ShadowsocksR
# 3. Uninstall ShadowsocksR
# 4. Start ShadowsocksR
# 5. Stop ShadowsocksR
# 6. Restart ShadowsocksR
# 7. Set config (port, password, encryption, protocol, obfs)
# 8. View config
# 9. View connection info

Manual Configuration

Service Management

Client

Client Configuration

Parameter
Description

Server

Server IP address

Server Port

Port configured on server

Password

Password configured on server

Encryption

Must match server (e.g., aes-256-cfb)

Protocol

Must match server (e.g., auth_sha1_v4)

Obfs

Must match server (e.g., tls1.2_ticket_auth)

Reference:

Last updated