torify.1.txt 948 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Copyright (c) The Tor Project, Inc.
  2. // See LICENSE for licensing information
  3. // This is an asciidoc file used to generate the manpage/html reference.
  4. // Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
  5. :man source: Tor
  6. :man manual: Tor Manual
  7. torify(1)
  8. =========
  9. NAME
  10. ----
  11. torify - wrapper for torsocks and tor
  12. SYNOPSIS
  13. --------
  14. **torify** __application__ [__application's__ __arguments__]
  15. DESCRIPTION
  16. -----------
  17. **torify** is a simple wrapper that
  18. calls torsocks with a tor-specific
  19. configuration file.
  20. It is provided for backward compatibility; probably instead you should
  21. just use torsocks.
  22. WARNING
  23. -------
  24. When used with torsocks, torify should not leak DNS requests or UDP data.
  25. torify can leak ICMP data.
  26. torify will not ensure that different requests are processed on
  27. different circuits.
  28. SEE ALSO
  29. --------
  30. **tor**(1), **torsocks**(1)
  31. AUTHORS
  32. -------
  33. Peter Palfrader and Jacob Appelbaum wrote this manual.