/ss-client

Docker-based shadowsocks client support load balancing (shadowsocks客户端负载均衡)

Primary LanguageDockerfile

Requirements

Get starting

git clone https://github.com/sazima/ss-client.git
cd ss-client
vim client/config.json

change config.json like this

[
  {
    "server": "your server ip",
    "local_address": "0.0.0.0",
    "local_port": "1085",  
    "server_port": "2400",
    "password": "your password",
    "method": "aes-256-cfb",
    "protocol": "origin",
    "obfs": "plain"
  },
    {
    "server": "your server ip",
    "local_address": "0.0.0.0",
    "local_port": "1086",  
    "server_port": "2400",
    "password": "your password",
    "method": "aes-256-cfb",
    "protocol": "origin",
    "obfs": "plain"
  }
  ]

run

python config_init.py
docker-compose up

and then configure your application to use proxies socks5://127.0.0.1:25502

others

  • stop
docker-compose down
  • Monitoring information

open http://127.0.0.1:1115/s and get:

info