Improvements on the URS script

This commit is contained in:
Pinga 2023-11-13 14:54:18 +02:00
parent 647a1ae659
commit 9b183ddf5d
4 changed files with 43 additions and 16 deletions

View file

@ -22,7 +22,7 @@ return [
'escrow_report_url' => 'https://ry-api.icann.org/report/',
'escrow_report_username' => 'your_username',
'escrow_report_password' => 'your_password',
// Reporting Configuration
'reporting_path' => '/opt/reporting',
'reporting_upload' => false,
@ -31,4 +31,9 @@ return [
// Zone Writer Configuration
'dns_server' => 'bind',
// URS Configuration
'urs_imap_host' => '{your_imap_server:993/imap/ssl}INBOX',
'urs_imap_username' => 'your_username',
'urs_imap_password' => 'your_password',
];