Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliottophellia/proxylist

The Ultimate Checked Proxy List - Update Every 20 Minutes
https://github.com/elliottophellia/proxylist

anonymous-proxy elite-proxy free-proxy free-proxy-list http proxy proxy-checker proxy-free proxy-http proxy-list proxy-scraper proxy-socks4 proxy-socks5 socks4 socks5

Last synced: 6 days ago
JSON representation

The Ultimate Checked Proxy List - Update Every 20 Minutes

Awesome Lists containing this project

README

        




- The Ultimate Checked Proxy List -

Update every 20 minutes

HTTP(S), SOCKS4, SOCKS5

(WITH MIX/GLOBAL/COUNTRY SPECIFIC RESULT)

HTTPS://REI.MY.ID/PROXYLIST

## Download

### All results
#### Combined results from all countries and protocols mixed together
```
# All results
curl -sSf "https://cdn.rei.my.id/proxy/ALL" -o all.txt

# All results with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pALL" -o all.txt
```

### Global results
#### Results from all countries mixed together
```
# HTTP
curl -sSf "https://cdn.rei.my.id/proxy/HTTP" -o http.txt

# HTTP with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pHTTP" -o http.txt

# SOCKS4
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS4" -o socks4.txt

# SOCKS4 with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS4" -o socks4.txt

# SOCKS5
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS5" -o socks5.txt

# SOCKS5 with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS5" -o socks5.txt
```
### Country results
#### Replace {countryCode} with country code of your choice based on [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
```
# HTTP
curl -sSf "https://cdn.rei.my.id/proxy/HTTP{countryCode}" -o http.txt

# HTTP with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pHTTP{countryCode}" -o http.txt

# SOCKS4
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS4{countryCode}" -o socks4.txt

# SOCKS4 with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS4{countryCode}" -o socks4.txt

# SOCKS5
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS5{countryCode}" -o socks5.txt

# SOCKS5 with protocol
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS5{countryCode}" -o socks5.txt

# Example :

# HTTP
curl -sSf "https://cdn.rei.my.id/proxy/HTTPID" -o http.txt
curl -sSf "https://cdn.rei.my.id/proxy/pHTTPID" -o http.txt

# SOCKS4
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS4JP" -o socks4.txt
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS4JP" -o socks4.txt

# SOCKS5
curl -sSf "https://cdn.rei.my.id/proxy/SOCKS5US" -o socks5.txt
curl -sSf "https://cdn.rei.my.id/proxy/pSOCKS5US" -o socks5.txt
```

# Licence

```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2024

Copyright (C) 2024 Reidho Satria

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
```