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

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

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)