]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
accidentally omitted region from valid dbtypes
authorEvan Hunt <each@isc.org>
Thu, 27 Jun 2019 23:38:21 +0000 (16:38 -0700)
committerEvan Hunt <each@isc.org>
Thu, 27 Jun 2019 23:38:21 +0000 (16:38 -0700)
lib/isccfg/aclconf.c

index 1d10f7843bdae1b5e0bd322ffbe3e1fa10941fde..691145d54a3dd0155ace6098c087e3117a22c4b5 100644 (file)
@@ -41,6 +41,7 @@ static const char *geoip_dbnames[] = {
 static const char *geoip_dbnames[] = {
        "country",
        "city",
+       "region",
        "asnum",
        "isp",
        "domain",