mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: start of EPP form
This commit is contained in:
@@ -136,6 +136,10 @@ class EppClientProvider extends AbstractProvider implements CheckDomainProviderI
|
||||
*/
|
||||
private function connect(): void
|
||||
{
|
||||
if ($this->eppClient->isConnected()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$conn = new eppConnection(false, null);
|
||||
$conn->setHostname($this->authData['hostname']);
|
||||
$conn->setVersion($this->authData['version']);
|
||||
|
||||
Reference in New Issue
Block a user