github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/outbound/urltest.zh.md (about) 1 ### 结构 2 3 ```json 4 { 5 "type": "urltest", 6 "tag": "auto", 7 8 "outbounds": [ 9 "proxy-a", 10 "proxy-b", 11 "proxy-c" 12 ], 13 "url": "", 14 "interval": "", 15 "tolerance": 50, 16 "idle_timeout": "", 17 "interrupt_exist_connections": false 18 } 19 ``` 20 21 ### 字段 22 23 #### outbounds 24 25 ==必填== 26 27 用于测试的出站标签列表。 28 29 #### url 30 31 用于测试的链接。默认使用 `https://www.gstatic.com/generate_204`。 32 33 #### interval 34 35 测试间隔。 默认使用 `3m`。 36 37 #### tolerance 38 39 以毫秒为单位的测试容差。 默认使用 `50`。 40 41 #### idle_timeout 42 43 空闲超时。默认使用 `30m`。 44 45 #### interrupt_exist_connections 46 47 当选定的出站发生更改时,中断现有连接。 48 49 仅入站连接受此设置影响,内部连接将始终被中断。