Enabling crowdsec

This commit is contained in:
Ned Wright
2023-05-11 10:40:06 +00:00
parent 240f58217a
commit c49debe5d9
7 changed files with 79100 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include "nginx_attachment.h"
#include "gradual_deployment.h"
#include "http_manager.h"
#include "layer_7_access_control.h"
#include "waap.h"
int
@@ -26,6 +27,7 @@ main(int argc, char **argv)
NginxAttachment,
GradualDeployment,
HttpManager,
Layer7AccessControl,
WaapComponent
> comps;