fix: omit resolver port from DNS monitor service URL (#7516)

This commit is contained in:
skkzsh
2026-06-16 22:07:57 +09:00
committed by GitHub
parent 8d36977569
commit cf1bfc3321
@@ -37,9 +37,9 @@ class NotificationProvider {
case "push":
return "Heartbeat";
case "ping":
case "dns":
return monitorJSON["hostname"];
case "port":
case "dns":
case "gamedig":
case "steam":
if (monitorJSON["port"]) {