From c0e7d986cda1ee11cdea4c108ce4374c026d296f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 27 Nov 2007 23:29:12 +0000 Subject: Use files.pfsense.org Requested-by: CMB --- etc/rc.update_bogons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.update_bogons.sh') diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh index 8526820..213df7b 100755 --- a/etc/rc.update_bogons.sh +++ b/etc/rc.update_bogons.sh @@ -13,7 +13,7 @@ sleep $value /etc/rc.conf_mount_rw /usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt" if [ ! -f /tmp/bogons ]; then - echo "Could not download http://www.pfsense.com/mirrors/bogon-bn-nonagg.txt" | logger + echo "Could not download http://files.pfsense.org/mirrors/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 -- cgit v1.1