snippetbashTip
torify — Route network traffic through the Tor network. Note: This command has been deprecated, and is now a
Viewed 0 times
thecommandroutetraffictorifynetworkclithrough
linux
Problem
How to use the
torify command: Route network traffic through the Tor network. Note: This command has been deprecated, and is now a backwards-compatible wrapper of torsocks. More information: <https://manned.org/torify>.Solution
torify — Route network traffic through the Tor network. Note: This command has been deprecated, and is now a backwards-compatible wrapper of torsocks. More information: <https://manned.org/torify>.Route traffic via Tor:
torify {{command}}Toggle Tor in shell:
torify {{on|off}}Spawn a Tor-enabled shell:
torify --shellCheck for a Tor-enabled shell:
torify showSpecify Tor configuration file:
torify -c {{config-file}} {{command}}Use a specific Tor SOCKS proxy:
torify -P {{proxy}} {{command}}Redirect output to a file:
torify {{command}} > {{path/to/output}}Code Snippets
Route traffic via Tor
torify {{command}}Toggle Tor in shell
torify {{on|off}}Spawn a Tor-enabled shell
torify --shellCheck for a Tor-enabled shell
torify showSpecify Tor configuration file
torify -c {{config-file}} {{command}}Context
tldr-pages: linux/torify
Revisions (0)
No revisions yet.