]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/docs/lua-config/rpz.rst 7260/head
authorRemi Gacogne <rgacogne@users.noreply.github.com>
Thu, 13 Dec 2018 15:10:06 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Dec 2018 15:10:06 +0000 (16:10 +0100)
Thumbs up :)

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

index 14a08469d4c7f0d9364ecd0859bcee45f6e84e6c..6f6d832a942a7bb0009bceea5e4e30d389f489ee 100644 (file)
@@ -32,7 +32,7 @@ As of version 4.2.0, the first parameter of :func:`rpzMaster` can be a list of a
 
     rpzMaster({"192.0.2.4","192.0.2.5:5301"}, "policy.rpz", {defpol=Policy.Drop})
   
-  In the above example we have truncated two rpzMaster lines into one line by using array and added optional port number 5301.
+  In the example above, two addresses are specified and will be tried one after another until a response is obtained. The first address uses the default port (53) while the second one uses port 5301.
   (If no optional port is set, the default port 53 is used)