mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
45 lines
784 B
Markdown
45 lines
784 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "urltest",
|
|
"tag": "auto",
|
|
|
|
"outbounds": [
|
|
"proxy-a",
|
|
"proxy-b",
|
|
"proxy-c"
|
|
],
|
|
"url": "https://www.gstatic.com/generate_204",
|
|
"interval": "1m",
|
|
"tolerance": 50,
|
|
"interrupt_exist_connections": false
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
#### outbounds
|
|
|
|
==Required==
|
|
|
|
List of outbound tags to test.
|
|
|
|
#### url
|
|
|
|
The URL to test. `https://www.gstatic.com/generate_204` will be used if empty.
|
|
|
|
#### interval
|
|
|
|
The test interval. `1m` will be used if empty.
|
|
|
|
#### tolerance
|
|
|
|
The test tolerance in milliseconds. `50` will be used if empty.
|
|
|
|
#### interrupt_exist_connections
|
|
|
|
Interrupt existing connections when the selected outbound has changed.
|
|
|
|
Only inbound connections are affected by this setting, internal connections will always be interrupted.
|