mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
parent
1e0f77b349
commit
bd00c2ce4e
2 changed files with 8 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
6218. [func] Add inline-signing to dnssec-policy. [GL #3677]
|
||||
|
||||
6217. [func] The dns_badcache unit was refactored to use cds_lfht
|
||||
instead of hand-crafted locked hashtable. [GL #4223]
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,12 @@ Feature Changes
|
|||
DNS SERVER COOKIES. Previously these were silently treated as
|
||||
DNS CLIENT COOKIES. :gl:`#4194`
|
||||
|
||||
- The option :any:`inline-signing` can now also be set inside
|
||||
:any:`dnssec-policy`. The built-in policies ``default`` and ``insecure``
|
||||
enable the use of :any:`inline-signing`. If you set :any:`inline-signing`
|
||||
at the ``zone`` level, it overrides the value used set in
|
||||
:any:`dnssec-policy`. :gl:`#3677`.
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue