* Download bogons entries from pfsense.com

* Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing the server
This commit is contained in:
Scott Ullrich 2007-11-27 20:22:05 +00:00
parent 8dca032f86
commit d35fa17e1d
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@
</item>
<item>
<minute>1</minute>
<hour>*</hour>
<hour>2</hour>
<mday>1</mday>
<month>*</month>
<wday>*</wday>

View File

@ -637,7 +637,7 @@
</item>
<item>
<minute>1</minute>
<hour>*</hour>
<hour>2</hour>
<mday>1</mday>
<month>*</month>
<wday>*</wday>