mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Enabling crowdsec
This commit is contained in:
@@ -32,6 +32,7 @@ target_link_libraries(cp-nano-http-transaction-handler
|
||||
waap
|
||||
waap_clib
|
||||
reputation
|
||||
l7_access_control
|
||||
-Wl,--end-group
|
||||
)
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user