17 lines
467 B
JSON
17 lines
467 B
JSON
{
|
|
"probe_interval": 4,
|
|
"probe_timeout": 3,
|
|
"fail_threshold": 3,
|
|
"ok_threshold": 2,
|
|
"probe_urls": [
|
|
"http://connectivity-check.ubuntu.com/",
|
|
"http://www.gstatic.com/generate_204",
|
|
"http://cp.cloudflare.com/"
|
|
],
|
|
"wans": [
|
|
{ "name": "wifi", "device": "wlp1s0", "metric": 100 },
|
|
{ "name": "starlink", "device": "enxd8ec5eeb3512", "metric": 200 },
|
|
{ "name": "cellular", "connection": "Koodo", "metric": 300 }
|
|
]
|
|
}
|