mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -04:00
Rename remoteserver_list to remote-servers
Name remoteserver_list was not referenced anywhere but the grammar uses name remote-servers. Rename and add a reference to primaries for more information.
This commit is contained in:
parent
309dbeac7b
commit
e59cedea1f
1 changed files with 2 additions and 2 deletions
|
|
@ -281,8 +281,8 @@ file documentation:
|
|||
``address_match_list``
|
||||
A list of one or more ``ip_addr``, ``ip_prefix``, ``key_id``, or :term:`acl_name` elements; see :ref:`address_match_lists`.
|
||||
|
||||
``remoteserver_list``
|
||||
A named list of one or more ``ip_addr`` s with optional ``tls_id``, ``key_id``, and/or ``ip_port``. A ``remoteserver_list`` may include other ``remoteserver_list`` s.
|
||||
``remote-servers``
|
||||
A named list of one or more ``ip_addr`` s with optional ``tls_id``, ``key_id``, and/or ``ip_port``. A ``remote-servers`` list may include other ``remote-servers`` lists. See :any:`primaries` block.
|
||||
|
||||
``domain_name``
|
||||
A quoted string which is used as a DNS name; for example: ``my.test.domain``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue