multitor
multitor copied to clipboard
Create multiple TOR instances with a load-balancing.
Hi, I was wondering if there is a mechanism in place to allow specifying the exit node: `ExitNodes {us} StrictNodes 1` I could not find anything in the documentation or...
eg. Client |--------> HAProxy (127.0.0.1:16379) |--------> TOR Instance (127.0.0.1:9000) (cp: 9900) |--------> TOR Instance (127.0.0.1:9001) (cp: 9901) When client found a tor circle not work, ( eg, 9000 ) how...
IF we can use this in windows please provide me how to set this up in detail
Is it possible to use a multitor with bridges such as obfs4? Found the code for torrc # sudo apt-get install obfs4proxy obfsproxy tor # sudo vi /etc/tor/torrc UseBridges 1...
``` [root@mzalinux multitor]# multitor --init 2 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy socks_port: status: false socks_port: status: false Set processes: 2 Created: 0 Not created: 2 Control...
Hi, I installed Tor, Privoxy, HAProxy, NC, Polipo and HPTS on CentOS 8. After I run `multitor --init 20 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy` The output...
Rebooted the server. I run the script gives the following error: "value is less than or equal 1023"
How to run multitor after launching other applications through init.d in debian?
how to change hpts 127.0.0.1:15379 to 0.0.0.0:15379 i change the CreateWebProxyProcess but its not work
Curious to know how does `multitor` creates new circuits while maintaining lots of Tor processes?