eternal-flame-ad/docker-shadowsocksrr — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2018-06-17
Set up a private encrypted proxy server on a remote VPS to browse securely.
Bypass network restrictions by disguising your traffic as normal web traffic.
Run a self-hosted VPN-like relay service using a single Docker command.
| eternal-flame-ad/docker-shadowsocksrr | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | — | CSS | Python |
| Last pushed | 2018-06-17 | 2022-10-03 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | ops devops | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires basic Docker knowledge and you must change the default password for security.
This project packages ShadowsocksRR, a tool for creating an encrypted proxy server, into a format that runs easily in Docker. In plain terms, it lets you set up a private relay server that scrambles your internet traffic, helping you browse securely and bypass network restrictions. Because ShadowsocksR itself is no longer actively maintained, this image is built from a community continuation called ShadowsocksRR, which remains fully compatible with the original. Setting it up involves running a single command that spins up the server container. You configure it by passing a few simple settings as environment variables. The main things you need to specify are a password for connecting, a port number, and an "obfuscation" method, a technique that disguises your encrypted traffic to look like normal web traffic, making it harder for automated filters to block. The tool comes with default settings out of the box, including a default password and port, though the author strongly warns against keeping the default password for security reasons. If you don't customize the obfuscation setting, it defaults to an HTTP-based disguise, but you can switch it to a TLS-based one (and set the port to 443, the standard port for secure web traffic) if that suits your setup better. This would appeal to someone who already has a basic understanding of Docker and wants to run their own proxy or VPN-like service on a remote server. The README is sparse and assumes you already know what ShadowsocksRR does and how to configure client software on your devices, so it's best suited for someone who has used these tools before and just wants a straightforward way to deploy the server component.
A Docker image that runs ShadowsocksRR, an encrypted proxy server, letting you set up a private relay to browse securely and bypass network restrictions with a single command.
Dormant — no commits in 2+ years (last push 2018-06-17).
The license for this project is not specified in the repository documentation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.