Project

General

Profile

Actions

Todo #3705

closed

use HTTPS for rc.update_bogons.sh

Added by BBcan177 . almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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"}

Actions #1

Updated by Chris Buechler almost 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

Also available in: Atom PDF