tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

torify.1.txt (880B)


      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 
     11 NAME
     12 ----
     13 torify - wrapper for torsocks and tor
     14 
     15 SYNOPSIS
     16 --------
     17 **torify** __application__ [__application's__ __arguments__]
     18 
     19 DESCRIPTION
     20 -----------
     21 **torify** is a simple wrapper that calls torsocks with a tor-specific
     22 configuration file.
     23 
     24 It is provided for backward compatibility; instead you should use torsocks.
     25 
     26 WARNING
     27 -------
     28 When used with torsocks, torify should not leak DNS requests or UDP data.
     29 
     30 torify can leak ICMP data.
     31 
     32 torify will not ensure that different requests are processed on
     33 different circuits.
     34 
     35 SEE ALSO
     36 --------
     37 **tor**(1), **torsocks**(1)