feat: add tracked domains table

This commit is contained in:
Maël Gangloff
2024-09-09 11:31:33 +02:00
parent 124168380a
commit 0e96404302
12 changed files with 201 additions and 39 deletions

View File

@@ -76,7 +76,6 @@ readonly class RDAPService
private const IMPORTANT_EVENTS = [EventAction::Deletion->value, EventAction::Expiration->value];
private const IMPORTANT_STATUS = [
'auto renew period',
'redemption period',
'pending delete',
'pending create',
@@ -84,8 +83,6 @@ readonly class RDAPService
'pending restore',
'pending transfer',
'pending update',
'client hold',
'server hold',
'add period',
];