mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
update
This commit is contained in:
parent
e4876e074b
commit
e92d41c2ef
34
shadowsocks/README.md
Normal file
34
shadowsocks/README.md
Normal file
@ -0,0 +1,34 @@
|
||||
[`Shadowsocks`][1] 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][2]
|
||||
|
||||
[1]: http://shadowsocks.org
|
||||
[2]: https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File
|
@ -1,7 +0,0 @@
|
||||
shadowsocks:
|
||||
image: vimagick/shadowsocks:latest
|
||||
ports:
|
||||
- "8388:8388"
|
||||
environment:
|
||||
- PASSWORD=secret
|
||||
restart: always
|
Loading…
x
Reference in New Issue
Block a user