mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-21 20:09:20 +02:00
Added easier way to set IPv6 support in DAS/EPP/WHOIS
This commit is contained in:
parent
bce5aee124
commit
0974c7578d
6 changed files with 16 additions and 2 deletions
|
@ -7,6 +7,8 @@ return [
|
|||
'db_database' => 'registry',
|
||||
'db_username' => 'your_username',
|
||||
'db_password' => 'your_password',
|
||||
'das_ipv4' => '0.0.0.0',
|
||||
'das_ipv6' => '::', // Set to false if no IPv6 support
|
||||
'rately' => false,
|
||||
'limit' => 1000,
|
||||
'period' => 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue