mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/maltrail: add note to general tab regarding restart (#1446)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user