* sync with base package
Signed-off-by: Dirk Brenken <redacted>
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>
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;
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;