mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
- "--with-geoip" is used to enable the legacy GeoIP library.
- "--with-geoip2" is used to enable the new GeoIP2 library
(libmaxminddb), and is on by default if the library is found.
- using both "--with-geoip" and "--with-geoip2" at the same time
is an error.
- an attempt is made to determine the default GeoIP2 database path at
compile time if pkg-config is able to report the module prefix. if
this fails, it will be necessary to set the path in named.conf with
geoip-directory
- Makefiles have been updated, and a stub lib/dns/geoip2.c has been
added for the eventual GeoIP2 search implementation.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| win32 | ||
| .gitignore | ||
| dnssec-cds.8 | ||
| dnssec-cds.c | ||
| dnssec-cds.docbook | ||
| dnssec-cds.html | ||
| dnssec-dsfromkey.8 | ||
| dnssec-dsfromkey.c | ||
| dnssec-dsfromkey.docbook | ||
| dnssec-dsfromkey.html | ||
| dnssec-importkey.8 | ||
| dnssec-importkey.c | ||
| dnssec-importkey.docbook | ||
| dnssec-importkey.html | ||
| dnssec-keyfromlabel.8 | ||
| dnssec-keyfromlabel.c | ||
| dnssec-keyfromlabel.docbook | ||
| dnssec-keyfromlabel.html | ||
| dnssec-keygen.8 | ||
| dnssec-keygen.c | ||
| dnssec-keygen.docbook | ||
| dnssec-keygen.html | ||
| dnssec-revoke.8 | ||
| dnssec-revoke.c | ||
| dnssec-revoke.docbook | ||
| dnssec-revoke.html | ||
| dnssec-settime.8 | ||
| dnssec-settime.c | ||
| dnssec-settime.docbook | ||
| dnssec-settime.html | ||
| dnssec-signzone.8 | ||
| dnssec-signzone.c | ||
| dnssec-signzone.docbook | ||
| dnssec-signzone.html | ||
| dnssec-verify.8 | ||
| dnssec-verify.c | ||
| dnssec-verify.docbook | ||
| dnssec-verify.html | ||
| dnssectool.c | ||
| dnssectool.h | ||
| Makefile.in | ||