torify.1.txt 880 B

12345678910111213141516171819202122232425262728293031323334353637
  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 https://www.methods.co.nz/asciidoc/userguide.html
  5. :man source: Tor
  6. :man manual: Tor Manual
  7. torify(1)
  8. =========
  9. Tor Project, Inc.
  10. NAME
  11. ----
  12. torify - wrapper for torsocks and tor
  13. SYNOPSIS
  14. --------
  15. **torify** __application__ [__application's__ __arguments__]
  16. DESCRIPTION
  17. -----------
  18. **torify** is a simple wrapper that calls torsocks with a tor-specific
  19. configuration file.
  20. It is provided for backward compatibility; instead you should use torsocks.
  21. WARNING
  22. -------
  23. When used with torsocks, torify should not leak DNS requests or UDP data.
  24. torify can leak ICMP data.
  25. torify will not ensure that different requests are processed on
  26. different circuits.
  27. SEE ALSO
  28. --------
  29. **tor**(1), **torsocks**(1)