From 363e6319b70c316adb0c8974cf3ff4854811ce13 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 27 Jun 2019 16:38:21 -0700 Subject: [PATCH] accidentally omitted region from valid dbtypes --- lib/isccfg/aclconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c index 1d10f7843b..691145d54a 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -41,6 +41,7 @@ static const char *geoip_dbnames[] = { static const char *geoip_dbnames[] = { "country", "city", + "region", "asnum", "isp", "domain",