security/crowdsec - add option retry_initial_connect to bouncer configuration for more robust startup

This commit is contained in:
Patrick M. Hausen
2023-09-29 11:41:39 +02:00
committed by Franco Fichtner
parent 786814ce2d
commit df24bc2427
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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')):