From 23129a40f311000a5a0c62e3504e8c48c92fb4f6 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 8 Oct 2018 17:33:54 +0200 Subject: [PATCH] document how multiple RPZs are consulted --- pdns/recursordist/docs/lua-config/rpz.rst | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.47.2