Hey! I had the same issue with resty use socks5 proxy a while back. I found that resty itself doesn’t natively support socks5, but you can use a workaround with `proxychains`.
Just install proxychains, configure it with your socks5 proxy, and then run your resty script through it. It’s not perfect, but it gets the job done.
Here’s a quick guide I used: [link to proxychains setup]. Hope this helps!
Just install proxychains, configure it with your socks5 proxy, and then run your resty script through it. It’s not perfect, but it gets the job done.
Here’s a quick guide I used: [link to proxychains setup]. Hope this helps!
