EPP server update; ability to turn-off 60-day transfer lock

This commit is contained in:
Pinga 2025-06-27 17:46:22 +03:00
parent 98ae5dc19c
commit 2093023791
4 changed files with 52 additions and 52 deletions

View file

@ -19,4 +19,5 @@ return [
'limit' => 1000,
'period' => 60,
'minimum_data' => false,
// 'disable_60days' => true, // Disable 60-day transfer lock for domains and contacts
];