This commit is contained in:
2025-06-25 17:18:15 +02:00
parent 02db7af382
commit 0487cb00cb

View File

@ -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`