/backconnectsocks5

Shuffles your socks - rotating proxy frontend server

Primary LanguageRustGNU General Public License v3.0GPL-3.0

backconnectsocks5

Shuffles your socks - rotating proxy frontend server.

# start proxy server
backconnectsocks5 -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 backconnectsocks5
# 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+