libtor
libtor copied to clipboard
Bundle and run Tor inside your own project
I'm trying to run multiple tor instances for browser automation and each instance will connect to it's Tor instance so that each one of them will use a different IP,...
I think it would be very helpful if it would be possible to catch the stdout/stderr of the tor thread. But as it's only a thread and not a sub/child...
Libtor does not accepts uppercase path for logging which results in error. In my case this path contains directory `UPPERCASE` but while processing it's transformed into lowercase which is invalid....