proxy-list: A Daily Updated List of Free Proxy Servers
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
The `clarketm/proxy-list` repository provides a comprehensive, daily updated collection of free, public, forward proxy servers. It offers various formats for easy access, including raw IP:PORT lists and detailed information on country, anonymity, and type. This resource is invaluable for developers and users needing reliable proxy access for various networking tasks.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
clarketm/proxy-list is an essential resource for anyone seeking free, public, and forward proxy servers. This repository stands out by offering a list that is updated daily, ensuring its relevance and reliability. It provides proxies in various formats, complete with detailed information such as IP address, port, country, anonymity level, and type. Additionally, it integrates with the PubProxy API, allowing users to filter and retrieve proxies based on specific criteria like anonymity level, type, country, and more.
Installation
Getting started with proxy-list is straightforward. You can easily download the raw list of proxies directly to a local file using curl.
curl -sSf "https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list-raw.txt" > proxy-list.txt
This command downloads the list in IP:PORT format and saves it as proxy-list.txt.
Examples
Beyond direct download, proxy-list leverages the PubProxy API for advanced filtering and retrieval. Here are a couple of examples demonstrating how to use the API with curl.
Retrieve one SOCKS5 proxy:
curl "http://pubproxy.com/api/proxy?limit=1&format=txt&type=socks5"
Retrieve two HTTP proxies from the US that support HTTPS:
curl "http://pubproxy.com/api/proxy?limit=2&format=txt&http=true&country=US&type=http"
Why Use
proxy-list offers several compelling reasons for its use. Its daily updates ensure you always have access to fresh and active proxy servers, which is crucial for maintaining functionality. The detailed information provided for each proxy, including anonymity and type, allows for precise selection based on your specific needs. Furthermore, the integration with the PubProxy API provides powerful filtering capabilities, making it easy to find the exact type of proxy you require for tasks like web scraping, bypassing geo-restrictions, or enhancing online privacy.
Links
Related repositories
Similar repositories that may be relevant next.

NoDPI: A Python Utility for Bypassing Deep Packet Inspection
May 5, 2026
NoDPI is an open-source Python utility designed to bypass Deep Packet Inspection (DPI), a technology often used by internet service providers to censor and filter traffic. It works by intelligently modifying network packets, making it harder for DPI systems to identify and block certain connections. This cross-platform tool provides a straightforward, easy-to-use solution for users seeking to circumvent internet censorship and access blocked web resources.
ProxyPin: Open Source HTTP(S) Traffic Capture Tool for All Platforms
March 17, 2026
ProxyPin is an open-source and free software designed to capture, inspect, and rewrite HTTP(S) traffic across all major platforms, including Windows, Mac, Android, iOS, and Linux. Developed with Flutter, it boasts a beautiful and user-friendly interface, making network debugging accessible and efficient for developers and testers alike.

mcpo: A Simple, Secure MCP-to-OpenAPI Proxy Server
March 4, 2026
mcpo is a dead-simple proxy server that transforms any Model Context Protocol (MCP) tool into an OpenAPI-compatible HTTP server. This allows seamless integration of MCP tools with LLM agents and applications that expect standard RESTful OpenAPI interfaces, eliminating the need for custom protocols or complex glue code. It enhances security, stability, and interoperability for AI tools, making them instantly usable with modern web standards.

Clash Party: An Electron-Based GUI for Mihomo Proxy Management
February 26, 2026
Clash Party is an open-source, Electron-based graphical user interface (GUI) designed for Mihomo, a powerful proxy core. It offers a user-friendly and feature-rich experience for managing network proxy configurations. With robust capabilities and deep integration with tools like Sub-Store, it simplifies complex proxy setups.
Source repository
Open the original repository on GitHub.