tor, torify: add pages (#12810)

This commit is contained in:
eshedruf
2024-05-21 15:18:30 +03:00
committed by GitHub
parent 5208143cdc
commit df15d6636a
2 changed files with 68 additions and 0 deletions

36
pages/linux/tor.md Normal file
View File

@@ -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`