From c72b2ebbf365edd3f7461a8baf9c9260d50afd6c Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 1 Apr 2025 17:56:42 -0500 Subject: [PATCH] added crowdsec config --- Caddyfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Caddyfile b/Caddyfile index ab272e2..fb639dd 100755 --- a/Caddyfile +++ b/Caddyfile @@ -15,6 +15,14 @@ trusted_proxies static private_ranges } + crowdsec { + api_url http://localhost:8080 + api_key uok9y/eKet7rhXxxGvgUNmMiKsAxxh2JJd4rsGvCDoE + ticker_interval 15s + #disable_streaming + #enable_hard_fails + } + } # --------------------------------------------------