]> git.ipfire.org Git - thirdparty/bind9.git/commit
switch default zone database from "qp" to "qpzone"
authorEvan Hunt <each@isc.org>
Wed, 6 Mar 2024 21:05:16 +0000 (13:05 -0800)
committerEvan Hunt <each@isc.org>
Fri, 8 Mar 2024 23:36:56 +0000 (15:36 -0800)
commit2b4133a32c20f550377a41a2e34d7653ba80eb65
tree9b7cc14264b28585c36673e7cd3be759ff782e2d
parent2222728a4f6f5bbdceadfc7c6d156d37391b989f
switch default zone database from "qp" to "qpzone"

use the dns_qpmulti-based "qpzone" by default throughout BIND,
instead of the existing dns_qp-based "qp", when creating zone
databases. (cache databases still use "qp".)

the "--with-zonedb" option has been updated in configure.ac to permit
the use of both "qp" and "qpzone" databases.

in zone.c there was a test that prevented any database type other than
"qp" from hosting an RPZ. this was outdated, and has been removed.
bin/check/check-tool.c
configure.ac
lib/dns/zone.c