mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
chore: add custom_rdap_servers.yaml in .gitignore file
This commit is contained in:
parent
500b901b7a
commit
1ac11e35b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ phpstan.neon
|
||||
public/images/*.png
|
||||
public/content/*.md
|
||||
public/favicon.ico
|
||||
config/app/custom_rdap_servers.yaml
|
||||
|
||||
@ -46,12 +46,6 @@ final readonly class UpdateRdapServersHandler
|
||||
$throws[] = $throwable;
|
||||
}
|
||||
|
||||
try {
|
||||
$this->RDAPService->updateRDAPServersFromIANA();
|
||||
} catch (\Throwable $throwable) {
|
||||
$throws[] = $throwable;
|
||||
}
|
||||
|
||||
try {
|
||||
$this->RDAPService->updateRDAPServersFromFile($this->bag->get('custom_rdap_servers_file'));
|
||||
} catch (\Throwable $throwable) {
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user