From ec2172267e036aea4a219d3ddb160d6ce8cff313 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 28 Oct 2015 11:59:15 +0100 Subject: [PATCH] Add missing option from geoip backend --- docs/markdown/authoritative/backend-geoip.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.40.0