introduce http-request rate-limit; smaller fixes
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -2072,6 +2072,14 @@ Vielen Dank, Ihr Administrator',
|
||||
'toolselect' => 'Traffic Analyzer',
|
||||
],
|
||||
'requires_reconfiguration' => 'Änderungen an dieser Einstellungen benötigen unter Umständen eine erneute Konfiguration der folgenden Dienste:<br><strong>%s</strong>',
|
||||
'req_limit_per_interval' => [
|
||||
'title' => 'Anzahl der HTTP-Anfragen pro Intervall',
|
||||
'description' => 'Erlaubte Anzahl von HTTP-Anfragen pro Intervall (siehe unten) auf froxlor, Standard ist "60"',
|
||||
],
|
||||
'req_limit_interval' => [
|
||||
'title' => 'Rate-Limit-Intervall',
|
||||
'description' => 'Specify the time in seconds for the number of HTTP requests, default is "60"',
|
||||
],
|
||||
],
|
||||
'spf' => [
|
||||
'use_spf' => 'Aktiviere SPF für Domains?',
|
||||
|
||||
@@ -2196,6 +2196,14 @@ Yours sincerely, your administrator',
|
||||
'goaccess' => 'goacccess'
|
||||
],
|
||||
'requires_reconfiguration' => 'Changing this settings might require a reconfiguration of the following services:<br><strong>%s</strong>',
|
||||
'req_limit_per_interval' => [
|
||||
'title' => 'Number of HTTP requests per interval',
|
||||
'description' => 'Limit the number of HTTP requests per interval (see below) to froxlor, default is "60"',
|
||||
],
|
||||
'req_limit_interval' => [
|
||||
'title' => 'Rate-limit interval',
|
||||
'description' => 'Zeit in Sekunden für die maximale Anzahl von HTTP-Anfragen, Standard ist "60".',
|
||||
],
|
||||
],
|
||||
'spf' => [
|
||||
'use_spf' => 'Activate SPF for domains?',
|
||||
|
||||
Reference in New Issue
Block a user