github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/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": "https://www.gstatic.com/generate_204",
    14    "interval": "1m",
    15    "tolerance": 50
    16  }
    17  ```
    18  
    19  ### 字段
    20  
    21  #### outbounds
    22  
    23  ==必填==
    24  
    25  用于测试的出站标签列表。
    26  
    27  #### url
    28  
    29  用于测试的链接。默认使用 `https://www.gstatic.com/generate_204`。
    30  
    31  #### interval
    32  
    33  测试间隔。 默认使用 `1m`。
    34  
    35  #### tolerance
    36  
    37  以毫秒为单位的测试容差。 默认使用 `50`。