Sign inSign up

easypi/outline-ss-server

By easypi

Updated 11 days ago

Outline Shadowsocks server

Image
Networking
0

369

easypi/outline-ss-server repository overview

outline-ss-server

The Outline Shadowsocks service 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).

docker-compose.yml

services:
  outline-ss-server:
    image: easypi/outline-ss-server
    ports:
      - "8388:8388/tcp"
      - "8388:8388/udp"
      - "9092:9092/tcp"
    volumes:
      - ./data:/app/etc
    restart: unless-stopped

up and running

$ docker compose up -d
$ curl -s http://127.0.0.1:9092/metrics

Tag summary

Content type

Image

Digest

sha256:b448fe9c9

Size

16.5 MB

Last updated

11 days ago

docker pull easypi/outline-ss-server