Hi All,
Is it possible to write banned ip adresses to a text file? how can i do this inside docker?
kind regards.
English
Hi All,
Is it possible to write banned ip adresses to a text file? how can i do this inside docker?
kind regards.
nevemind i allredeay got it.
Have something to say?
Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!
Can you share details on your solution? I’m sure others could benefit from the knowledge. Thanks!
Sure,
Well wat i did is the following. Because i run docker/mailcow inside a lxd container/vm nefilter is not working. I make a cronjob that will retrieve the blocked ip adresses every minute and write them to a textfile. This textfile will be store on my internal webserver.
because of this i created my own ip banlist. I use opnsense as my firewall. My firewall will read the file and refresh the file every 2 minutes and will then block the ip adresses that are in the file.
So this way i created a workaround for my issue that netfilter is not working on my system.(only blocking meganism)
kind regards,
Chris Kruijntjens.