From 37a6e42e4f4ff89320df816e483c779d5a569a6c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 27 Feb 2015 14:38:34 +0100 Subject: [PATCH] rc: better fix for bogons, checksums were missing #74 --- src/etc/rc.update_bogons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.update_bogons b/src/etc/rc.update_bogons index 3fccc25a8..9c6d8cf78 100755 --- a/src/etc/rc.update_bogons +++ b/src/etc/rc.update_bogons @@ -70,8 +70,8 @@ fi echo "rc.update_bogons is beginning the update cycle." | logger # Set default values if not overriden -v4url=${v4url:-"https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt"} -v6url=${v6url:-"https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt"} +v4url=${v4url:-"https://pkg.opnsense.org/bogons/fullbogons-ipv4.txt"} +v6url=${v6url:-"https://pkg.opnsense.org/bogons/fullbogons-ipv6.txt"} v4urlcksum=${v4urlcksum:-"${v4url}.md5"} v6urlcksum=${v6urlcksum:-"${v6url}.md5"}