summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-02-03 23:19:46 +0000
committerChris Buechler <cmb@pfsense.org>2008-02-03 23:19:46 +0000
commitde6b5ecee979c54e9b550945a7f27bed0487be23 (patch)
treeb134768e216c5ad7714788064ae2dc11fb3d58e8
parent8de7d3615b2c67f4328cbe03fcd06b18be3916dd (diff)
downloadpfsense-de6b5ecee979c54e9b550945a7f27bed0487be23.zip
pfsense-de6b5ecee979c54e9b550945a7f27bed0487be23.tar.gz
correct bogons file location
-rwxr-xr-xetc/rc.update_bogons.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh
index 4570b0b..a28d0e6 100755
--- a/etc/rc.update_bogons.sh
+++ b/etc/rc.update_bogons.sh
@@ -11,9 +11,9 @@ value=`od -A n -d -N2 /dev/random | awk '{print int(($1/65536)*2000)}'`
sleep $value
/etc/rc.conf_mount_rw
-/usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt"
+/usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/bogon-bn-nonagg.txt"
if [ ! -f /tmp/bogons ]; then
- echo "Could not download http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt" | logger
+ echo "Could not download http://files.pfsense.org/bogon-bn-nonagg.txt" | logger
exit
fi
egrep -v "^192.168.0.0/16|^172.16.0.0/12|^10.0.0.0/8" /tmp/bogons > /etc/bogons
OpenPOWER on IntegriCloud