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