Create a testing target list

This commit is contained in:
mdivecky 2024-12-10 12:28:17 +01:00
parent 1b8a3d047b
commit 7b77595aeb

18
targets.json Normal file
View file

@ -0,0 +1,18 @@
[
{
"targets": [
"nolog.cz"
],
"labels": {
"check_url": "http://nolog.cz/"
}
},
{
"targets": [
"cyberladies.cz"
],
"labels": {
"check_url": "https://www.cyberladies.cz/"
}
}
]