dfwfw
dfwfw copied to clipboard
Docker Firewall Framework
Hi, I wonder if you could point me in the right direction here. I'm unable to get any of my config files applied to ipables, even the most simple examples...
How to use this with [ferm](https://github.com/MaxKellermann/ferm)? Just leave the docker container running in background and it will notice + correct any iptable rules ferm has reset?
I'm trying to create rule that matches any container. It looks like: { "dst_container": "Name =~ .*", "network": "cadnet" }, But it shoots only after at least two containers in...