diff --git a/ROADMAP.md b/ROADMAP.md index 554f1e4..42ba4f6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,12 +23,18 @@ ## v0.2.0 - [x] Built-in control API (runtime metrics, pool state, config reload) -- [ ] SOCKS5 server authentication (username/password) - [x] Tor control port integration (circuit renewal via NEWNYM) - [x] Metrics (connections/sec, bytes relayed, hop latency) +- [x] Multi-listener with per-port chain depth +- [x] Per-listener latency tracking +- [x] Dynamic health test concurrency (auto-scales to ~10% of pool) +- [x] Multi-Tor round-robin (`tor_nodes`) +- [x] Named proxy pools with per-listener assignment (`proxy_pools:`) +- [x] MITM source filter (`mitm: true/false` on pool sources) ## v0.3.0 +- [ ] SOCKS5 server authentication (username/password) - [ ] UDP ASSOCIATE support (SOCKS5 UDP relay) - [ ] BIND support - [ ] Chain randomization (random order, random subset)