mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
crowdsec: update 1.0.5 - fix ban example (#3441)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<model>
|
||||
<mount>//OPNsense/crowdsec/general</mount>
|
||||
<description>CrowdSec general configuration</description>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<items>
|
||||
|
||||
<agent_enabled type="BooleanField">
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
connect, should anything go wrong.
|
||||
</p>
|
||||
|
||||
<pre><code>[root@OPNsense ~]# cscli decisions add -t ban -d 2m -i </code></pre>
|
||||
<pre><code>[root@OPNsense ~]# cscli decisions add -t ban -d 2m -i <your_ip_address></code></pre>
|
||||
|
||||
<p>
|
||||
This is a more secure way to test than attempting to brute-force
|
||||
|
||||
Reference in New Issue
Block a user