1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 04:13:25 +02:00
tldr/pages/linux/torsocks.md
MIfoodie ac38aa28de
torsocks: add page (#12547)
* torsocks: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-03-25 09:55:16 +05:30

12 lines
248 B
Markdown

# 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}}`