mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:22:05 -04:00
The default geoip-directory should be <MAXMINDDB_PREFIX>/share/GeoIP
This commit is contained in:
parent
e0fe33506c
commit
fcd765a59d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ options {\n\
|
|||
" files unlimited;\n"
|
||||
#endif
|
||||
#if defined(HAVE_GEOIP2) && !defined(WIN32)
|
||||
" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP2\";\n"
|
||||
" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP\";\n"
|
||||
#elif defined(HAVE_GEOIP2)
|
||||
" geoip-directory \".\";\n"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue