Mention that the allow-transfer option has been extended

This commit updates both the reference manual and release notes with
the information that 'allow-transfer' has been extended with
additional "port" and "transport" options.
This commit is contained in:
Artem Boldariev
2021-11-23 15:04:51 +02:00
parent 3cd2ffc01f
commit 792ff02045
2 changed files with 15 additions and 1 deletions

View File

@@ -35,7 +35,13 @@ Removed Features
Feature Changes
~~~~~~~~~~~~~~~
- None.
- The ``allow-transfers`` option was extended to accept additional
``port`` and ``transport`` parameters, to further restrict zone
transfers to a particular port and DNS transport protocol. Either of
these options can be specified.
For example: ``allow-transfer port 853 transport tls { any; };``
:gl:`#2776`
Bug Fixes
~~~~~~~~~