Added easier way to set IPv6 support in DAS/EPP/WHOIS

This commit is contained in:
Pinga 2024-07-26 15:19:39 +03:00
parent bce5aee124
commit 0974c7578d
6 changed files with 16 additions and 2 deletions

View file

@ -8,6 +8,7 @@ return [
'db_username' => 'your_username',
'db_password' => 'your_password',
'epp_host' => '0.0.0.0',
'epp_host_ipv6' => '::', // Set to false if no IPv6 support
'epp_port' => 700,
'epp_pid' => '/var/run/epp.pid',
'epp_greeting' => 'Namingo EPP Server 1.0',