From fcd765a59db9b9a2b187448a90f3dbe6aa72fb84 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Nov 2019 12:56:18 +1100 Subject: [PATCH] The default geoip-directory should be /share/GeoIP --- bin/named/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/config.c b/bin/named/config.c index 17141ea16a..6ea56d8881 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -65,7 +65,7 @@ options {\n\ " files unlimited;\n" #endif #if defined(HAVE_GEOIP2) && !defined(WIN32) -" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP2\";\n" +" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP\";\n" #elif defined(HAVE_GEOIP2) " geoip-directory \".\";\n" #endif -- GitLab