dbs: add 19 proxy sources from 7 new repositories

Expand PROXY_SOURCES with proxifly, vakhov, prxchk, sunny9577,
officialputuid, hookzof, and iplocate lists. Add source_proto
and protos_working schema columns for protocol intelligence.
Remove completed proxy source expansion task from roadmap.
This commit is contained in:
Username
2026-02-17 13:13:23 +01:00
parent e6b736a577
commit c19959cda2
2 changed files with 57 additions and 18 deletions

View File

@@ -61,20 +61,6 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design
| Target health tracking | Remove unresponsive targets from pool | proxywatchd.py |
| Geographic target spread | Ensure targets span multiple regions | config.py |
### Proxy Source Expansion
| Task | Description | File(s) |
|------|-------------|---------|
| API sources | Integrate free proxy API endpoints | new: api_sources.py |
---
## Technical Debt
| Item | Description | Risk |
|------|-------------|------|
| Global config in fetch.py | set_config() pattern is fragile | Low - works but not clean |
---
## File Reference