Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hitian/docker-shadowsocks-with-simple-obfs

shadowsocks-libev with simple-obfs
https://github.com/hitian/docker-shadowsocks-with-simple-obfs

armhf docker pi raspberry shadowsocks shadowsocks-libev simple-obfs ubuntu

Last synced: 21 days ago
JSON representation

shadowsocks-libev with simple-obfs

Awesome Lists containing this project

README

        

# shadowsocks-libev with simple-obfs

**Deprecated** use [v2ray-plugin](https://github.com/hitian/docker-shadowsocks-with-v2ray-plugin) instead

## usage example

### example

docker run -it --rm hitian/ss ss-server -h

### run server with UDP relay & obfs

docker run -it -v `CONFIG_JSON_DIR`:/config --name ss-server --net=host -d hitian/ss ss-server -c /config/server.json -u --fast-open --plugin obfs-server --plugin-opts "obfs=http;fast-open"

### client

docker run -it -v `CONFIG_JSON_DIR`:/config --name ss-client -p `LOCAL_PORT`:`LOCAL_PORT` -d hitian/ss ss-local -c /config/client.json --plugin obfs-local --plugin-opts "obfs=http;fast-open;obfs-host=www.bing.com" -b 0.0.0.0

### for arm32 devices like raspberry pi or tinker board

docker run -it --rm hitian/ss-arm32 ss-local -h