security/maltrail: add note to general tab regarding restart (#1446)

This commit is contained in:
Michael
2019-08-11 22:46:15 +03:00
committed by Franco Fichtner
parent 488263b335
commit 764b6775e2
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= maltrail
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Malicious traffic detection system
PLUGIN_DEPENDS= maltrail
PLUGIN_MAINTAINER= m.muenz@gmail.com
+15
View File
@@ -6,3 +6,18 @@ URL, IP address or HTTP User-Agent header value. Also, it uses advanced
heuristic mechanisms that can help in discovery of unknown threats.
WWW: https://github.com/stamparm/maltrail
Changelog
---------
1.1
* Add a note in General tab
1.0
* Server support
* Sensor support
* Allow to set listen interface
* Allow to set admin password
@@ -26,6 +26,9 @@
#}
<div class="content-box" style="padding-bottom: 1.5em;">
<div class="alert alert-warning" role="alert" style="min-height:65px;">
<div style="margin-top: 8px;">{{ lang._('Updates in this section need also a restart via Sensor or Server menu.') }}</div>
</div>
{{ partial("layout_partials/base_form",['fields':generalForm,'id':'frm_general_settings'])}}
<div class="col-md-12">
<hr />