Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-22 00:13:44 +00:00
parent 32f272ee5f
commit ae53e48342
3 changed files with 86 additions and 4 deletions

37
tldr/linux/torify Normal file
View 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}}`