torify
Route application traffic through Tor
TLDR
Route traffic via Tor
$ torify [command]
Toggle Tor in shell$ torify [on|off]
Spawn Tor-enabled shell$ torify --shell
Check if Tor is enabled$ torify show
Use config file$ torify -c [config-file] [command]
Use specific proxy$ torify -P [proxy] [command]
SYNOPSIS
torify [OPTIONS] [COMMAND [ARGS...]]
DESCRIPTION
torify routes network traffic from applications through the Tor anonymity network. It wraps commands to redirect their network connections through Tor's SOCKS proxy.
Note: This command has been deprecated and is now a backwards-compatible wrapper for torsocks. New scripts should use torsocks directly.
PARAMETERS
--shell
Spawn a new Tor-enabled shellon|off
Toggle Tor routing in current shellshow
Check if current shell is Tor-enabled-c FILE
Use specified Tor configuration file-P PROXY
Use specified SOCKS proxy
CAVEATS
Deprecated in favor of torsocks. Requires running Tor daemon. DNS leaks possible with some applications. Not all protocols work through Tor.
HISTORY
torify was the original tool for routing application traffic through Tor. It has been superseded by torsocks which provides better functionality and security.
