trimstray / multitor

Create multiple TOR instances with a load-balancing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop multitor processes: kill param

puzanov opened this issue · comments

Hey

Thanks for the tool. Nice to have one.

How to gracefully stop multitor? Cannot find the command in help

Hi!

There is no such option but you can deal with it in a simple way:

# for i in multitor haproxy polipo ; do pkill -f "$i" ; done
# netstat -tapn | grep LISTEN | grep "tor\|haproxy\|polipo"

However, I will add this in the next version.

Thx!

thanks