shunt-proxy 0.1.127

A local proxy that pools multiple Claude accounts behind a single endpoint, routing requests to maximise rate limits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Postgres connection string
DATABASE_URL=postgres://shunt:shunt@localhost:5432/shunt

# Bearer token shunt instances must send — set the same value in shunt's config.toml
# [server]
# telemetry_token = "your-secret-token"
# Leave empty to disable auth (not recommended for public deployments)
RELAY_TOKEN=change-me

# Port to listen on
PORT=3001

# Retain request history for this many days before pruning
RETENTION_DAYS=30