feat: some stuff

This commit is contained in:
Vincent
2024-08-26 14:02:12 +02:00
parent 3e3ea66848
commit 7861eaf5db
8 changed files with 30 additions and 8 deletions

View File

@@ -152,6 +152,7 @@ readonly class RDAPService
/** @var ?Domain $domain */
$domain = $this->domainRepository->findOneBy(['ldhName' => $idnDomain]);
return $domain;
$rdapServerUrl = $rdapServer->getUrl();