mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
[36877] added doc about geoip-directory
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user