mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-banip: update 1.8.8-2
* sync with base package Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@ LUCI_TITLE:=LuCI support for banIP
|
||||
LUCI_DEPENDS:=+luci-base +banip
|
||||
|
||||
PKG_VERSION:=1.8.8
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
||||
@@ -234,6 +234,7 @@ return view.extend({
|
||||
o.value('feed 1', _('<IP-Address>'));
|
||||
o.value('feed 1 ,', _('<IP-Address><CSV-Separator>'));
|
||||
o.value('feed 13', _('<IP-Address><Space><Netmask>'));
|
||||
o.value('feed 4 "', _('<JSON Lines><IP-Address><JSON Lines>'));
|
||||
o.value('suricata 1', _('<Suricata Syntax>'));
|
||||
o.optional = true;
|
||||
o.rmempty = true;
|
||||
|
||||
@@ -255,7 +255,7 @@ return view.extend({
|
||||
o.optional = true;
|
||||
o.retain = true;
|
||||
|
||||
o = s.taboption('general', form.Value, 'ban_fetchparm', _('Download Parameters'), _('Override the pre-configured download options for the selected download utility.'));
|
||||
o = s.taboption('general', form.Value, 'ban_fetchparm', _('Download Parameters'), _('Override the pre-configured download options for the selected download utility. The output flag, e.g. \'-o\' for curl or \'-O\' for wget, must be the last parameter.'));
|
||||
o.depends('ban_autodetect', '0');
|
||||
o.optional = true;
|
||||
o.retain = true;
|
||||
|
||||
Reference in New Issue
Block a user