o.value('dropbear');
o.value('sshd');
o.value('luci');
+ o.value('nginx');
o.optional = true;
o.rmempty = true;
+ o = s.taboption('adv_log', form.Value, 'ban_ssh_logcount', _('SSH Log Count'), _('Number of the failed ssh login repetitions of the same ip in the log before banning.'));
+ o.placeholder = '3';
+ o.datatype = 'range(1,10)';
+ o.rmempty = true;
+
+ o = s.taboption('adv_log', form.Value, 'ban_luci_logcount', _('LuCI Log Count'), _('Number of the failed LuCI login repetitions of the same ip in the log before banning.'));
+ o.placeholder = '3';
+ o.datatype = 'range(1,10)';
+ o.rmempty = true;
+
+ o = s.taboption('adv_log', form.Value, 'ban_nginx_logcount', _('NGINX Log Count'), _('Number of the failed nginx requests of the same ip in the log before banning.'));
+ o.placeholder = '5';
+ o.datatype = 'range(1,20)';
+ o.rmempty = true;
+
o = s.taboption('adv_log', form.Value, 'ban_logopts_src', _('SRC Log Options'), _('Set special SRC log options, e.g. to set a limit rate.'));
o.nocreate = false;
o.unspecified = true;
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.2-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Utilitat de baixades"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.11-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Nástroj pro stahování"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr "6 Stunden"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr "Autonome Systemnummern"
msgid "Active Subnets"
msgstr "Aktive Subnetze"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr "Erweiterte Protokolleinstellungen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr "Automatische Blacklist"
msgid "Auto Detection"
msgstr "Automatische Erkennung"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr "Automatische Whitelist"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
"Automatische Übertragung von verdächtigen IP-Adressen aus dem Protokoll in "
"die banIP Blacklist während der Laufzeit."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Download-Werkzeug"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr "Name"
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/sec (predeterminado)"
msgid "6 hours"
msgstr "6 horas"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr "ASNs"
msgid "Active Subnets"
msgstr "Subredes activas"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr "Configuración de registro avanzada"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr "Lista negra automática"
msgid "Auto Detection"
msgstr "Detección automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr "Lista blanca automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
"Transfiere automáticamente las direcciones IP sospechosas del registro a la "
"lista negra de banIP durante el tiempo de ejecución."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr "Cuenta SUM"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr "Países"
msgid "DST IPSet Type"
msgstr "Tipo de IPSet DST"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr "Opciones de registro DST"
msgid "Download Utility"
msgstr "Utilidad de descarga"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr "Acciones de correo electrónico"
msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico"
msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "Tema del correo electrónico"
msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr "Fuentes extra"
msgid "Less Priority"
msgstr "Menos prioridad"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
"Limite el disparador de correo electrónico a determinadas acciones de banIP."
msgid "Limit the log monitor to certain log terms."
msgstr "Limite el monitor de registro a ciertos términos de registro."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr "Limite la selección a determinadas fuentes locales."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355
msgid "List of available network interfaces to trigger the banIP start."
-msgstr "Lista de interfaces de red disponibles para activar el inicio de banIP."
+msgstr ""
+"Lista de interfaces de red disponibles para activar el inicio de banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:443
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Lista de utilidades de descarga totalmente preconfiguradas y compatibles."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr "Fuentes locales"
"registro de dichos paquetes puede provocar un aumento de la latencia debido "
"a que requiere recursos adicionales del sistema."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr "Tiempo de espera de Maclist"
"Se han guardado los cambios de Maclist. Actualice sus listas de banIP para "
"que los cambios surtan efecto."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr "Nombre"
msgid "Number of all entries"
msgstr "Número de todas las entradas"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
"Analice solo el último número indicado de entradas de registro para detectar "
"eventos sospechosos."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
msgid "SRC IPSet Type"
msgstr "Tipo IPSet SRC"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr "Opciones de registro SRC"
msgid "SRC+DST IPSet Type"
msgstr "Tipo de IPSet SRC+DST"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"Envíe correos electrónicos de notificación relacionados con banIP. Esto "
"necesita la instalación y configuración del paquete adicional 'msmtp'."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Dirección del remitente para correos electrónicos de notificación de banIP."
"Configure el tipo de SRC+DST individual por IPset para bloquear los paquetes "
"entrantes y salientes."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
"Establecer opciones especiales de registro DST, p. Ej. para establecer una "
"tasa límite."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
"Configure opciones especiales de registro de SRC, por ejemplo, para "
msgstr ""
"Tamaño de la cola de descarga para el procesamiento de descargas en paralelo."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr "Fuentes (Información)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439
msgid "Target directory for IPSet related report files."
-msgstr "Directorio de destino para archivos de informes relacionados con IPSet."
+msgstr ""
+"Directorio de destino para archivos de informes relacionados con IPSet."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
msgid "Target directory for compressed source list backups."
"Para mantener actualizadas sus listas de banIP, debe configurar un trabajo "
"de actualización automática para estas listas."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP."
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Lataustyökalu"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.2-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Télécharger l'utilitaire"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Letöltési segédprogram"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Utilità di Scaricamento"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr "アクティブなサブネット"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr "ログの詳細設定"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr "自動ブラックリスト"
msgid "Auto Detection"
msgstr "自動検出"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr "自動ホワイトリスト"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr "SUM をカウント"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr "国"
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "ダウンロードユーティリティ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr "Eメールアクション"
msgid "E-Mail Notification"
msgstr "Eメール通知"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "Eメールプロファイル"
msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "Eメールトピック"
msgid "Existing job(s)"
msgstr "既存のジョブ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr "低い優先度"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr "サポートされ、かつ設定済のダウンロード ユーティリティの一覧です。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr "名前"
msgid "Number of all entries"
msgstr "全エントリ数"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Nedlastingsverktøy"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "E-postprofil"
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "E-postemne"
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/sec (domyślnie)"
msgid "6 hours"
msgstr "6 godzin"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr "ASNs"
msgid "Active Subnets"
msgstr "Aktywne podsieci"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr "Zaawansowane ustawienia dziennika"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr "Automatyczna czarna lista"
msgid "Auto Detection"
msgstr "Automatyczne wykrywanie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr "Automatyczna biała lista"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
"Automatycznie przenosi podejrzane IP z logu na czarną listę banIP w czasie "
"działania programu."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr "Kraje"
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Narzędzie pobierania"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Ferramenta para Descarregar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Ferramenta para Baixar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr "Notificação por E-Mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "E-Mail do Perfil"
msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "Assunto do E-Mail"
msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr "Nome"
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 3.11-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Utilitar descărcare"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Утилита для загрузки"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Nástroj na sťahovanie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "Ladda ner verktyget"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "E-postprofil"
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "E-postämne"
msgid "Existing job(s)"
msgstr "Befintliga jobb"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "İndirme Aracı"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.3-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr ""
msgid "6 hours"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr ""
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/秒 (默认)"
msgid "6 hours"
msgstr "6 小时"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr "平均取样数"
msgid "Active Subnets"
msgstr "活动子网"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "额外的与非banip相关的IPSets, 例如用于报告和查询."
msgid "Advanced Log Settings"
msgstr "高级设置-日志"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr "自动 黑名单"
msgid "Auto Detection"
msgstr "自动检测"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr "自动 白名单"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr "运行时自动将可疑 IPs 从日志转移到 banIP 黑名单."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "运行时自动传输上行的 IPs 到banIP白名单."
msgid "Count SUM"
msgstr "SUM统计"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr "地区"
msgid "DST IPSet Type"
msgstr "DST IPSet类型"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr "DST日志选项"
msgid "Download Utility"
msgstr "下载工具"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr "电子邮件动作"
msgid "E-Mail Notification"
msgstr "电子邮件通知"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr "电子邮件概要"
msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr "电子邮件主题"
msgid "Existing job(s)"
msgstr "现有工作"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr "附加源"
msgid "Less Priority"
msgstr "较低优先级"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "将电子邮件的触发限制为某些banIP操作."
msgid "Limit the log monitor to certain log terms."
msgstr "将日志监视器限制为特定的日志术语."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr "将选择限制在特定的本地源。"
msgid "List of supported and fully pre-configured download utilities."
msgstr "支持的和完全预先配置的下载实用程序列表."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr "本地源"
"记录可疑的发送数据包 -- 通常是被拒绝的。由于需要额外的系统资源,记录这样的数"
"据包可能会导致延迟增加。"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr "Mac列表超时"
"effect."
msgstr "Mac列表更改已保存。刷新你的 banIP 列表,使更改生效。"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr "名称"
msgid "Number of all entries"
msgstr "所有条目的数字"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "仅解析最后声明的可疑事件的日志条目数量。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "'msmtp' 所用的 banIP 通知电子邮件的配置。"
msgid "SRC IPSet Type"
msgstr "SRC IPSet 类型"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr "SRC 日志选项"
msgid "SRC+DST IPSet Type"
msgstr "SRC+DST IPSet 类型"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr "发送 banIP 相关的通知电邮。这需要安装和设置额外的 'msmtp' 包。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知电邮的发送者地址。"
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "为每一 IPSet 设置单独的 SRC+DST 类型来拦截传入和传出数据包。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "设定特殊的 DST 日志选项,如设置一个限制率。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "设置特殊的 SRC 日志选项,如设置一个限制率。"
msgid "Size of the download queue for download processing in parallel."
msgstr "用于并行下载处理的下载队列大小。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr "源 (信息)"
"job for these lists."
msgstr "要使您的banIP列表保持最新, 您应该为这些列表设置一个自动更新作业."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr "banIP通知电子邮件的主题."
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/秒 (預設)"
msgid "6 hours"
msgstr "6 小時"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs"
msgstr "平均取樣數"
msgid "Active Subnets"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
msgid "Advanced Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist"
msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr ""
msgid "Count SUM"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries"
msgstr ""
msgid "DST IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options"
msgstr ""
msgid "Download Utility"
msgstr "下載工具"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions"
msgstr ""
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile"
msgstr ""
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic"
msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources"
msgstr ""
msgid "Less Priority"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions."
msgstr ""
msgid "Limit the log monitor to certain log terms."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources."
msgstr ""
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources"
msgstr ""
"cause an increase in latency due to it requiring additional system resources."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid "LuCI Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout"
msgstr ""
"effect."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid "NGINX Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name"
msgstr ""
msgid "Number of all entries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
+msgid ""
+"Number of the failed LuCI login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
+msgid ""
+"Number of the failed nginx requests of the same ip in the log before banning."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid ""
+"Number of the failed ssh login repetitions of the same ip in the log before "
+"banning."
+msgstr ""
+
#: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview"
msgid "Parse only the last stated number of log entries for suspicious events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
msgid "SRC IPSet Type"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options"
msgstr ""
msgid "SRC+DST IPSet Type"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
+msgid "SSH Log Count"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save"
"setup of the additional 'msmtp' package."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "Set special DST log options, e.g. to set a limit rate."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr ""
msgid "Size of the download queue for download processing in parallel."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)"
msgstr ""
"job for these lists."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails."
msgstr ""