Fixed #197 by clarifying what needs to be done

This commit is contained in:
Pinga 2025-01-23 15:31:32 +02:00
parent 69411399d8
commit 0231bc9e14
3 changed files with 174 additions and 9 deletions

View file

@ -102,4 +102,7 @@ return [
// Drop settings
'dropStrategy' => 'random', // Options: 'fixed', 'random'
'dropTime' => '02:00:00', // Time of day to perform drops if 'fixed' strategy is used
// IANA Email for Submission Logs
'iana_email' => 'admin@example.com', // Email address to be used for IANA submission
];