I would like to add a series of IPTables rules for every single new created LXC Container. I used to do that manually but it can become troublesome if you have many such containers.
/sbin/iptables -t mangle -A PREROUTING -p tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP
/sbin/iptables -t...