feat: add DNS support via Globalping (#6850)

This commit is contained in:
Radu Lucuț
2026-02-17 22:27:38 +00:00
committed by GitHub
parent 32f9c3e11c
commit 6a9f800f58
7 changed files with 605 additions and 38 deletions
+5 -1
View File
@@ -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];