From 20812176686dd5514a8d476eea2e9a575960e5c6 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 1 May 2022 21:50:05 +0300 Subject: [PATCH] geoipbackend: Document loading zones from directory. --- docs/backends/geoip.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/backends/geoip.rst b/docs/backends/geoip.rst index 4c04a818df..8dccea036c 100644 --- a/docs/backends/geoip.rst +++ b/docs/backends/geoip.rst @@ -164,6 +164,7 @@ Keys explained format (e.g. %cc). :custom_mapping: Defines the mapping between the lookup format and a custom value to replace ``%mp`` placeholder. +:zones_dir: Directory to load zones from. Each file must contain exactly one ``zone:`` object, formatted like individual domains in the example configuration above. :mapping_lookup_formats: Same as per domain, but used as default value if not defined at the domain level. :custom_mapping: Same as per domain, but used as default value if not defined at the domain level. -- 2.47.2