diff --git a/README.md b/README.md index 6e33aee..9368335 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Load iptables and ipset rules however you please on start up This is done by the following. Some of my servers have it in ```/etc/rc.local``` others have it in ```/etc/network/interface``` as post-up script ```iptables-restore < /path/to/iptables.save``` + ```ipset restore < /path/to/ipset.save``` There may be a better way to do this, but this works for me on some servers.