mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
Update crowdsec rule reference ($ -> <>); bump release (#4526)
This commit is contained in:
parent
e9fc7c7974
commit
b6b0cf292a
4 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= crowdsec
|
||||
PLUGIN_VERSION= 1.0.8
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.0.9
|
||||
PLUGIN_DEPENDS= crowdsec
|
||||
PLUGIN_COMMENT= Lightweight and collaborative security engine
|
||||
PLUGIN_MAINTAINER= marco@crowdsec.net
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@ WWW: https://crowdsec.net/
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.0.9
|
||||
|
||||
* Update rule reference ($ -> <>) for opnsense 25.1
|
||||
|
||||
1.0.8
|
||||
|
||||
* Enable use_wal, remove warning
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ function crowdsec_firewall(Plugin $fw)
|
|||
array(
|
||||
'ipprotocol' => 'inet',
|
||||
'descr' => 'CrowdSec (IPv4)',
|
||||
'from' => '$crowdsec_blacklists', # $ to reference an alias
|
||||
'from' => '<crowdsec_blacklists>',
|
||||
'direction' => 'in',
|
||||
'type' => 'block',
|
||||
'log' => $rules_log_enabled,
|
||||
|
|
@ -68,7 +68,7 @@ function crowdsec_firewall(Plugin $fw)
|
|||
array(
|
||||
'ipprotocol' => 'inet6',
|
||||
'descr' => 'CrowdSec (IPv6)',
|
||||
'from' => '$crowdsec6_blacklists', # $ to reference an alias
|
||||
'from' => '<crowdsec6_blacklists>',
|
||||
'direction' => 'in',
|
||||
'type' => 'block',
|
||||
'log' => $rules_log_enabled,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<mount>//OPNsense/crowdsec/general</mount>
|
||||
<description>CrowdSec general configuration</description>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
<items>
|
||||
|
||||
<agent_enabled type="BooleanField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue