Update update-geoipdb

geolite changed access 
fixed by getting files from web.archive 
This is a temp solution eg. not updated !
This commit is contained in:
H4xl0r
2020-02-02 21:08:00 +01:00
committed by GitHub
parent 03222d605f
commit ce62541439

View File

@@ -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