shadowsocks/docker/shadowsocks.json
Sah 23b6a24bba Dockerize Shadowsocks
- Dockerfile: builds a Shadowsocks image
- shadowsocks.json default config file
- README.md: describing the usage of the image
2015-01-04 20:11:41 +08:00

5 lines
79 B
JSON

{
"password":"Change Me!",
"timeout":120,
"method":"aes-256-cfb"
}