summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-10-12 12:01:00 +0100
committerSadie Powell <sadie@witchery.services>2024-10-12 12:01:00 +0100
commitbafcba023ccb0e8f1987036602fd9237212f3b36 (patch)
tree294bc0c368670d6cd3d6ee5a6272926b807edfb1
parent6d34054b7889d9271e06f67889209f3f9f566f58 (diff)
Switch geoipupdate.sh to use a mirror as the original data is gone.
-rwxr-xr-xsrc/tools/geoipupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/geoipupdate.sh b/src/tools/geoipupdate.sh
index 5e6d9873e..db6e61d8d 100755
--- a/src/tools/geoipupdate.sh
+++ b/src/tools/geoipupdate.sh
@@ -24,8 +24,8 @@ die="yes"
###########################
# The GeoIP data is created by MaxMind, available from www.maxmind.com.
-geoip_country_source="https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
-geoip_city_source="https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip"
+geoip_country_source="https://mirrors-cdn.liferay.com/geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
+geoip_city_source="https://mirrors-cdn.liferay.com/geolite.maxmind.com/download/geoip/database/GeoLiteCity-latest.zip"
geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv"
###########################