We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d06a2bb + 1c46173 commit ac1cc10Copy full SHA for ac1cc10
README.md
@@ -71,6 +71,7 @@ e.g. `resolver 127.0.0.11 valid=30s ipv6=off;`
71
72
## Versions
73
74
+* **05.06.24:** - Add lua-resty-string.
75
* **06.02.24:** - Add AppSec support.
76
* **29.03.23:** - Support multiple captcha providers from upstream.
77
* **28.01.23:** - Support mode selection, handle s6v3 init.
root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec/run
@@ -24,6 +24,7 @@ echo "\
24
lua5.1 \
25
lua5.1-cjson \
26
lua-resty-http \
27
+ lua-resty-string \
28
lua-sec \
29
nginx-mod-http-lua" >> /mod-repo-packages-to-install.list
30
0 commit comments