add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/linux/tor.md Normal file
View File

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