Closed zengateway closed 3 months ago
Hi. What was the problem and how was it solved? I want to completely rewrite this service and make it more convenient
Hi. What was the problem and how was it solved? I want to completely rewrite this service and make it more convenient
Hello. I changed docker compose it was like this:
mikroseclist:
image: ghcr.io/akmalovaa/mikroseclist:latest
container_name: mikroseclist
command: ["python", "-m", "mikroseclist.main"]
environment:
MIKROTIK_HOST: ${MIKROTIK_HOST:-'192.168.101.1'}
MIKROTIK_USER: ${MIKROTIK_USER:-'crowdsec'}
MIKROTIK_PASSWORD: ${MIKROTIK_PASSWORD:-'password'}
BLOCKLIST_URL: 'http://crowdsec-blocklist:41412/security/blocklist?ipv4only'
SYNC_INTERVAL_MIN: 15
restart: unless-stopped
working docker-compose:
mikroseclist:
image: ghcr.io/akmalovaa/mikroseclist:latest
container_name: mikroseclist:
command: ["python", "-m", "mikroseclist.main"]
environment:
MIKROTIK_HOST: 192.168.101.1
MIKROTIK_USER: crowdsec
MIKROTIK_PASSWORD: password
BLOCKLIST_URL: http://crowdsec-blocklist:41412/security/blocklist?ipv4only
SYNC_INTERVAL_MIN: 15
restart: unless-stopped
but i got new error #2
Thanks
Hello! Please help, my Crowdsec Blocklist is running and worked, i can see ip list on http://LOCALIP/security/blocklist?ipv4only, on Mikrotik api-ssl is enabled, certificates was created and signed, but i got an error