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