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

@@ -32,6 +32,7 @@ target_link_libraries(cp-nano-http-transaction-handler
waap
waap_clib
reputation
l7_access_control
-Wl,--end-group
)

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;