summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-10-13 17:17:32 +0100
committerSadie Powell <sadie@witchery.services>2024-10-13 17:17:34 +0100
commit0a99571c0f7ee61635104db6048f6ebc1d4380da (patch)
tree8ee05328a10a7bab6ac9e155e1a221de4c6bb205 /src/tools
parentf908514095d709c72eeee71f8220168318f163a4 (diff)
parente704fa62666d92a5cbfd27be80bcf9ce6c1b7e0c (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'src/tools')
-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"
###########################