mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
feat: add DNS support via Globalping (#6850)
This commit is contained in:
+5
-1
@@ -745,7 +745,11 @@ let needSetup = false;
|
||||
* List of frontend-only properties that should not be saved to the database.
|
||||
* Should clean up before saving to the database.
|
||||
*/
|
||||
const frontendOnlyProperties = ["humanReadableInterval", "responsecheck"];
|
||||
const frontendOnlyProperties = [
|
||||
"humanReadableInterval",
|
||||
"globalpingdnsresolvetypeoptions",
|
||||
"responsecheck",
|
||||
];
|
||||
for (const prop of frontendOnlyProperties) {
|
||||
if (prop in monitor) {
|
||||
delete monitor[prop];
|
||||
|
||||
Reference in New Issue
Block a user