From c7871b02fc18f76692f97531ba3ac80d9dbfc0f1 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 6 Dec 2020 17:18:16 -0500 Subject: [PATCH] added more info to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9368335..42b4043 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # iptables Here is my script that I use to update iptables with data. + The different files are listed in lists and are hopefully somewhat self explanatory + Anything with .list end in the zone folder will be added to the block list. This was initially used to block countries, but you can use it to block anything. Add ```update.sh``` in your cron 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```