multitor.8 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .\" Manpage for multitor.
  2. .\" Contact trimstray@gmail.com.
  3. .TH man 8 "21.01.2018" "1.3.0" "multitor man page"
  4. .SH NAME
  5. multitor \- create multiple TOR instances
  6. .SH SYNOPSIS
  7. multitor <option|long-option>
  8. .SH DESCRIPTION
  9. It's provides one single endpoint for clients. In addition, you can view previously running TOR processes and create a new identity for all or selected processes.
  10. .SH OPTIONS
  11. --help
  12. show this message
  13. --debug
  14. displays information on the screen (debug mode)
  15. --verbose
  16. displays more information about TOR processes
  17. -i, --init <num>
  18. init new tor processes
  19. -k, --kill
  20. kill all multitor processes
  21. -s, --show-id
  22. show specific tor process id
  23. -n, --new-id
  24. regenerate tor circuit
  25. -u, --user <string>
  26. set the user (only with -i|--init)
  27. --socks-port <port_num|all>
  28. set socks port number
  29. --control-port <port_num>
  30. set control port number
  31. --proxy <proxy_type>
  32. set socks or http (polipo, privoxy, hpts) proxy server
  33. --haproxy
  34. set HAProxy as a frontend for http proxies (only with --proxy)
  35. .SH SEE ALSO
  36. https://github.com/trimstray/multitor
  37. .SH BUGS
  38. No known bugs.
  39. .SH AUTHOR
  40. trimstray (trimstray@gmail.com)