From 0e5bff2591aaa2026e31cdabd8bd192412d3b782 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand <2854905+chbruyand@users.noreply.github.com> Date: Tue, 19 Feb 2019 11:07:55 +0100 Subject: [PATCH] Fix missing word in pdns/recursordist/docs/lua-config/rpz.rst Co-Authored-By: rgacogne --- pdns/recursordist/docs/lua-config/rpz.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index eba8cb8f0c..3b833eb2ec 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: -- 2.47.2