From: Charles-Henri Bruyand <2854905+chbruyand@users.noreply.github.com> Date: Tue, 19 Feb 2019 10:07:55 +0000 (+0100) Subject: Fix missing word in pdns/recursordist/docs/lua-config/rpz.rst X-Git-Tag: auth-4.2.0-beta1~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5bff2591aaa2026e31cdabd8bd192412d3b782;p=pdns Fix missing word in pdns/recursordist/docs/lua-config/rpz.rst Co-Authored-By: rgacogne --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index eba8cb8f0..3b833eb2e 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -41,7 +41,7 @@ To instead drop all queries matching a rule, while slaving from a master: rpzMaster("192.0.2.4", "policy.rpz", {defpol=Policy.Drop}) -Note that since 4.2.0, it is possible for the override policy specified via 'defpol' to no longer applied to local data entries present in the zone by setting the 'defpolOverrideLocalData' parameter to false. +Note that since 4.2.0, it is possible for the override policy specified via 'defpol' to no longer be applied to local data entries present in the zone by setting the 'defpolOverrideLocalData' parameter to false. As of version 4.2.0, the first parameter of :func:`rpzMaster` can be a list of addresses for failover: