From a4b62ff6b9d37d9c128b460380526375f8e8a547 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 13 Dec 2018 16:10:06 +0100 Subject: [PATCH] Update pdns/recursordist/docs/lua-config/rpz.rst Thumbs up :) Co-Authored-By: spirillen <44526987+spirillen@users.noreply.github.com> --- 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 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) -- 2.47.2