mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
[36877] added doc about geoip-directory
This commit is contained in:
parent
f3150c99d7
commit
a0707b6acf
2 changed files with 18 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
3926. [doc] Added doc for geoip-directory. [RT #36877]
|
||||
|
||||
3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917]
|
||||
|
||||
3924. [bug] Improve 'rndc addzone' error reporting. [RT #35187]
|
||||
|
|
|
|||
|
|
@ -4779,6 +4779,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
|
|||
<optional> hostname <replaceable>hostname_string</replaceable>; </optional>
|
||||
<optional> server-id <replaceable>server_id_string</replaceable>; </optional>
|
||||
<optional> directory <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> geoip-directory <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> key-directory <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> managed-keys-directory <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> named-xfer <replaceable>path_name</replaceable>; </optional>
|
||||
|
|
@ -5160,6 +5161,21 @@ badresp:1,adberr:0,findfail:0,valfail:0]
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>geoip-directory</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the directory containing GeoIP
|
||||
<filename>.dat</filename> database files for GeoIP
|
||||
initialization. By default, this option is unset
|
||||
and the GeoIP support will use libGeoIP's
|
||||
built-in directory.
|
||||
(For details, see <xref linkend="acl"/> about the
|
||||
<command>geoip</command> ACL.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>key-directory</command></term>
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue