Edits on 0.4.4.1-alpha changelog
[tor.git] / doc / torify.1.txt
blob7e49081cfc3a1a0dc5a3cf2c0b35816c5b0d128f
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 =========
10 NAME
11 ----
12 torify - wrapper for torsocks and tor
14 SYNOPSIS
15 --------
16 **torify** __application__ [__application's__ __arguments__]
18 DESCRIPTION
19 -----------
20 **torify** is a simple wrapper that calls torsocks with a tor-specific
21 configuration file.
23 It is provided for backward compatibility; instead you should use torsocks.
25 WARNING
26 -------
27 When used with torsocks, torify should not leak DNS requests or UDP data.
29 torify can leak ICMP data.
31 torify will not ensure that different requests are processed on
32 different circuits.
34 SEE ALSO
35 --------
36 **tor**(1), **torsocks**(1)
38 AUTHORS
39 -------
40 Peter Palfrader and Jacob Appelbaum wrote this manual.