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
- Host: GitHub
- URL: https://github.com/kpcyrd/laundry5
- Owner: kpcyrd
- License: gpl-3.0
- Created: 2021-06-02T00:10:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T22:41:33.000Z (over 3 years ago)
- Last Synced: 2025-03-28T03:14:50.978Z (26 days ago)
- Topics: proxies, proxy, proxy-list, proxy-server, socks5, socks5-proxy
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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+