From: Otto Moerbeek Date: Mon, 8 Jun 2020 11:11:12 +0000 (+0200) Subject: Docs added X-Git-Tag: dnsdist-1.5.0-rc3~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160984383de0baf85f47627fce0edba0305d5862;p=thirdparty%2Fpdns.git Docs added --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index 93a2e3a6d9..6396591b65 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -112,6 +112,14 @@ tags List of tags as string, that will be added to the policy tags exported over protobuf when a policy of this zone matches. +overridesGettag +^^^^^^^^^^^^^^^ +.. versionadded:: 4.4.0 + +`gettag_ffi` can set an answer to a query. +By default an RPZ hit overrides this answer, unless the policy is `rpz-passthru` or this option is set to `false`. +The default is `true`. + zoneSizeHint ^^^^^^^^^^^^ An indication of the number of expected entries in the zone, speeding up the loading of huge zones by reserving space in advance.