]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/docs/lua-config/rpz.rst
authorRemi Gacogne <rgacogne@users.noreply.github.com>
Thu, 13 Dec 2018 14:58:40 +0000 (15:58 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Dec 2018 14:58:40 +0000 (15:58 +0100)
Not bad at all, I'll buy it :)

Co-Authored-By: spirillen <44526987+spirillen@users.noreply.github.com>
pdns/recursordist/docs/lua-config/rpz.rst

index 5d37f7e5042929921009543da9c9cc381bb35da4..14a08469d4c7f0d9364ecd0859bcee45f6e84e6c 100644 (file)
@@ -28,7 +28,7 @@ To slave from a master and start IXFR to get updates, use for example:
 
 In this example, 'policy.rpz' denotes the name of the zone to query for.
 
-New in version 4.2.0: You can add several IP blocks into the :func:`rpzMaster` for backends failover and load balancing per zones as an comma seperated array with ip addresses enclosed in "" (double quotes) and add optional port:
+As of version 4.2.0, the first parameter of :func:`rpzMaster` can be a list of addresses for failover:
 
     rpzMaster({"192.0.2.4","192.0.2.5:5301"}, "policy.rpz", {defpol=Policy.Drop})