Added sync with iQ Abuse Manager

This commit is contained in:
Pinga 2025-07-04 17:18:05 +03:00
parent a15904897c
commit 1087687236
2 changed files with 104 additions and 0 deletions

View file

@ -83,6 +83,7 @@ if ($cronJobConfig['gtld_mode']) {
$scheduler->php('/opt/registry/automation/urs.php')->at('45 * * * *');
$scheduler->php('/opt/registry/automation/escrow.php')->at('5 0 * * *');
$scheduler->php('/opt/registry/automation/reporting.php')->at('1 0 1 * *');
// $scheduler->php('/opt/registry/automation/abuse_iq.php')->at('0 * * * *');
}
if ($cronJobConfig['exchange_rates']) {