浏览代码

Initial commit

deadtom 1 周之前
当前提交
27aecea281
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+# Firewall_Scripts
+
+Scripts I use to manage my iptables firewall.
+
+cinsarmy.sh: Imports the cinsarmy bad guys IP list. It runs at boot, after importing my iptables.rules.
+
+quietcinsarmy.sh: Same as cinsarmy.sh, but only outputs text if there are errors. It runs once an hour, via a cronjob.
+
+resetfirewall.sh: Resets the firewall, and imports the cinsarmy bad guys IP list. Comes in handy when I screw something up.