mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
rc: better fix for bogons, checksums were missing #74
This commit is contained in:
parent
66a9c2703d
commit
37a6e42e4f
@ -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"}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user