]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Ensure we don't hammer the RPZ master server 6336/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 21 Feb 2018 16:37:02 +0000 (17:37 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 12 Mar 2018 14:32:26 +0000 (15:32 +0100)
commit457b9806464b653f0af03cf7636306c27f94221b
tree6381aa45d40f71a2d79bd4d6397390d0381ad41d
parent6dd5e1002dd6105ecff5870d7c52c7a54fec6b14
rec: Ensure we don't hammer the RPZ master server

Before, if the `refresh` was not set in the lua-config file's
`rpzMaster` statement, we would keep trying to get delta's the whole
time. This commit ensures we update the zone's refresh config to the
value from the AXFR'd zone (if not set in the config).

(cherry picked from commit 2c68abe75d908b4a32a7de229c75af137dc3ec5a)
pdns/reczones.cc