From d7e84b4cfd98bf5031de89add45978e088561e6a Mon Sep 17 00:00:00 2001 From: Christopher Luna Date: Tue, 26 Sep 2023 13:48:32 -0400 Subject: [PATCH] MaxMind requires HTTPS for database downloads I see that these links are provided in instructions only, however MaxMind will be requiring HTTPS for all database download requests starting in March 2024. See [this release note](https://dev.maxmind.com/geoip/release-notes/2023#api-policies---temporary-enforcement-on-october-17-2023). --- iplookup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iplookup.py b/iplookup.py index 754285d..9a679e0 100755 --- a/iplookup.py +++ b/iplookup.py @@ -25,9 +25,9 @@ # # $ mkdir ~/geoip # $ cd ~/geoip -# $ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz -# $ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz -# $ wget http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz +# $ wget https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz +# $ wget https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz +# $ wget https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz # $ gunzip *.gz # $ cp ~/Downloads/gagzeqd.py ~/geoip/iplookup.py # $ ./iplookup.py 8.8.8.8