shift wrote at 2012-09-30 13:36 -0500: > I have a question. Lets say I'm using recent module or ipsets to > catch some bad guy IP address. Catching and adding address is no > problem, but is it possible to remove that address from list after > some timout seconds ? I mean I'd like to store IP address into the > suspects lists and remove that address from the list after 1 hour.
If have done this with the recent iptables module. Look at iptables(8) man page. You need '--update' and '--seconds 3600' and perhaps '--reap'.
signature.asc
Description: Digital signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
