Skip to content

Commit

Permalink
Fix default "whoisServer" value in DomainService::rdapLookup()
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Sep 23, 2023
1 parent b99fe85 commit a8e8d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Services/DomainService.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static function (array $entry): bool {

return new DomainInfo(
$domain,
'https://rdap.verisign.com/com/v1/domain/',
'https://rdap.org/domain/',
array_reduce(
array_filter(
$info['nameservers'],
Expand Down

0 comments on commit a8e8d24

Please sign in to comment.