Hello,
I have an issue, I want to use embeded firewall with one public IP, and the container can't access to internet.
enable: 1
policy_in: ACCEPT
[RULES]
IN SSH(ACCEPT) -log nolog
IN ACCEPT -p tcp -dport 8006 -log nolog
root@opale:~# cat /etc/pve/firewall/100.fw
[OPTIONS]
policy_in...