Skip to content

The Ultimate Checked Proxy List - Update Every 20 Minutes

License

Notifications You must be signed in to change notification settings

elliottophellia/proxylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


- 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

# 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 <me@rei.my.id>

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.