Firewall/Alias, geoip, switch download to https

This commit is contained in:
Ad Schellevis 2019-01-16 11:13:23 +01:00
parent e6170c16a0
commit 53a5ea0ca7

View File

@ -39,7 +39,7 @@ import zipfile
def download_geolite():
# define geoip download location
url = 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip'
url = 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip'
address_count = 0
file_count = 0