Skip to content

Commit

Permalink
doc improvement and zap debug line
Browse files Browse the repository at this point in the history
Co-authored-by: Remi Gacogne <[email protected]>
  • Loading branch information
omoerbeek and rgacogne committed Nov 20, 2023
1 parent e4ce57a commit 23d5d2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pdns/recursordist/docs/lua-config/rpz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ignoreDuplicates
^^^^^^^^^^^^^^^^
.. versionadded:: 5.0.0

When loading an RPZ, ignore duplicate entries.
When loading an RPZ, ignore duplicate entries, keeping only the first one present in the zone.
Defaults to ``false``, duplicate entries will cause failure to load the zone.

maxTTL
Expand Down
1 change: 0 additions & 1 deletion pdns/recursordist/test-rpzloader_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ BOOST_AUTO_TEST_CASE(load_rpz_ok)
::arg().set("max-generate-steps") = "1";
::arg().set("max-include-depth") = "20";
auto zone = std::make_shared<DNSFilterEngine::Zone>();
cerr << "rpz " << rpz << endl;
auto soa = loadRPZFromFile(rpz, zone, boost::none, false, 3600);
unlink(rpz.c_str());

Expand Down

0 comments on commit 23d5d2a

Please sign in to comment.