mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
BUG11271 / GeoIP: Download GeoIP database via HTTPS
For details see: https://bugzilla.ipfire.org/show_bug.cgi?id=11271 Download GEoIP database per HTTPS download. Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
40065ca773
commit
a0a33a8f10
@@ -25,7 +25,7 @@ TMP_FILE=$(mktemp -p $TMP_PATH)
|
||||
SCRIPT_PATH=/usr/local/bin
|
||||
DEST_PATH=/usr/share/xt_geoip
|
||||
|
||||
DL_URL=http://geolite.maxmind.com/download/geoip/database
|
||||
DL_URL=https://geolite.maxmind.com/download/geoip/database
|
||||
DL_FILE=GeoIPCountryCSV.zip
|
||||
|
||||
CSV_FILE=GeoIPCountryWhois.csv
|
||||
|
||||
Reference in New Issue
Block a user