initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user