mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 00:50:01 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/torify
Normal file
37
tldr/linux/torify
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user