Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
7e79ebee
Commit
7e79ebee
authored
Nov 05, 2019
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The default geoip-directory should be <MAXMINDDB_PREFIX>/share/GeoIP
(cherry picked from commit
fcd765a5
)
parent
ee0a70a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/named/config.c
bin/named/config.c
+1
-1
No files found.
bin/named/config.c
View file @
7e79ebee
...
...
@@ -71,7 +71,7 @@ options {\n\
" files unlimited;
\n
"
#endif
#if defined(HAVE_GEOIP2) && !defined(WIN32)
" geoip-directory
\"
"
MAXMINDDB_PREFIX
"/share/GeoIP
2
\"
;
\n
"
" geoip-directory
\"
"
MAXMINDDB_PREFIX
"/share/GeoIP
\"
;
\n
"
#elif defined(HAVE_GEOIP2)
" geoip-directory
\"
.
\"
;
\n
"
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment