mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
38 lines
516 B
Markdown
38 lines
516 B
Markdown
|
### 结构
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"type": "urltest",
|
||
|
"tag": "auto",
|
||
|
|
||
|
"outbounds": [
|
||
|
"proxy-a",
|
||
|
"proxy-b",
|
||
|
"proxy-c"
|
||
|
],
|
||
|
"url": "http://www.gstatic.com/generate_204",
|
||
|
"interval": "1m",
|
||
|
"tolerance": 50
|
||
|
}
|
||
|
```
|
||
|
|
||
|
### 字段
|
||
|
|
||
|
#### outbounds
|
||
|
|
||
|
==必填==
|
||
|
|
||
|
用于测试的出站标签列表。
|
||
|
|
||
|
#### url
|
||
|
|
||
|
用于测试的链接。默认使用 `http://www.gstatic.com/generate_204`。
|
||
|
|
||
|
#### interval
|
||
|
|
||
|
测试间隔。 默认使用 `1m`。
|
||
|
|
||
|
#### tolerance
|
||
|
|
||
|
以毫秒为单位的测试容差。 默认使用 `50`。
|