fix(domain-expiry): clarify unsupported RDAP warning (#7588)

Co-authored-by: arturict <arturict@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Artur
2026-07-12 20:06:13 +02:00
committed by GitHub
parent 8854e00a92
commit 919f080184
+1 -1
View File
@@ -1017,7 +1017,7 @@ class Monitor extends BeanModel {
) { ) {
log.warn( log.warn(
"domain_expiry", "domain_expiry",
`Domain expiry unsupported for '.${error.meta.publicSuffix}' because its RDAP endpoint is not listed in the IANA database.` `Domain expiry unsupported for '.${error.meta.publicSuffix}' because it lacks an RDAP endpoint in the IANA database. This isnt an Uptime Kuma bug, a limitation of your registry. If an RDAP server exists, ask your registrar politely to submit it to IANA so expiry checks can work.`
); );
} }
} }