tldr/pages/linux/tor.md

33 lines
386 B
Markdown
Raw Normal View History

2024-05-21 13:18:30 +01:00
# tor
> Enable anonymous communication through the Tor network.
> More information: <https://manned.org/tor>.
2024-05-21 13:18:30 +01:00
- 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`