Native Mode Support
Now works with CrowdSec installed directly on the host (non-Docker)!
Auto-Detection
The script automatically detects how CrowdSec is running:
- Native: If
cscliis in PATH and working - Docker: Falls back to container mode
For Native Installs
curl -sL https://raw.githubusercontent.com/wolffcatskyy/crowdsec-blocklist-import/main/import.sh | bashManual Mode Selection
MODE=native- Force native modeMODE=docker- Force Docker mode