security/maltrail: fix remoteserver labeling (#1641)

This commit is contained in:
Michael
2019-12-28 08:49:27 +01:00
committed by Franco Fichtner
parent 19841f0cd5
commit 2203ac15c5
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= maltrail
PLUGIN_VERSION= 1.2
PLUGIN_VERSION= 1.3
PLUGIN_COMMENT= Malicious traffic detection system
PLUGIN_DEPENDS= maltrail
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -11,6 +11,10 @@ WWW: https://github.com/stamparm/maltrail
Changelog
---------
1.3
* Fix a typo in model labeling preventing to use remote server logging
1.2
* Fix a typo in template generation
@@ -11,9 +11,9 @@
<default>0</default>
<Required>Y</Required>
</captureall>
<remoteaddress type="HostnameField">
<remoteserver type="HostnameField">
<Required>N</Required>
</remoteaddress>
</remoteserver>
<remoteport type="PortField">
<default>8337</default>
<Required>Y</Required>