From: Remi Gacogne Date: Thu, 13 Dec 2018 15:10:06 +0000 (+0100) Subject: Update pdns/recursordist/docs/lua-config/rpz.rst X-Git-Tag: rec-4.2.0-alpha1~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7260%2Fhead;p=thirdparty%2Fpdns.git Update pdns/recursordist/docs/lua-config/rpz.rst Thumbs up :) Co-Authored-By: spirillen <44526987+spirillen@users.noreply.github.com> --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index 14a08469d4..6f6d832a94 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -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)