From f5b9037763f28ffe3959b98c2229fb16b6b2ba0b Mon Sep 17 00:00:00 2001 From: Username Date: Wed, 18 Feb 2026 18:23:58 +0100 Subject: [PATCH] docs: update roadmap with completed target health tracking --- ROADMAP.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index e4dbc5d..758e025 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -45,20 +45,24 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design --- -## Open Work +## Completed -### Validation +### Target Management | Task | Description | File(s) | |------|-------------|---------| -| Protocol fingerprinting | Better SOCKS4/SOCKS5/HTTP detection | rocksock.py | +| Target health tracking | Cooldown-based health tracking for all target pools (head, SSL, IRC, judges) | stats.py, proxywatchd.py | +| MITM field in proxy list | Expose mitm boolean in JSON proxy list endpoints | httpd.py | + +--- + +## Open Work ### Target Management | Task | Description | File(s) | |------|-------------|---------| | Dynamic target pool | Auto-discover and rotate validation targets | proxywatchd.py | -| Target health tracking | Remove unresponsive targets from pool | proxywatchd.py | | Geographic target spread | Ensure targets span multiple regions | config.py | ---