Sign inSign up

playniuniu/shadowsocks

By playniuniu

Updated over 7 years ago

shadowsocks server which use shadowsocks-libev

Image
2

1.5K

playniuniu/shadowsocks repository overview

Docker for shadowsocks-libev

Run docker

You should run the container in the command below:

docker run -d -v yourconfig.json:/etc/shadowsocks.json -p 9999:9999 --name shadowsocks playniuniu/shadowsocks
Configuration

Remeber to replace your password

{
    "server": "0.0.0.0",
    "server_port": 9999,
    "local_port": 1080,
    "password": "YOUR PASSWORD",
    "timeout": 300,
    "method": "aes-256-cfb"
}

Tag summary

Content type

Image

Digest

Size

5.3 MB

Last updated

over 7 years ago

docker pull playniuniu/shadowsocks