https://github.com/dawncold/ssso
ss with simple obfs
https://github.com/dawncold/ssso
Last synced: 5 months ago
JSON representation
ss with simple obfs
- Host: GitHub
- URL: https://github.com/dawncold/ssso
- Owner: dawncold
- Created: 2019-04-01T14:23:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T11:49:32.000Z (about 6 years ago)
- Last Synced: 2025-07-02T21:39:13.250Z (12 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ss with simple obfs Dockerfile
deploy a ss with simple obfs included
## usage
```bash
docker run -d -e PASSWORD= -p :8388 -p :8388/udp dawncold/ssso:latest
```
e.g.
```bash
docker run --restart always -d -e PASSWORD=ssso -p 10086:8388 -p 10086:8388/udp dawncold/ssso:latest
```
## Links
[https://hub.docker.com/r/dawncold/ssso](https://hub.docker.com/r/dawncold/ssso)
[https://github.com/shadowsocks/shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev)
[https://github.com/shadowsocks/simple-obfs](https://github.com/shadowsocks/simple-obfs)