shadowsocks + obfs docker with just setting your password in config json.
430
docker run -d -p 8388:8388 --name ss-obfs duobinji/shadowsocks-obfs
config.json
{ "server": "0.0.0.0", "server_port": 8388, "password": "your-password", "method": "aes-256-gcm", "timeout": 300, "plugin": "obfs-server", "plugin_opts": "obfs=http;obfs-host=www.bing.com" }
file location:/etc/shadowsocks-libev/config.json
Content type
Image
Digest
sha256:bd463e207…
Size
48 MB
Last updated
over 1 year ago
docker pull duobinji/shadowsocks-obfs