Make it possible to exempt ips from the rate-limiter

This commit is contained in:
LinQhost Managed hosting 2021-05-04 10:29:25 +02:00
parent d65bf02d78
commit 7d82c82fd9
5 changed files with 128 additions and 3 deletions

View file

@ -82,6 +82,7 @@ class Configuration
'limit' => 10,
'header' => null,
'dir' => 'data',
'exemptedIp' => null,
),
'purge' => array(
'limit' => 300,