Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hitian/docker-shadowsocks-with-simple-obfs
- Owner: hitian
- Archived: true
- Created: 2017-02-04T04:11:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T07:49:17.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:25:06.802Z (4 months ago)
- Topics: armhf, docker, pi, raspberry, shadowsocks, shadowsocks-libev, simple-obfs, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
- awesome-hacking-lists - hitian/docker-shadowsocks-with-simple-obfs - shadowsocks-libev with simple-obfs (Dockerfile)
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