Files
tldr/pages.zh/linux/tor.md

32 lines
381 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tor
> 通过Tor网络启用匿名通信。
> 更多信息:<https://manned.org/tor>。
- 连接到Tor网络
`tor`
- 查看Tor配置
`tor --config`
- 检查Tor状态
`tor --status`
- 仅作为客户端运行:
`tor --client`
- 作为中继运行:
`tor --relay`
- 作为桥接运行:
`tor --bridge`
- 作为隐藏服务运行:
`tor --hidden-service`