From 0487cb00cb9e744556024c62bed682f673c7aa9c Mon Sep 17 00:00:00 2001 From: ultimateplayer1999 Date: Wed, 25 Jun 2025 17:18:15 +0200 Subject: [PATCH] update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc17adc..e77f576 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This adds all Crowdsec blocked IPs to the local Bitninja blocklist. Requirements This needs some dependencies, these are mongoDB and dotenv. This can be installed with: MongoDB: `go get go.mongodb.org/mongo-driver/mongo` +--- Dotenv: `go get github.com/joho/godotenv`