diff --git a/CHANGES b/CHANGES index f2789a4e73..ba3506a109 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1a48dae0a5..29682896e0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~~