From 0632f167d8008e5d013418644596e79249826362 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Thu, 4 May 2023 12:24:33 +0200 Subject: luci-app-banip: sync with banIP 0.8.4-4 * small changes * sync translations Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/banip/overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-banip/htdocs/luci-static/resources/view/banip') diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 3eba0c23e0..edd26e7641 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -575,7 +575,7 @@ return view.extend({ o.optional = true; o.rmempty = true; - o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically transfers uplink IPs to the banIP allowlist.')); + o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically add resolved domains and uplink IPs to the local banIP allowlist.')); o.default = 1 o.rmempty = false; @@ -587,7 +587,7 @@ return view.extend({ o.rmempty = true; o.depends('ban_autoallowlist', '1'); - o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically transfers suspicious IPs to the banIP blocklist.')); + o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically add resolved domains and suspicious IPs to the local banIP blocklist.')); o.default = 1 o.rmempty = false; -- cgit v1.2.3