Update crowdsec rule reference ($ -> <>); bump release (#4526)

This commit is contained in:
mmetc 2025-02-04 17:44:51 +01:00 committed by GitHub
parent e9fc7c7974
commit b6b0cf292a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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,

View file

@ -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">