Initial Commit

This commit is contained in:
2021-01-31 00:39:30 +01:00
commit 6085860bc6
10 changed files with 2732 additions and 0 deletions

8
example.config.ron Normal file
View File

@ -0,0 +1,8 @@
(
services: {
"example": (
url: "https://example.org",
mode: Check200,
),
},
)