mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 14:30:58 -04:00
Added DNS Monitor Type
This commit is contained in:
parent
2912ca1248
commit
c79be19ec3
6 changed files with 204 additions and 2 deletions
|
@ -9,7 +9,7 @@ class Database {
|
|||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = "./data/kuma.db";
|
||||
static latestVersion = 6;
|
||||
static latestVersion = 7;
|
||||
static noReject = true;
|
||||
static sqliteInstance = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue