<div dir="ltr">Hi,<div>I'm struggling go get geo access-lists working with actual libmaxminddb support but can't do it right. Bind is compiled with the following options:</div><div><br></div><div>named -V<br>BIND 9.16.3 (Stable Release) <id:5ea41c1><br>running on Linux x86_64 5.6.3-1.el7.elrepo.x86_64 #1 SMP Wed Apr 8 07:13:05 EDT 2020<br>built by make with defaults<br>compiled by GCC 4.8.5 20150623 (Red Hat 4.8.5-39)<br>compiled with OpenSSL version: OpenSSL 1.0.2k-fips  26 Jan 2017<br>linked to OpenSSL version: OpenSSL 1.0.2k-fips  26 Jan 2017<br>compiled with libxml2 version: 2.9.1<br>linked to libxml2 version: 20901<br>compiled with json-c version: 0.11<br>linked to json-c version: 0.11<br>compiled with zlib version: 1.2.7<br>linked to zlib version: 1.2.7<br><b>linked to maxminddb version: 1.2.0</b><br>threads support is enabled<br><br>default paths:<br>  named configuration:  /usr/local/etc/named.conf<br>  rndc configuration:   /usr/local/etc/rndc.conf<br>  DNSSEC root key:      /usr/local/etc/bind.keys<br>  nsupdate session key: /usr/local/var/run/named/session.key<br>  named PID file:       /usr/local/var/run/named/named.pid<br>  named lock file:      /usr/local/var/run/named/named.lock<br>  <b>geoip-directory:      /usr/share/GeoIP</b><br></div><div><br></div><div>The geoip-directory contains Geolite2 databases:</div><div>ls /usr/share/GeoIP<br>GeoLite2-ASN.mmdb  GeoLite2-City.mmdb  GeoLite2-Country.mmdb<br></div><div><br></div><div>But when I try to generate acls the same way it was done with legacy Maxmind databases:</div><div>acl us {</div><div>      geoip country us;<br></div><div>}</div><div><br></div><div>I'm getting "no GeoIP database installed which can answer queries of type 'country'".</div><div>The documentation now shows that  "BIND 9.16 supports v2 of the API but these instructions have not been updated accordingly"</div><div>Can you share the instructions that should be used now?</div><div><br></div><div>Thank you,</div><div><br></div></div>