Mercurial > syslog2iptables
diff ChangeLog @ 27:28fec0c67646
make add/remove commands configureable
author | carl |
---|---|
date | Sun, 12 Feb 2006 10:54:03 -0800 |
parents | 00bd0b0ef015 |
children | 601bc0e075e1 |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 01 10:58:23 2006 -0800 +++ b/ChangeLog Sun Feb 12 10:54:03 2006 -0800 @@ -1,5 +1,12 @@ $Id$ +1.3 2006-02-12 + Add configuration for iptables add/remove commands. + Preserve case in config file. Some patterns may need this, and + the add/remove commands generally need this. + Add flush option for startup script to flush the INPUT chain. + The restart/reload options also flush the input chain. + 1.2 2006-02-01 Don't flush the table to remove entries, use -D option to iptables. Reduce sleep time from 10 to 2 seconds between read cycles.