sing-box/docs/configuration/outbound/tor.zh.md

52 lines
771 B
Markdown
Raw Normal View History

### 结构
```json
{
2022-08-31 05:21:29 +00:00
"type": "tor",
"tag": "tor-out",
"executable_path": "/usr/bin/tor",
"extra_args": [],
"data_directory": "$HOME/.cache/tor",
"torrc": {
"ClientOnly": 1
},
... // 拨号字段
}
```
!!! info ""
2023-12-03 06:53:22 +00:00
默认安装不包含嵌入式 Tor, 参阅 [安装](/zh/installation/build-from-source/#_5)。
2022-08-31 05:21:29 +00:00
### 字段
#### executable_path
Tor 可执行文件路径
如果设置,将覆盖嵌入式 Tor。
#### extra_args
启动 Tor 时传递的附加参数列表。
#### data_directory
==推荐==
Tor 的数据目录。
如未设置,每次启动都需要长时间。
#### torrc
torrc 参数表。
参阅 [tor(1)](https://linux.die.net/man/1/tor)。
### 拨号字段
2022-08-31 05:21:29 +00:00
参阅 [拨号字段](/zh/configuration/shared/dial/)。