initial commit

This commit is contained in:
Andreas Wrede
2026-06-28 15:09:28 -04:00
parent bd865831d6
commit cc25dee7e2
27 changed files with 738 additions and 0 deletions
+16
View File
@@ -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 }
]
}