I have pushed some iptables rules to forward traffic from/to a container running on Hassio. I would need to make them persistent. Should I go with the classic way? iptables-save
and create a file under /etc/network
. Which is the recommended way? Thank you