Skip to content

playniuniu/docker-shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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"
}

About

shadowsocks-libev for docker hub automated

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published