From ce62541439f52c62e84d46b07fb25d8de2835469 Mon Sep 17 00:00:00 2001 From: H4xl0r <31049432+H4xl0r@users.noreply.github.com> Date: Sun, 2 Feb 2020 21:08:00 +0100 Subject: [PATCH] Update update-geoipdb geolite changed access fixed by getting files from web.archive This is a temp solution eg. not updated ! --- update-geoipdb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-geoipdb b/update-geoipdb index c1ac2ef5b..54dfa31fd 100755 --- a/update-geoipdb +++ b/update-geoipdb @@ -55,7 +55,8 @@ check_perms() { install() { info 'Downloading MaxMind GeoLite2-City database ...' - /usr/bin/curl -O https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz + #/usr/bin/curl -O https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz + /usr/bin/curl -O https://web.archive.org/web/20191227182209/https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz info 'Extracting GeoLite2-City.tar.gz ...' /bin/gunzip GeoLite2-City.tar.gz