From 978ca05769a99ebc9319d361793edb1e2ca27b91 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 6 Dec 2020 17:17:50 -0500 Subject: [PATCH] added more info to readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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.