[How To] Save and auto load rules of iptables (Lazymode)
October 19, 2018
0
At first, it’s a good idea to have some iptables rules to save and then reload. For example, let’s create following rules: $ sudo iptables -F $ sudo iptables -X $ sudo iptables -P OUTPUT …