mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
allow more than one resolver server for dns checks #4203
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Waldorf3 on GitHub (Jul 14, 2025).
📑 I have found these related issues/pull requests
I have not
🏷️ Feature Request Type
Change to existing monitor
🔖 Feature description
Today Cloudflare 1.1.1.1 went down. and I had to spend half an hour trouble shooting until I realized the problem was elsewhere. I tried adding multiple resolver servers but while there is apparenly no control of what is entered, multiple resolver servers whether separated by space or comma throws errors.
✔️ Solution
Suggest allowing multiple resolver servers to avoid this false positive.
❓ Alternatives
No response
📝 Additional Context
No response
@raabmar commented on GitHub (Jul 15, 2025):
I had the same issue, I thought the entire internet went down at first. It was not only 1.1.1.1 but also 8.8.8.8 that was affected I think.
I am glad I read it was not only me impacted by it. I tried to search to pinpoint it and I think in my case I have the dns resolver added in the docker run command.
It seems to me there are different levels in were DNS resolver could be defined, but not sure about the details here
@Waldorf3 commented on GitHub (Jul 15, 2025):
Once I realized the problem was 1.1.1.1 I changed to 1.0.0.1 and after that it worked. I would still like to have more than one resolver, just like you have most everywhere else.