torify - Man Page
wrapper for torsocks and tor
Examples (TL;DR)
- Route traffic via Tor:
torify command
- Toggle Tor in shell:
torify on|off
- Spawn a Tor-enabled shell:
torify --shell
- Check for a Tor-enabled shell:
torify show
- Specify 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
Synopsis
torify application [application’s arguments]
Description
torify is a simple wrapper that calls torsocks with a tor-specific configuration file.
It is provided for backward compatibility; instead you should use torsocks.
Warning
When used with torsocks, torify should not leak DNS requests or UDP data.
torify can leak ICMP data.
torify will not ensure that different requests are processed on different circuits.
See Also
Author
Tor Project, Inc.
Author.
Referenced By
tor(1), tor-resolve(1), urlwatch-cookbook(7).
06/06/2024 Tor Manual