Enhance WHOIS fallback error handling and add IANA WHOIS parsing utilities

Updated the error messages in the lookupDomain function to provide clearer guidance when RDAP is unavailable or when no WHOIS server is discovered for a TLD. Introduced new utility functions to parse IANA WHOIS responses, improving the discovery process for WHOIS servers and registration information URLs.
This commit is contained in:
2025-09-26 11:48:02 -04:00
parent e873fb7629
commit 5bc6debe30
3 changed files with 73 additions and 10 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"]
}