diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 751e3bf3f..161f3870d 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= crowdsec -PLUGIN_VERSION= 1.0.4 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0.5 PLUGIN_DEPENDS= crowdsec PLUGIN_COMMENT= Lightweight and collaborative security engine PLUGIN_MAINTAINER= marco@crowdsec.net diff --git a/security/crowdsec/pkg-descr b/security/crowdsec/pkg-descr index aba38f1c2..48e83b5ea 100644 --- a/security/crowdsec/pkg-descr +++ b/security/crowdsec/pkg-descr @@ -8,6 +8,10 @@ WWW: https://crowdsec.net/ Plugin Changelog ================ +1.0.5 + +* fix ban example + 1.0.4 * Add force_inotify option to aquire logs when /var/log is in RAM, otherwise diff --git a/security/crowdsec/src/opnsense/mvc/app/models/OPNsense/CrowdSec/General.xml b/security/crowdsec/src/opnsense/mvc/app/models/OPNsense/CrowdSec/General.xml index fb2d210e3..71e67aa4c 100644 --- a/security/crowdsec/src/opnsense/mvc/app/models/OPNsense/CrowdSec/General.xml +++ b/security/crowdsec/src/opnsense/mvc/app/models/OPNsense/CrowdSec/General.xml @@ -1,7 +1,7 @@ //OPNsense/crowdsec/general CrowdSec general configuration - 1.0.4 + 1.0.5 diff --git a/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt b/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt index e1ceeaa90..733130940 100644 --- a/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt +++ b/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt @@ -145,7 +145,7 @@ connect, should anything go wrong.

-
[root@OPNsense ~]# cscli decisions add -t ban -d 2m -i 
+
[root@OPNsense ~]# cscli decisions add -t ban -d 2m -i <your_ip_address>

This is a more secure way to test than attempting to brute-force