1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/shadowsocks
2015-06-16 16:25:37 +08:00
..
libev update 2015-06-16 16:25:37 +08:00
Dockerfile update 2015-06-16 16:25:37 +08:00
README.md update doc 2015-06-16 16:11:19 +08:00

shadowsocks is a secure socks5 proxy, designed to protect your Internet traffic.

If you want to keep a secret, you must also hide it from yourself.

docker-compose.yml

shadowsocks:
  image: vimagick/shadowsocks
  ports:
    - "8388:8388"
  environment:
    - PASSWORD=secret
  restart: always

server

$ docker-compose up -d

client

$ sslocal -c config.json

read more