Hi,
I installed docker jitsi meet on a debian 10 server.
I need to have a working firewall for the server and I think it should be nftables.
The docker defines Networking and IPTables rules to get it working.
What is the right way to manage both Docker IPTables firewall and NFTables server firewall ?
Should I translate IPTables rules and add them to NFTables and then disable the docker created ones ?
Or is it recommended to keep using IPTables if using docker, as it seems also common not to migrate to NFTables?
Thx
Marc