jseidl/Multi-TOR

How to handle multiple torify|torsocket requests using multi-tor?

Closed this issue · 3 comments

E.g. we have

torify curl ifconfig.me

How to create torify2, torify3, torify4 and others to handle multiple requests with different connections simultanously?

So that we can start multiple scripts using different connections.

Like:

bash_1.sh
torify curl ifconfig.me
...

bash_2.sh
torify2 curl ifconfig.me
...

bash_3.sh
torify3 curl ifconfig.me
...

Will do, thx.