Making ipset,iptables persistent

1
2
3
4
5
ipset save > /etc/ipset.conf
systemctl enable ipset.service

iptables-save -f /etc/iptables/iptables.rules
systemctl enable iptables.service

https://wiki.archlinux.org/index.php/Ipset

https://wiki.archlinux.org/index.php/Iptables