Files
cheatsheet-tldr/tldr/linux/torsocks
2024-03-26 00:13:01 +00:00

18 lines
340 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# torsocks
> Use any application through the Tor network.
> More information: <https://gitlab.torproject.org/tpo/core/torsocks/>.
- Run a command using Tor:
`torsocks {{command}}`
- Enable or disable Tor in this shell:
`. torsocks {{on|off}}`