mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 20:52:14 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/tor
Normal file
41
tldr/linux/tor
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user