From: Tom Hughes Date: Wed, 1 Jan 2020 16:45:59 +0000 (+0000) Subject: Update location of GeoIP database X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/05e9a0a0344013798fef95de80d0a2232c34f615 Update location of GeoIP database --- diff --git a/bin/mkgeo b/bin/mkgeo index 0df8c32..ccf11b0 100755 --- a/bin/mkgeo +++ b/bin/mkgeo @@ -294,7 +294,7 @@ if (defined($gdnsname)) my $continent = ""; $gdnsmapfile->print("${gdnsname} => {\n"); - $gdnsmapfile->print(" geoip2_db => /var/lib/GeoIP/GeoLite2-Country.mmdb\n"); + $gdnsmapfile->print(" geoip2_db => /usr/share/GeoIP/GeoLite2-Country.mmdb\n"); $gdnsmapfile->print(" datacenters => [" . join(",", sort(keys(%$clusters))) . "]\n"); $gdnsmapfile->print(" map => {\n"); $gdnsmapfile->print(" default => [" . join(",", sort(map { $_->{name} } grep { $_->{default} } values(%$clusters))) . "]\n");