torify.1.txt 933 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 calls torsocks with a tor-specific
  18. configuration file.
  19. It is provided for backward compatibility; instead you should use torsocks.
  20. WARNING
  21. -------
  22. When used with torsocks, torify should not leak DNS requests or UDP data.
  23. torify can leak ICMP data.
  24. torify will not ensure that different requests are processed on
  25. different circuits.
  26. SEE ALSO
  27. --------
  28. **tor**(1), **torsocks**(1)
  29. AUTHORS
  30. -------
  31. Peter Palfrader and Jacob Appelbaum wrote this manual.