Add GeoIP configuration into config file
Upstream has wrong default path of GeoIP2. Use it explicitly.
This commit is contained in:
parent
ed8f6043d7
commit
63bb1cf127
@ -1556,6 +1556,7 @@ fi;
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 04 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.12-2
|
* Mon Nov 04 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.12-2
|
||||||
- Move data files outside config archive
|
- 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
|
* Mon Oct 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.12-1
|
||||||
- Update to 9.11.12 (#1557762)
|
- Update to 9.11.12 (#1557762)
|
||||||
|
@ -34,6 +34,7 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
|
|
||||||
managed-keys-directory "/var/named/dynamic";
|
managed-keys-directory "/var/named/dynamic";
|
||||||
|
geoip-directory "/usr/share/GeoIP";
|
||||||
|
|
||||||
pid-file "/run/named/named.pid";
|
pid-file "/run/named/named.pid";
|
||||||
session-keyfile "/run/named/session.key";
|
session-keyfile "/run/named/session.key";
|
||||||
|
Loading…
Reference in New Issue
Block a user