mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-06-23 04:10:14 +00:00
fix: omit resolver port from DNS monitor service URL (#7516)
This commit is contained in:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user