You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CROWDSEC_CAPTCHA_PROVIDER`|**Optional**| CAPTCHA Provider (currently supported providers are `recaptcha`, `hcaptcha`, `turnstile`), requires bouncer v1.0.5 or newer. |
35
-
|`CROWDSEC_VERSION`|**Optional**| Specify a version of the bouncer to install instead of using the latest release, for example `v1.0.0`. Must be a valid [release tag](https://github.com/crowdsecurity/cs-nginx-bouncer/tags). **Does not support versions older than v1.0.0**. |
36
35
|`CROWDSEC_F2B_DISABLE`|**Optional**| Set to `true` to disable swag's built-in fail2ban service if you don't need it |
37
36
|`CROWDSEC_MODE`|**Optional**| Set to `live` (immediate update) or `stream` to update requests every CROWDSEC_UPDATE_FREQUENCY seconds. Defaults to `live`|
38
37
|`CROWDSEC_UPDATE_FREQUENCY`|**Optional**| Set update frequency for use with `stream` mode. Defaults to `10`. |
@@ -73,6 +72,7 @@ e.g. `resolver 127.0.0.11 valid=30s ipv6=off;`
73
72
74
73
## Versions
75
74
75
+
***11.09.24:** - Move versioning to mod tags. Bundle tarball at build time.
76
76
***05.06.24:** - Add lua-resty-string.
77
77
***06.02.24:** - Add AppSec support.
78
78
***29.03.23:** - Support multiple captcha providers from upstream.
0 commit comments