From: Aki Tuomi Date: Sun, 1 May 2022 18:50:05 +0000 (+0300) Subject: geoipbackend: Document loading zones from directory. X-Git-Tag: rec-5.0.0-alpha1~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11597%2Fhead;p=thirdparty%2Fpdns.git geoipbackend: Document loading zones from directory. --- 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.