Add warm start and chain pre-flight sections to USAGE. Mark both features complete in ROADMAP and TASKS. Remove implemented items from TODO. Update README, PROJECT, and CHEATSHEET.
28 lines
612 B
Markdown
28 lines
612 B
Markdown
# s5p -- Backlog
|
|
|
|
## Features
|
|
|
|
- SOCKS5 BIND and UDP ASSOCIATE commands
|
|
- Chain randomization modes (round-robin, sticky-per-destination)
|
|
- Per-destination chain rules (bypass chain for local addresses)
|
|
- Hot config reload on SIGHUP
|
|
- Systemd socket activation
|
|
- Report dead proxies back to source API
|
|
|
|
## Performance
|
|
|
|
- Benchmark relay throughput vs direct connection
|
|
- Tune buffer sizes for different workloads
|
|
- Connection pooling for frequently-used chains
|
|
|
|
## Security
|
|
|
|
- Optional SOCKS5 server authentication
|
|
- Rate limiting per source IP
|
|
- Access control lists
|
|
|
|
## Docs
|
|
|
|
- Man page
|
|
- Architecture diagram
|