A blazing-fast, self-hosted, multi-source Free Proxy Aggregator, Validator, and Pool Manager powered by Bun, SQLite WAL, and Hono.
Caution
- Educational & Research Purposes Only: This tool is designed and intended strictly for educational purposes, academic research, network security testing, load balancing verification, and authorized public data crawling.
- Strict Prohibition of Malicious & Illegal Activities: DO NOT use this software or any proxies gathered through it for unauthorized network intrusion, cyberattacks, DDoS attacks, credential stuffing, spamming, fraud, identity theft, or any activities that violate applicable local, national, or international laws.
- Public Proxy Security Advisory: Publicly accessible proxies are operated by unknown third parties and do not guarantee encryption, privacy, or safety. Never transmit sensitive credentials, financial data, passwords, or personally identifiable information (PII) over public proxies.
- Limitation of Liability: The authors and maintainers assume no liability and are not responsible for any misuse, damage, data breaches, or legal consequences resulting from the execution or deployment of this software.
- ⚡ High-Performance Concurrent Checker: Asynchronous native socket & streaming agents supporting
HTTP,HTTPS,SOCKS4, andSOCKS5protocols with tuneable concurrency. - 📐 Pyramid Lifecycle Management: Automatically tracks proxy health, success/failure counts, latency, and prunes dead proxies after consecutive failed checks.
- 🔄 Multi-Source Periodic Ingestion: Ingests and aggregates proxies from multiple remote raw lists on customizable cron schedules.
- 🌍 Built-in GeoIP Resolution: Enriches validated proxies with Country, City, Region, and Anonymity levels.
- 📊 Real-Time Web Dashboard: Built-in modern SPA dashboard featuring live health stats, instant search, latency histograms, and Server-Sent Events (SSE).
- 📖 Interactive Swagger / OpenAPI Docs: Explore, test, and integrate API endpoints directly via
/swagger. - 🔌 Crawler-Ready Raw Endpoints: Dedicated
/api/proxies/rawendpoint for instant integration with headless browsers, Playwright, Puppeteer, and web scrapers. - 🗄️ Persistent SQLite with WAL Mode: Embedded zero-config database with high-throughput concurrent reads and writes.
Ensure Bun (v1.2+) is installed on your system:
# 1. Clone the repository
git clone https://github.com/2noScript/free-proxy-checker.git
cd free-proxy-checker
# 2. Install dependencies
bun install
# 3. Start development server with hot-reload
bun run dev
# Or start in production mode
bun run startAccess the application in your browser:
- Web Dashboard: http://localhost:8340
- Interactive API Docs: http://localhost:8340/swagger
# Start container in detached mode
docker compose up -d
# Check service logs
docker compose logs -fConfigure application settings via environment variables or a .env file:
| Variable | Default | Description |
|---|---|---|
PORT |
8340 |
Server listening port |
HOST |
0.0.0.0 |
Server host binding address |
DB_PATH |
data/proxies.db |
Path to the SQLite database file |
SOURCES_FILE_PATH |
data/sources.json |
Path to upstream proxy sources config |
CONCURRENCY_LIMIT |
30 |
Maximum concurrent background health checks |
TIMEOUT_MS |
2500 |
Socket connection timeout in milliseconds |
MAINTENANCE_INTERVAL_MINUTES |
3 |
Interval between background re-validation cycles |
MAX_CONSECUTIVE_FAILS |
2 |
Number of consecutive fails before marking a proxy as DEAD |
Complete interactive schemas and request builders are available at /swagger.
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/stats |
System metrics, proxy status counts, and source sync times |
GET |
/api/proxies |
Retrieve active live proxies (protocol, country, anonymity, max_latency) |
GET |
/api/proxies/all |
Paginated proxy inventory including active, slow, and dead proxies |
GET |
/api/proxies/raw |
Plain text output (format=url or format=ip_port) for automated crawlers |
POST |
/api/check-single |
Test a single proxy on-demand ({"proxy": "socks5://1.2.3.4:1080"}) |
GET |
/api/sources |
Retrieve configured upstream proxy sources |
POST |
/api/sources |
Register a new upstream proxy source list |
POST |
/api/trigger-scan |
Manually trigger a background maintenance or ingest cycle |
GET |
/api/events |
Real-time Server-Sent Events (SSE) progress feed |
Contributions are welcome! Please read our Contributing Guide and Code of Conduct before submitting pull requests.
For vulnerability disclosures and security best practices, refer to our Security Policy.
This project is licensed under the MIT License.
