-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All IPv6 Addresses in http(s) monitors return ENOTFOUND #4080
Comments
But I am not using docker, and the nodejs version did not change during upgrade. |
You can try to downgrade back 1.23.3.
|
I found it still broken after I downgrade to 1.23.3. Let me check if any system packages update break this. |
I just found the related issue. |
Same problem. But I'm running in a container and it doesn't support ipv6 |
🛡️ Security Policy
Description
I have multiple servers running as CDN / mirrors, and I have to use IP address not domain to check them.
So I set monitor URL to something like
https://[XXXX:AAAA::1]/xxxx
, and set the header toIt all works fine until I upgrade kuma from 1.23.3 to 1.23.6.
Now all monitors report
getaddrinfo ENOTFOUND [XXXX:AAAA::1]
👟 Reproduction steps
👀 Expected behavior
It should able to connect to the website.
😓 Actual Behavior
Report
getaddrinfo ENOTFOUND [XXXX:AAAA::1]
🐻 Uptime-Kuma Version
1.23.6
💻 Operating System and Arch
Gentoo
🌐 Browser
N/A
🐋 Docker Version
N/A
🟩 NodeJS Version
20.6.1
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: