1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:02:08 +02:00
tldr/pages/linux/tor.md
2024-05-29 05:56:44 +05:30

32 lines
386 B
Markdown

# tor
> Enable anonymous communication through the Tor network.
> More information: <https://manned.org/tor>.
- Connect to the Tor network:
`tor`
- 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`