1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-03 22:49:21 +02:00
Files
dockerfiles/shadowsocks/README.md

40 lines
625 B
Markdown
Raw Normal View History

2015-06-23 09:00:07 +08:00
shadowsocks
===========
2015-07-16 17:23:25 +08:00
![](https://badge.imagelayers.io/vimagick/shadowsocks:latest.svg)
2015-06-23 09:00:07 +08:00
2015-06-16 16:11:19 +08:00
[`shadowsocks`][1] is a secure socks5 proxy,
2015-06-11 23:00:57 +08:00
designed to protect your Internet traffic.
> If you want to keep a secret,
> you must also hide it from yourself.
## docker-compose.yml
```
shadowsocks:
2015-06-14 18:24:22 +08:00
image: vimagick/shadowsocks
2015-06-11 23:00:57 +08:00
ports:
- "8388:8388"
environment:
- PASSWORD=secret
restart: always
```
## server
```
2015-06-14 18:24:22 +08:00
$ docker-compose up -d
2015-06-11 23:00:57 +08:00
```
## client
```
$ sslocal -c config.json
```
[read more][2]
[1]: http://shadowsocks.org
[2]: https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File