Add GeoIP configuration into config file

Upstream has wrong default path of GeoIP2. Use it explicitly.
This commit is contained in:
Petr Menšík 2019-11-04 21:46:55 +01:00
parent ed8f6043d7
commit 63bb1cf127
2 changed files with 2 additions and 0 deletions

View File

@ -1556,6 +1556,7 @@ fi;
%changelog
* Mon Nov 04 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.12-2
- Move data files outside config archive
- Specify geoip data directory in config file (#1768258)
* Mon Oct 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.12-1
- Update to 9.11.12 (#1557762)

View File

@ -34,6 +34,7 @@ options {
dnssec-validation yes;
managed-keys-directory "/var/named/dynamic";
geoip-directory "/usr/share/GeoIP";
pid-file "/run/named/named.pid";
session-keyfile "/run/named/session.key";