From: bert hubert Date: Mon, 8 Oct 2018 15:33:54 +0000 (+0200) Subject: document how multiple RPZs are consulted X-Git-Tag: dnsdist-1.3.3~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7042%2Fhead;p=thirdparty%2Fpdns.git document how multiple RPZs are consulted --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index fe1785c151..f760929d27 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -8,6 +8,10 @@ Response Policy Zone is an open standard developed by Paul Vixie (ISC and Farsig Frequently, Response Policy Zones get to be very large and change quickly, so it is customary to update them over IXFR. It allows the use of third-party feeds, and near real-time policy updates. +If multiple RPZs are loaded, they get consulted in the order they were +defined in. It is however possible from Lua to make queries skip specific +Response Policy Zones. + Configuring RPZ --------------- An RPZ can be loaded from file or slaved from a master. To load from file, use for example: