Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#411 from TheNain38/patch-1
Browse files Browse the repository at this point in the history
Use HTTPS to download GeoLite2-City database
  • Loading branch information
HelloZeroNet committed Apr 7, 2016
2 parents b4859c7 + 1229b19 commit a397253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Sidebar/SidebarPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def downloadGeoLiteDb(self, db_path):
self.log.info("Downloading GeoLite2 City database...")
self.cmd("notification", ["geolite-info", "Downloading GeoLite2 City database (one time only, ~15MB)...", 0])
db_urls = [
"http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz",
"https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz",
"https://raw.githubusercontent.com/texnikru/GeoLite2-Database/master/GeoLite2-City.mmdb.gz"
]
for db_url in db_urls:
Expand Down

0 comments on commit a397253

Please sign in to comment.