mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/maltrail: remove MFS for /var/log/ (#3039)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= maltrail
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_VERSION= 1.9
|
||||
PLUGIN_COMMENT= Malicious traffic detection system
|
||||
PLUGIN_DEPENDS= maltrail
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -11,6 +11,10 @@ WWW: https://github.com/stamparm/maltrail
|
||||
Changelog
|
||||
---------
|
||||
|
||||
1.9
|
||||
|
||||
* Remove MFS support for /var/log/
|
||||
|
||||
1.8
|
||||
|
||||
* Add firewall alias "BlocklistMaltrail" that points to the built-in ip block list
|
||||
|
||||
@@ -4,4 +4,3 @@ maltrailsensor_enable="YES"
|
||||
{% else %}
|
||||
maltrailsensor_enable="NO"
|
||||
{% endif %}
|
||||
maltrailsensor_var_mfs="/var/log/maltrail"
|
||||
|
||||
@@ -4,4 +4,3 @@ maltrailserver_enable="YES"
|
||||
{% else %}
|
||||
maltrailserver_enable="NO"
|
||||
{% endif %}
|
||||
maltrailserver_var_mfs="/var/log/maltrail"
|
||||
|
||||
Reference in New Issue
Block a user