mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 17:46:03 +02:00
Added optional rate limiting for services
This commit is contained in:
parent
b0f63ffb25
commit
b3113da4f4
15 changed files with 110 additions and 13 deletions
|
@ -10,4 +10,7 @@ return [
|
|||
'roid' => 'XX',
|
||||
'registry_url' => 'https://example.com/rdap-terms',
|
||||
'rdap_url' => 'https://rdap.example.com',
|
||||
'rately' => false,
|
||||
'limit' => 1000,
|
||||
'period' => 60,
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue