comparison syslog2iptables.conf @ 27:28fec0c67646

make add/remove commands configureable
author carl
date Sun, 12 Feb 2006 10:54:03 -0800
parents 2342081106d9
children d2ceebcf6595
comparison
equal deleted inserted replaced
26:00bd0b0ef015 27:28fec0c67646
1 threshold 550; 1 threshold 550;
2
3 add_command "/sbin/iptables -I INPUT --src %s --jump DROP";
4 remove_command "/sbin/iptables -D INPUT --src %s --jump DROP";
2 5
3 ignore { 6 ignore {
4 127.0.0.0/8; // localhost 7 127.0.0.0/8; // localhost
5 }; 8 };
6 9