From: Pieter Lexis Date: Wed, 28 Oct 2015 10:59:15 +0000 (+0100) Subject: Add missing option from geoip backend X-Git-Tag: dnsdist-1.0.0-alpha1~230^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec2172267e036aea4a219d3ddb160d6ce8cff313;p=pdns Add missing option from geoip backend --- diff --git a/docs/markdown/authoritative/backend-geoip.md b/docs/markdown/authoritative/backend-geoip.md index bae6d4155..f65fdaf6d 100644 --- a/docs/markdown/authoritative/backend-geoip.md +++ b/docs/markdown/authoritative/backend-geoip.md @@ -27,6 +27,11 @@ Specifies the full path of the data file for IPv4 to use. ### `geoip-database-file6` Specifies the full path of the data file for IPv6 to use. +### `geoip-database-cache` +Specifies the kind of caching that is done on the database. This is one of +"standard", "memory", "index" or "mmap". These options map to the caching +options described [here](https://github.com/maxmind/geoip-api-c/blob/master/README.md#memory-caching-and-other-options) + ### `geoip-zones-file` Specifies the full path of the zone configuration file to use.