2010-01-19 04:35:04 +01:00
|
|
|
// Copyright (c) The Tor Project, Inc.
|
|
|
|
// See LICENSE for licensing information
|
|
|
|
// This is an asciidoc file used to generate the manpage/html reference.
|
|
|
|
// Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
|
2012-08-23 19:19:54 +02:00
|
|
|
:man source: Tor
|
|
|
|
:man manual: Tor Manual
|
2010-01-19 04:35:04 +01:00
|
|
|
torify(1)
|
|
|
|
=========
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2013-02-28 01:38:32 +01:00
|
|
|
torify - wrapper for torsocks and tor
|
2010-01-19 04:35:04 +01:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
**torify** __application__ [__application's__ __arguments__]
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2017-05-30 20:17:49 +02:00
|
|
|
**torify** is a simple wrapper that calls torsocks with a tor-specific
|
2017-05-26 21:45:39 +02:00
|
|
|
configuration file.
|
2010-01-19 04:35:04 +01:00
|
|
|
|
2017-05-30 20:17:49 +02:00
|
|
|
It is provided for backward compatibility; instead you should use torsocks.
|
2010-01-19 04:35:04 +01:00
|
|
|
|
|
|
|
WARNING
|
|
|
|
-------
|
2017-05-26 21:45:39 +02:00
|
|
|
When used with torsocks, torify should not leak DNS requests or UDP data.
|
|
|
|
|
|
|
|
torify can leak ICMP data.
|
2010-01-19 04:35:04 +01:00
|
|
|
|
2017-05-26 21:45:39 +02:00
|
|
|
torify will not ensure that different requests are processed on
|
|
|
|
different circuits.
|
2010-01-19 04:35:04 +01:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2017-05-26 21:45:39 +02:00
|
|
|
**tor**(1), **torsocks**(1)
|
2012-08-23 19:19:54 +02:00
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
Peter Palfrader and Jacob Appelbaum wrote this manual.
|