1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/shadowsocks
2015-06-11 23:00:57 +08:00
..
Dockerfile update 2015-05-27 16:52:12 +08:00
README.md update 2015-06-11 23:00:57 +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:latest
  ports:
    - "8388:8388"
  environment:
    - PASSWORD=secret
  restart: always

server

$ docker-compose up

client

$ sslocal -c config.json

read more