1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/outline-ss-server/README.md

22 lines
576 B
Markdown
Raw Normal View History

2023-06-01 09:41:06 +00:00
outline-ss-server
=================
The [Outline Shadowsocks service][1] allows for:
- Multiple users on a single port.
- Does so by trying all the different credentials until one succeeds.
- Multiple ports
- Whitebox monitoring of the service using prometheus.io
- Includes traffic measurements and other health indicators.
- Live updates via config change + SIGHUP
- Replay defense (add `--replay_history 10000`).
## up and running
```bash
$ docker compose up -d
$ curl -s http://127.0.0.1:9092/metrics
```
[1]: https://github.com/Jigsaw-Code/outline-ss-server