mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/maltrail: fix typo in template generation (#1513)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= maltrail
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_VERSION= 1.2
|
||||
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.2
|
||||
|
||||
* Fix a typo in template generation
|
||||
|
||||
1.1
|
||||
|
||||
* Add a note in General tab
|
||||
|
||||
@@ -30,7 +30,7 @@ PROCESS_COUNT $CPU_CORES
|
||||
DISABLE_CPU_AFFINITY false
|
||||
USE_FEED_UPDATES true
|
||||
DISABLED_FEEDS turris, ciarmy, policeman, myip
|
||||
UPDATE_PERIOD {{ OPNsense.maltrail.general.updateperion }}
|
||||
UPDATE_PERIOD {{ OPNsense.maltrail.general.updateperiod }}
|
||||
USE_SERVER_UPDATE_TRAILS false
|
||||
{% if helpers.exists('OPNsense.maltrail.general.heuristics') and OPNsense.maltrail.general.heuristics == '1' %}
|
||||
USE_HEURISTICS true
|
||||
|
||||
Reference in New Issue
Block a user