Commit 66a9c270 authored by Ad Schellevis's avatar Ad Schellevis

update rc.update_bogons (https://github.com/opnsense/core/issues/74)

parent 0f2443ee
......@@ -70,8 +70,8 @@ fi
echo "rc.update_bogons is beginning the update cycle." | logger
# Set default values if not overriden
v4url=${v4url:-"https://files.pfsense.org/lists/fullbogons-ipv4.txt"}
v6url=${v6url:-"https://files.pfsense.org/lists/fullbogons-ipv6.txt"}
v4url=${v4url:-"https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt"}
v6url=${v6url:-"https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt"}
v4urlcksum=${v4urlcksum:-"${v4url}.md5"}
v6urlcksum=${v6urlcksum:-"${v6url}.md5"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment