mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/crowdsec - add option retry_initial_connect to bouncer configuration for more robust startup
This commit is contained in:
committed by
Franco Fichtner
parent
786814ce2d
commit
df24bc2427
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= crowdsec
|
||||
PLUGIN_VERSION= 1.0.6
|
||||
PLUGIN_VERSION= 1.0.7
|
||||
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.7
|
||||
|
||||
* Add option `retry_initial_connect` to bouncer configuration for more robust startup. The option was introduced in Crowdsec 1.5.4.
|
||||
|
||||
1.0.6
|
||||
|
||||
* default acquis.d/opnsense.yaml to "poll_without_inotify=true" which is now required
|
||||
|
||||
@@ -69,6 +69,7 @@ def configure_bouncer(settings):
|
||||
config['log_dir'] = '/var/log/crowdsec'
|
||||
config['blacklists_ipv4'] = 'crowdsec_blacklists'
|
||||
config['blacklists_ipv6'] = 'crowdsec6_blacklists'
|
||||
config['retry_initial_connect'] = True
|
||||
config['pf'] = {'anchor_name': ''}
|
||||
|
||||
if not int(settings.get('lapi_manual_configuration', '0')):
|
||||
|
||||
Reference in New Issue
Block a user