From: <abe...@us...> - 2016-09-18 18:55:42
|
Revision: 7849 http://sourceforge.net/p/astlinux/code/7849 Author: abelbeck Date: 2016-09-18 18:55:40 +0000 (Sun, 18 Sep 2016) Log Message: ----------- reload-blocklist-netset, tweak script comments Modified Paths: -------------- branches/1.0/package/arnofw/reload-blocklist-netset Modified: branches/1.0/package/arnofw/reload-blocklist-netset =================================================================== --- branches/1.0/package/arnofw/reload-blocklist-netset 2016-09-17 23:37:42 UTC (rev 7848) +++ branches/1.0/package/arnofw/reload-blocklist-netset 2016-09-18 18:55:40 UTC (rev 7849) @@ -2,9 +2,13 @@ ## ## reload-blocklist-netset ## +## Regularly update .netset IP/Net entries to be used by Arno's Iptables Firewall (AIF) +## ## Cron may be used to run this script once or twice every day. Example: -## 05 05,15 * * * reload-blocklist-netset /mnt/kd/blocklists firehol_level1 spamhaus_dropv6 >/dev/null 2>&1 +## 15 05,15 * * * reload-blocklist-netset /mnt/kd/blocklists firehol_level1 spamhaus_dropv6 >/dev/null 2>&1 ## +## Important: Do not use the cron time schedule as above, make changes so the servers are not hit at the same time. +## ## Multiple netset entries may be space or comma separated. ## ## In this example, a /mnt/kd/blocklists/firehol_level1.netset This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |