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

33
pages.zh/linux/torify.md Normal file
View File

@@ -0,0 +1,33 @@
# torify
> 通过 Tor 网络路由网络流量。
> 注意:此命令已被弃用,现在是 `torsocks` 的向后兼容包装器。
> 更多信息:<https://manned.org/torify>。
- 通过 Tor 路由流量:
`torify {{command}}`
- 在 shell 中切换 Tor
`torify {{on|off}}`
- 启动一个支持 Tor 的 shell
`torify --shell`
- 检查是否为 Tor 启用的 shell
`torify show`
- 指定 Tor 配置文件:
`torify -c {{config-file}} {{command}}`
- 使用特定的 Tor SOCKS 代理:
`torify -P {{proxy}} {{command}}`
- 将输出重定向到文件:
`torify {{command}} > {{path/to/output}}`