RDAP update

This commit is contained in:
Pinga 2023-12-16 11:48:50 +02:00
parent 2b6164a0f1
commit 6df25ee4f7
3 changed files with 73 additions and 2 deletions

View file

@ -33,6 +33,12 @@
# run escrow.php every day
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/escrow.php
# run rdap-urls.php every day
50 1 * * * root /usr/bin/php8.2 /opt/registry/automation/rdap-urls.php
# run file_cache.php every day
0 2 * * * root /usr/bin/php8.2 /var/www/cp/bin/file_cache.php
# run reporting.php every 1st day
1 0 1 * * root /usr/bin/php8.2 /opt/registry/automation/reporting.php