mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/maltrail: fix remoteserver labeling (#1641)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user