We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHP-Whois version: 4.1.10
PHP version: 8.2
Description Greek domains seems to be broken
How to reproduce
$whois = Iodev\Whois\Factory::get()->createWhois(); $whois->loadDomainInfo('euro2day.gr');
Error message
Iodev\Whois\Exceptions\ServerMismatchException No servers matched for domain 'euro2day.gr'.
It seems that whois.ripe.net and whois.radb.net stopped working with .gr domains.
whois.ripe.net
whois.radb.net
The text was updated successfully, but these errors were encountered:
The .gr TLD isn't listed anywhere in module.tld.servers.json
module.tld.servers.json
That would explain why No servers matched
No servers matched
If you check iana.org, there is no whois server specified!
https://www.iana.org/domains/root/db/gr.html
And it is true, even using those custom whois servers, no results for .gr domains
$whois = Factory::get()->createWhois(); $customServer = TldServer::fromData([ "zone" => ".gr", "host" => "whois.radb.net", ]); $whois->getTldModule()->addServers([$customServer]); var_dump($whois->loadDomainInfo('www.gr'));
Sorry, something went wrong.
No branches or pull requests
PHP-Whois version: 4.1.10
PHP version: 8.2
Description
Greek domains seems to be broken
How to reproduce
Error message
It seems that
whois.ripe.net
andwhois.radb.net
stopped working with .gr domains.The text was updated successfully, but these errors were encountered: