I am installing OpenVPN on my server and according to the tutorial I'm following I have to add the following line to iptables:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
I add it and save it and successfully restart iptables but then I have noticed that when I use CSF, it overrides iptables and this line get erased. How can I prevent CSF+LFD from erasing this line?