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

https://github.com/kpcyrd/laundry5

Shuffles your socks - rotating proxy frontend server
https://github.com/kpcyrd/laundry5

proxies proxy proxy-list proxy-server socks5 socks5-proxy

Last synced: 8 days ago
JSON representation

Shuffles your socks - rotating proxy frontend server

Awesome Lists containing this project

README

        

# laundry5

Shuffles your socks - rotating proxy frontend server.

# start proxy server
laundry5 -v -B 127.0.0.1:1337 -L ./pr0xies.txt
# add new proxies to list
echo 127.0.0.1:9050 | anewer ./pr0xies.txt
# reload proxy list
killall -HUP laundry5
# send a request through a random proxy from list
curl -vx socks5h://127.0.0.1:1337 https://icanhazip.com/

## List format

# provide socks5 proxies in a list like this
# everything starting with a `#` is ignored as comment
192.0.2.1:1337
192.0.2.2:1337
192.0.2.3:1337

# empty lines are simply ignored

# ipv6 proxies can be added like this
[2001:0DB8::12:34]:1337
[2001:0DB8::56:78]:1337

## License

GPLv3+