Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Route the traffic of any application through the Tor network.
> Note: `torsocks` will assume that it should connect to the Tor SOCKS proxy running at 127.0.0.1:9050 being the defaults of the Tor daemon.
> More information: <https://gitlab.torproject.org/tpo/core/torsocks/>.
> More information: <https://manned.org/torsocks>.
- Run a command using Tor:
@@ -25,10 +25,10 @@ source: https://github.com/tldr-pages/tldr.git
`torsocks show`
- [i]solate traffic through a different Tor circuit, improving anonymity:
- Isolate traffic through a different Tor circuit, improving anonymity:
`torsocks --isolate {{curl https://check.torproject.org/api/ip}}`
`torsocks {{[-i|--isolate]}} {{curl https://check.torproject.org/api/ip}}`
- Connect to a Tor proxy running on a specific [a]ddress and [P]ort:
- Connect to a Tor proxy running on a specific address and port:
`torsocks --address {{ip}} --port {{port}} {{command}}`
`torsocks {{[-a|--address]}} {{ip}} {{[-P|--port]}} {{port}} {{command}}`