Convert Figma logo to code with AI

TheSpeedX logoPROXY-List

Get PROXY List that gets updated everyday

4,458
984
4,458
0

Top Related Projects

A list of free, public, forward proxy servers. UPDATED DAILY!

Quick Overview

TheSpeedX/PROXY-List is a GitHub repository that provides a regularly updated list of free proxy servers. It offers HTTP, HTTPS, and SOCKS proxies in various formats, making it a valuable resource for developers and researchers who need access to proxy servers for various purposes.

Pros

  • Regularly updated, ensuring a fresh list of working proxies
  • Offers multiple proxy types (HTTP, HTTPS, SOCKS4, SOCKS5)
  • Provides proxies in different formats (TXT, JSON)
  • Open-source and free to use

Cons

  • No guarantee of proxy reliability or uptime
  • Potential for misuse in malicious activities
  • Limited information about proxy origins or security
  • May require additional validation before use in production environments

Getting Started

To use the proxy list from TheSpeedX/PROXY-List:

  1. Visit the GitHub repository: https://github.com/TheSpeedX/PROXY-List
  2. Navigate to the desired proxy list file (e.g., http.txt for HTTP proxies)
  3. Click on the "Raw" button to view the raw text file
  4. Copy the proxy addresses or use the raw URL in your application

Example of how to use a proxy in Python with the requests library:

import requests

proxies = {
    'http': 'http://proxy_ip:proxy_port',
    'https': 'http://proxy_ip:proxy_port'
}

response = requests.get('http://example.com', proxies=proxies)
print(response.text)

Replace proxy_ip and proxy_port with the actual proxy address from the list.

Note: Always ensure you have permission to use proxies and comply with all relevant laws and regulations when using proxy servers.

Competitor Comparisons

A list of free, public, forward proxy servers. UPDATED DAILY!

Pros of proxy-list

  • More organized structure with separate files for different proxy types (HTTP, SOCKS4, SOCKS5)
  • Includes a Python script for proxy validation
  • Provides a combined list of all proxy types in a single file

Cons of proxy-list

  • Generally smaller list of proxies compared to PROXY-List
  • Less frequent updates (typically weekly) than PROXY-List

Code Comparison

PROXY-List:

1.4.195.114:8080
1.9.167.35:60080
1.9.167.36:60080
1.9.213.41:8080
1.10.141.220:54620

proxy-list:

103.241.227.100:6666
103.241.227.98:6666
103.241.227.107:6666
103.242.105.226:3128
103.242.106.9:3128

Both repositories provide lists of proxy servers, but they differ in their formatting and organization. PROXY-List offers a single file with a larger number of proxies, while proxy-list separates proxies by type and includes additional tools for validation.

The code comparison shows that both repositories list proxies in a similar format, with IP addresses and ports. However, proxy-list tends to group proxies by type in separate files, making it easier to find specific proxy types.

Overall, PROXY-List may be preferred for its larger database and more frequent updates, while proxy-list offers better organization and additional tools for proxy management and validation.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

PROXY-LIST

This list gets free public proxies that are updated from time to time.
I collected them from the Internet for easy access. Remember, I'm not in charge of these proxies.

Last Updated: Monday 10-03-2025 21:12:26 UTC
Total Proxies: 4880

DOWNLOAD

  • SOCKS5
https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/socks5.txt
  • SOCKS4
https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/socks4.txt
  • HTTP
https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt

NOTES

It is Only For Educational Purposes. Neither I Say Nor I Promote To Do Anything Illegal.
Developer Please Give Credits, Stars, And Follow If You Use My SOCKS List.

You can Also Use My Tool SOCKER To check for working SOCKS PROXY.


Made with 🐍 by GitHub