trimstray / multitor

Create multiple TOR instances with a load-balancing.
GNU General Public License v3.0
1.02k stars 174 forks source link

--proxy Setting gives [!] incorrect proxy type #11

Closed HamzaMehmood closed 5 years ago

HamzaMehmood commented 5 years ago

If i run multitor with: multitor --init 2 -u debian-tor --socks-port 9000 --control-port 9900 --proxy http I get: [!] incorrect proxy type

trimstray commented 5 years ago

Pull to new version:

git pull origin master && git fetch --all && git fetch --prune --tags

In v1.3.0 --proxy param has these values:

--proxy <proxy_type>          set socks or http (polipo, privoxy, hpts) proxy server

And if you want to use HAProxy as a frontend (--haproxy param):

multitor --init 2 -u debian-tor --socks-port 9000 --control-port 9900 --proxy polipo --haproxy