mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 05:53:15 +02:00
Update Languages-files for default settings description
This commit is contained in:
@@ -122,13 +122,22 @@
|
||||
"settings.fail2ban": "Global Default Fail2Ban Configurations",
|
||||
"settings.fail2ban.description": "These settings will be applied to all enabled Fail2Ban servers and stored in their jail.local [DEFAULT] section.",
|
||||
"settings.enable_bantime_increment": "Enable Bantime Increment",
|
||||
"settings.enable_bantime_increment.description": "If set to true, the bantime will be calculated using the formula: bantime = findtime * (number of failures / maxretry) * (1 + bantime.rndtime).",
|
||||
"settings.default_bantime": "Default Bantime",
|
||||
"settings.default_bantime.description": "The number of seconds that a host is banned. Time format: 1h = 1 hour, 1d = 1 day, 1w = 1 week, 1m = 1 month, 1y = 1 year.",
|
||||
"settings.default_bantime_placeholder": "e.g., 48h",
|
||||
"settings.banaction": "Banaction",
|
||||
"settings.banaction.description": "Default banning action (e.g. iptables-multiport, iptables-allports, firewallcmd-multiport, etc). It is used to define action_* variables.",
|
||||
"settings.banaction_allports": "Banaction Allports",
|
||||
"settings.banaction_allports.description": "Banning action for all ports (e.g. iptables-allports, firewallcmd-allports, etc). Used when a jail needs to ban all ports instead of specific ones.",
|
||||
"settings.default_findtime": "Default Findtime",
|
||||
"settings.default_findtime.description": "A host is banned if it has generated 'maxretry' failures during the last 'findtime' seconds. Time format: 1h = 1 hour, 1d = 1 day, 1w = 1 week, 1m = 1 month, 1y = 1 year.",
|
||||
"settings.default_findtime_placeholder": "e.g., 30m",
|
||||
"settings.default_max_retry": "Default Max Retry",
|
||||
"settings.default_max_retry.description": "Number of failures before a host gets banned.",
|
||||
"settings.default_max_retry_placeholder": "Enter maximum retries",
|
||||
"settings.ignore_ips": "Ignore IPs",
|
||||
"settings.ignore_ips.description": "Space separated list of IP addresses, CIDR masks or DNS hosts. Fail2ban will not ban a host which matches an address in this list.",
|
||||
"settings.ignore_ips_placeholder": "IPs to ignore, separated by spaces",
|
||||
"settings.advanced.title": "Advanced Actions for Recurring Offenders",
|
||||
"settings.advanced.description": "Automatically synchronize recurring offenders to an external firewall or blocklist.",
|
||||
|
||||
Reference in New Issue
Block a user