mirror of https://github.com/CrimsonTome/tldr.git
tor, torify: add pages (#12810)
parent
5208143cdc
commit
df15d6636a
|
@ -0,0 +1,36 @@
|
||||||
|
# tor
|
||||||
|
|
||||||
|
> Enable anonymous communication through the Tor network.
|
||||||
|
> More information: <https://manned.org/man/tor>.
|
||||||
|
|
||||||
|
- Connect to the Tor network:
|
||||||
|
|
||||||
|
`tor`
|
||||||
|
|
||||||
|
- Start a Tor relay:
|
||||||
|
|
||||||
|
`tor --relay`
|
||||||
|
|
||||||
|
- View Tor configuration:
|
||||||
|
|
||||||
|
`tor --config`
|
||||||
|
|
||||||
|
- Check Tor status:
|
||||||
|
|
||||||
|
`tor --status`
|
||||||
|
|
||||||
|
- Run as client only:
|
||||||
|
|
||||||
|
`tor --client`
|
||||||
|
|
||||||
|
- Run as relay:
|
||||||
|
|
||||||
|
`tor --relay`
|
||||||
|
|
||||||
|
- Run as bridge:
|
||||||
|
|
||||||
|
`tor --bridge`
|
||||||
|
|
||||||
|
- Run as a hidden service:
|
||||||
|
|
||||||
|
`tor --hidden-service`
|
|
@ -0,0 +1,32 @@
|
||||||
|
# torify
|
||||||
|
|
||||||
|
> Route network traffic through the Tor network.
|
||||||
|
> More information: <https://manned.org/man/torify>.
|
||||||
|
|
||||||
|
- Route traffic via Tor:
|
||||||
|
|
||||||
|
`torify {{command}}`
|
||||||
|
|
||||||
|
- Toggle Tor in shell:
|
||||||
|
|
||||||
|
`torify {{on|off}}`
|
||||||
|
|
||||||
|
- Spawn a Tor-enabled shell:
|
||||||
|
|
||||||
|
`torify --shell`
|
||||||
|
|
||||||
|
- Check for a Tor-enabled shell:
|
||||||
|
|
||||||
|
`torify show`
|
||||||
|
|
||||||
|
- Specify Tor configuration file:
|
||||||
|
|
||||||
|
`torify -c {{config-file}} {{command}}`
|
||||||
|
|
||||||
|
- Use a specific Tor SOCKS proxy:
|
||||||
|
|
||||||
|
`torify -P {{proxy}} {{command}}`
|
||||||
|
|
||||||
|
- Redirect output to a file:
|
||||||
|
|
||||||
|
`torify {{command}} > {{path/to/output}}`
|
Loading…
Reference in New Issue