chore: add custom_rdap_servers.yaml in .gitignore file

This commit is contained in:
Maël Gangloff
2024-11-03 13:19:38 +01:00
parent 500b901b7a
commit 1ac11e35b4
3 changed files with 1 additions and 7 deletions

View File

@@ -60,7 +60,6 @@ class NamecheapProvider extends AbstractProvider
'Years' => 1, // Number of years to register
'AddFreeWhoisguard' => 'yes', // Adds free domain privacy for the domain
'WGEnabled' => 'yes', // Enables free domain privacy for the domain
'IsPremiumDomain' => 'False',
], $domainAddresses), $dryRun);
}