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 | ---