Skip to content

elliottophellia/yakumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation



Yakumo is a free checked proxy list for you to use it what ever you want. The name Yakumo itself is taken from virtual youtuber Yakumo Beni from Virtual Esport Project. Beni is sweets, stylish and cool. But she is not naive in her approach to games. Her style is all about winning and losing, and the amount of practice she takes is what sets her apart from others. She is secretly trying to get a sexy slot in VSPO.



Download

All results

Combined results from all countries and protocols mixed together

# All results
curl -sSf "https://yakumo.rei.my.id/ALL" -o all.txt

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

Global results

Results from all countries mixed together

HTTP(S)

# HTTP
curl -sSf "https://yakumo.rei.my.id/HTTP" -o http.txt

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

SOCKS4

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

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

SOCKS5

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

# SOCKS5 with protocol
curl -sSf "https://yakumo.rei.my.id/pSOCKS5" -o socks5.txt

Country specific results

Replace {countryCode} with country code of your choice based on ISO 3166-1 alpha-2

HTTP(S)

# HTTP
curl -sSf "https://yakumo.rei.my.id/HTTP{countryCode}" -o http.txt

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

SOCKS4

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

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

SOCKS5

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

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

Example

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

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

# SOCKS5
curl -sSf "https://yakumo.rei.my.id/SOCKS5US" -o socks5.txt
curl -sSf "https://yakumo.rei.my.id/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.

Disclaimer

This project is for educational purposes only. I will not be responsible for any misuse of this project by any party, or any damage caused by this project.