mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 16:21:50 +02:00
IPv6 in EPP temporarily not supported
This commit is contained in:
parent
bf91688b3d
commit
a905d554b0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue