README 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. The contrib/ directory contains small tools that might be useful for using
  2. with Tor. A few of them are included in the Tor source distribution; you can
  3. find the others in the main Tor repository. We don't guarantee that they're
  4. particularly useful.
  5. dirauth-tools/ -- Tools useful for directory authority administrators
  6. ---------------------------------------------------------------------
  7. add-tor is an old script to manipulate the approved-routers file.
  8. nagios-check-tor-authority-cert is a nagios script to check when Tor
  9. authority certificates are expired or nearly expired.
  10. client-tools/ -- Tools for use with Tor clients
  11. -----------------------------------------------
  12. torify is a small wrapper script around torsocks.
  13. tor-resolve.py uses Tor's SOCKS port extensions to perform DNS lookups. You
  14. should probably use src/tools/tor-resolve instead.
  15. dist/ -- Scripts and files for use when packaging Tor
  16. -----------------------------------------------------
  17. torctl, rc.subr, and tor.sh are init scripts for use with SysV-style init
  18. tools. Everybody likes to write init scripts differently, it seems.
  19. tor.service is a sample service file for use with systemd.
  20. The suse/ subdirectory contains files used by the suse distribution.
  21. operator-tools/ -- Tools for Tor relay operators
  22. ------------------------------------------------
  23. tor-exit-notice.html is an HTML file for use with the DirPortFrontPage
  24. option. It tells visitors that your relay is a Tor exit node, and that they
  25. shouldn't assume you're the origin for the traffic that you're delivering.
  26. tor.logrotate is a configuration file for use with the logrotate tool. You
  27. may need to edit it to work for you.
  28. linux-tor-prio.sh uses Linux iptables tools to traffic-shape your Tor relay's
  29. traffic. If it breaks, you get to keep both pieces.
  30. or-tools/ -- Tools for interacting with relays
  31. ----------------------------------------------
  32. checksocks.pl is a tool to scan relays to see if any of them have advertised
  33. public SOCKS ports, so we can tell them not to.
  34. check-tor is a quick shell script to try doing a TLS handshake with a router
  35. or to try fetching a directory from it.
  36. exitlist is a precursor of check.torproject.org: it parses a bunch of cached
  37. server descriptors to determine which can connect to a given address:port.
  38. win32build -- Old files for windows packaging
  39. ---------------------------------------------
  40. You shouldn't need these unless you're building some of the older Windows
  41. packages.