feat: add IANA fields for accredited registrars

This commit is contained in:
Maël Gangloff
2025-09-10 21:35:43 +02:00
parent f9ae2ac5e1
commit 28fb5f2fc3
6 changed files with 207 additions and 18 deletions

View File

@@ -65,6 +65,13 @@ final readonly class UpdateRdapServersHandler
$throws[] = $throwable;
}
try {
$this->RDAPService->updateRegistrarListIANA();
} catch (\Throwable $throwable) {
$throws[] = $throwable;
}
if (!empty($throws)) {
throw $throws[0];
}