]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Add an 'any-lookups-only' setting
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Jul 2020 15:01:27 +0000 (17:01 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 27 Oct 2020 08:04:18 +0000 (09:04 +0100)
commitbd8df5bccb21db89b09d3457a114ff2fecd9a709
treea852394154c0fcc5eb5408ed0540e88e813dcfba
parent6d6657948a1079af67646f0bfef49e4d7c4d6f3b
auth: Add an 'any-lookups-only' setting

It controls whether we only send 'ANY' lookups to our backend, instead
of a mix of 'ANY' and exact types. This behaviour is enabled by default
since it should save a lot of round-trips for most setups, but can be
disabled for multi-backends setups that require it.
docs/settings.rst
pdns/common_startup.cc
pdns/ueberbackend.cc
pdns/ueberbackend.hh