mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-12 20:39:20 +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();
|
Swoole\Runtime::enableCoroutine();
|
||||||
$server = new Server($c['epp_host'], $c['epp_port']);
|
$server = new Server($c['epp_host'], $c['epp_port']);
|
||||||
if ($c['epp_host_ipv6'] !== false) {
|
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([
|
$server->set([
|
||||||
'enable_coroutine' => true,
|
'enable_coroutine' => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue