diff --git a/security/maltrail/Makefile b/security/maltrail/Makefile index 9bcd7d344..efbb4ccd2 100644 --- a/security/maltrail/Makefile +++ b/security/maltrail/Makefile @@ -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 diff --git a/security/maltrail/pkg-descr b/security/maltrail/pkg-descr index 2e65f0b1e..2d478fa23 100644 --- a/security/maltrail/pkg-descr +++ b/security/maltrail/pkg-descr @@ -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 diff --git a/security/maltrail/src/opnsense/mvc/app/views/OPNsense/Maltrail/general.volt b/security/maltrail/src/opnsense/mvc/app/views/OPNsense/Maltrail/general.volt index 9aefe447e..e27c8ada6 100644 --- a/security/maltrail/src/opnsense/mvc/app/views/OPNsense/Maltrail/general.volt +++ b/security/maltrail/src/opnsense/mvc/app/views/OPNsense/Maltrail/general.volt @@ -26,6 +26,9 @@ #}
+ {{ partial("layout_partials/base_form",['fields':generalForm,'id':'frm_general_settings'])}}