mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add Known Issue about config incompatibility
(cherry picked from commit 5589d0a49c)
This commit is contained in:
parent
6394f5c423
commit
49db39abfe
1 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,18 @@ Security Fixes
|
|||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- Upgrading from BIND 9.16.32, 9.18.6, or older, may require a manual
|
||||
configuration change. The following configurations are affected:
|
||||
|
||||
- :any:`type primary` zones configured with :any:`dnssec-policy` but without
|
||||
either :any:`allow-update` or :any:`update-policy`
|
||||
- :any:`type secondary` zones configured with :any:`dnssec-policy`
|
||||
|
||||
In these cases please add :namedconf:ref:`inline-signing yes;
|
||||
<inline-signing>` to individual zone configuration(s). Without applying this
|
||||
change :iscman:`named` will fail to start. For more details see
|
||||
https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing
|
||||
|
||||
- BIND 9.18 does not support dynamic updates forwarding (see
|
||||
:any:`allow-update-forwarding`) in conjuction with zone transfers
|
||||
over TLS (XoT). :gl:`#3512`
|
||||
|
|
|
|||
Loading…
Reference in a new issue