mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: set domain as deleted when tld is deleted
This commit is contained in:
@@ -41,6 +41,7 @@ final readonly class UpdateRdapServersHandler
|
||||
try {
|
||||
$this->RDAPService->updateTldListIANA();
|
||||
$this->RDAPService->updateGTldListICANN();
|
||||
$this->RDAPService->updateDomainsWhenTldIsDeleted();
|
||||
} catch (\Throwable $throwable) {
|
||||
$throws[] = $throwable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user