torify.1 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .TH torify 1 "" Jan-2009 ""
  2. .\" manual page by Peter Palfrader and Jacob Appelbaum
  3. .SH NAME
  4. .LP
  5. torify \- wrapper for torsocks or tsocks and tor
  6. .SH SYNOPSIS
  7. \fBtorify\fP\ \fIapplication\fP\ [\fIapplication's\ arguments\fP]
  8. .SH DESCRIPTION
  9. \fBtorify\fR is a simple wrapper that attempts to find the best underlying Tor
  10. wrapper available on a system. It calls torsocks or tsocks with a tor specific
  11. configuration file.
  12. torsocks is an improved wrapper that explictly rejects UDP, safely resolves DNS
  13. lookups and properly socksifies your TCP connections.
  14. tsocks itself is a wrapper between the tsocks library and the application
  15. that you would like to run socksified.
  16. Please note that since both method use LD_PRELOAD, torify cannot be applied
  17. to suid binaries.
  18. .SH WARNING
  19. You should also be aware that the way tsocks currently works only TCP
  20. connections are socksified. Be aware that this will in most circumstances
  21. not include hostname lookups which would still be routed through your
  22. normal system resolver to your usual resolving nameservers. The
  23. \fBtor-resolve\fR(1) tool can be useful as a workaround in some cases.
  24. The Tor FAQ at https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ might
  25. have further information on this subject.
  26. When used with torsocks, torify should not leak DNS requests or UDP data.
  27. Both will leak ICMP data.
  28. .SH SEE ALSO
  29. .BR tor (1),
  30. .BR tor-resolve (1),
  31. .BR torsocks (1),
  32. .BR tsocks (1),
  33. .BR tsocks.conf (5).