]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: allow turning off across-zone resolving
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 28 Aug 2024 09:52:31 +0000 (11:52 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 19 Nov 2024 12:20:01 +0000 (13:20 +0100)
commit39a5e3635fd14c27880ec09e7e825c7a09b6d299
tree0e89f9d25ccb08ee630c5ffe73ee7cefb1f19d0e
parent42c3a1e1b0997d6c3127d7bfd342b4bce21a6379
auth: allow turning off across-zone resolving

Default is unchanged. Turning off the new setting causes CNAME targets
to not be followed across (local) zones. Also, queries that could be
answered by following a local delegations are similarly not resolved.
docs/settings.rst
pdns/auth-main.cc
pdns/packethandler.cc
pdns/packethandler.hh
regression-tests.auth-py/test_ResolveAcrossZones.py [new file with mode: 0644]