From ac38aa28deeabae52fb74f5fee5f3da0a0c4401a Mon Sep 17 00:00:00 2001 From: MIfoodie <94649676+MIfoodie@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:25:16 -0400 Subject: [PATCH] torsocks: add page (#12547) * torsocks: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: Fazle Arefin Co-authored-by: K.B.Dharun Krishna --- pages/linux/torsocks.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/torsocks.md diff --git a/pages/linux/torsocks.md b/pages/linux/torsocks.md new file mode 100644 index 0000000000..647d96fa7c --- /dev/null +++ b/pages/linux/torsocks.md @@ -0,0 +1,12 @@ +# torsocks + +> Use any application through the Tor network. +> More information: . + +- Run a command using Tor: + +`torsocks {{command}}` + +- Enable or disable Tor in this shell: + +`. torsocks {{on|off}}`