summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-12-02 11:14:03 -0600
committerChris Buechler <cmb@pfsense.org>2014-12-02 11:14:03 -0600
commit690b557cbf3272867047916c042ddd220dc70454 (patch)
tree61580f2419c776de9231c99ba4650f23a944d862 /etc
parenta82b458fcc7370346e97ac014a2a300914fad8c3 (diff)
downloadpfsense-690b557cbf3272867047916c042ddd220dc70454.zip
pfsense-690b557cbf3272867047916c042ddd220dc70454.tar.gz
wait 10 minutes before retrying on soft failures to avoid us getting DoSed
if something is wrong there (like someone's system can't validate the cert)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.update_bogons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh
index d0aac9b..6dd2a5f 100755
--- a/etc/rc.update_bogons.sh
+++ b/etc/rc.update_bogons.sh
@@ -14,7 +14,7 @@ process_url() {
local filename=${url##*/}
local ext=${filename#*.}
- /usr/bin/fetch -a -T 30 -q -o $file "${url}"
+ /usr/bin/fetch -a -w 600 -T 30 -q -o $file "${url}"
if [ ! -f $file ]; then
echo "Could not download ${url}" | logger
OpenPOWER on IntegriCloud