IPv6 in EPP temporarily not supported

This commit is contained in:
Pinga 2024-07-28 13:12:07 +03:00
parent bf91688b3d
commit a905d554b0

View file

@ -49,7 +49,7 @@ $pool = new Swoole\Database\PDOPool(
Swoole\Runtime::enableCoroutine();
$server = new Server($c['epp_host'], $c['epp_port']);
if ($c['epp_host_ipv6'] !== false) {
$server->addListener($c['epp_host_ipv6'], $c['epp_port'], SWOOLE_SOCK_TCP6);
//$server->addListener($c['epp_host_ipv6'], $c['epp_port'], SWOOLE_SOCK_TCP6);
}
$server->set([
'enable_coroutine' => true,