CHANGES and release note for [GL #665]

This commit is contained in:
Evan Hunt 2022-05-26 14:49:03 -07:00
parent 549cf0f3e6
commit 52bab72e84
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
5919. [func] The "rndc fetchlimit" command lists name servers
and domain names that are being rate-limited by
"fetches-per-server" or "fetches-per-zone" limits.
[GL #665]
5918. [test] Convert system tests to use a default HMAC algorithm
where the test is not HMAC specific. [GL #3433]

View file

@ -25,7 +25,10 @@ Known Issues
New Features
~~~~~~~~~~~~
- None.
- The new ``rndc fetchlimit`` command prints a list of name server
addresses that are currently rate-limited due to ``fetches-per-server``
and domain names that are rate limited due to ``fetches-per-zone``.
:gl:`#665`
Removed Features
~~~~~~~~~~~~~~~~