mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
33 lines
521 B
Markdown
33 lines
521 B
Markdown
![]() |
# torify
|
||
|
|
||
|
> Route network traffic through the Tor network.
|
||
|
> More information: <https://manned.org/man/torify>.
|
||
|
|
||
|
- 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}}`
|