mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Firewall/Alias, geoip, switch download to https
This commit is contained in:
parent
e6170c16a0
commit
53a5ea0ca7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user