2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

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

@@ -2416,6 +2416,14 @@ for details on how to specify IP address lists.
statement set in ``options`` or ``view``. If not specified, the statement set in ``options`` or ``view``. If not specified, the
default is to allow transfers to all hosts. default is to allow transfers to all hosts.
The transport level limitations can also be specified. In
particular, zone transfers can be restricted to a specific port and
DNS transport protocol by using the options ``port`` and
``transport``. Zone transfers are currently only possible via the
TCP and TLS transports; either option can be specified.
For example: ``allow-transfer port 853 transport tls { any; };``
``blackhole`` ``blackhole``
This specifies a list of addresses which the server does not accept queries This specifies a list of addresses which the server does not accept queries
from or use to resolve a query. Queries from these addresses are not from or use to resolve a query. Queries from these addresses are not

View File

@@ -35,7 +35,13 @@ Removed Features
Feature Changes 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 Bug Fixes
~~~~~~~~~ ~~~~~~~~~