Actions
Todo #3705
closeduse HTTPS for rc.update_bogons.sh
Start date:
06/10/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
The rc.Update_bogons.sh script should reference the HTTPS site instead of the HTTP one.
v4url=${v4url:-"http://files.pfsense.org/lists/fullbogons-ipv4.txt"}
v6url=${v6url:-"http://files.pfsense.org/lists/fullbogons-ipv6.txt"}
to
v4url=${v4url:-"https://files.pfsense.org/lists/fullbogons-ipv4.txt"}
v6url=${v6url:-"https://files.pfsense.org/lists/fullbogons-ipv6.txt"}
Updated by Chris Buechler over 10 years ago
- Subject changed from rc.update_bogons.sh to use HTTPS for rc.update_bogons.sh
- Status changed from New to Resolved
- Target version set to 2.2
this has changed for 2.2.
Actions