strongshuai/proxy-checker — explained in plain English
Analysis updated 2026-05-18
Automatically pull free proxy lists from public sources and test which ones still work.
Find proxies that can specifically reach OpenAI, Grok, Google Gemini, or Claude services.
Get a public plain-text URL listing currently working proxies, tagged by country and IP type.
Skip rechecking proxies you already tested unless you force a fresh check.
| strongshuai/proxy-checker | thaolst/tara-bot | develp10/rustinterviewquiestions | |
|---|---|---|---|
| Stars | 49 | 49 | 48 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Ships with a default password that the README advises changing before deploying publicly.
Proxy Checker is a web-based tool for testing lists of free proxy servers to find ones that actually work. A proxy is a middleman server that routes your internet traffic, and free proxies are often unreliable, so this tool automates the process of checking a large number of them quickly. The README is written in Chinese, but the tool is general-purpose and the interface is web-based. The tool fetches proxy lists from several public free-proxy sources automatically and then tests each one in parallel, up to 30 at a time by default. For each proxy it checks basic connectivity and identifies the exit IP address, country, and whether the IP appears to be a data-center or residential address. Beyond generic connectivity, there are five testing modes: a general HTTPS check, and four service-specific checks that verify whether the proxy can reach OpenAI and the ChatGPT API, Grok, Google Gemini, or Claude and the Anthropic API. This makes it useful for people who need proxies that can pass AI service restrictions. Working proxies get saved to a local storage area called a repository. The repository is tagged with metadata such as which AI services the proxy can reach, whether it bypasses Cloudflare, IP type, and country. The repository generates a stable public URL so other programs can pull the current list of working proxies in plain text. Each time the checker runs, previously checked proxies are skipped by default unless you force a recheck. The backend is a Python HTTP server. The frontend is a plain HTML page with a JavaScript file. No framework is required. Starting it takes three commands: clone the repo, install Python dependencies, and run the server. It runs on port 8888 by default and is protected by a password (the default is linux.do, which the README advises you to change before deploying). Configuration can be set through a local config file or environment variables. The README notes that proxy test results depend on where the checker is deployed: a proxy that works from one server may not work from yours, so the tool is most accurate when deployed on the same machine that will actually use the proxies.
A web-based tool that fetches free proxy lists, tests them in parallel, and tags working proxies by which AI services they can reach.
Mainly Python. The stack also includes Python, HTML, JavaScript.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.