2022-09-15 07:22:08 +00:00
|
|
|
### Structure
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"type": "urltest",
|
|
|
|
"tag": "auto",
|
|
|
|
|
|
|
|
"outbounds": [
|
|
|
|
"proxy-a",
|
|
|
|
"proxy-b",
|
|
|
|
"proxy-c"
|
|
|
|
],
|
2023-04-13 01:03:08 +00:00
|
|
|
"url": "https://www.gstatic.com/generate_204",
|
2022-09-15 07:22:08 +00:00
|
|
|
"interval": "1m",
|
|
|
|
"tolerance": 50
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
### Fields
|
|
|
|
|
|
|
|
#### outbounds
|
|
|
|
|
|
|
|
==Required==
|
|
|
|
|
|
|
|
List of outbound tags to test.
|
|
|
|
|
|
|
|
#### url
|
|
|
|
|
2023-04-13 01:03:08 +00:00
|
|
|
The URL to test. `https://www.gstatic.com/generate_204` will be used if empty.
|
2022-09-15 07:22:08 +00:00
|
|
|
|
|
|
|
#### interval
|
|
|
|
|
|
|
|
The test interval. `1m` will be used if empty.
|
|
|
|
|
|
|
|
#### tolerance
|
|
|
|
|
|
|
|
The test tolerance in milliseconds. `50` will be used if empty.
|