mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Changed all references from clause to block
This commit is contained in:
committed by
Petr Špaček
parent
b01262b7f2
commit
c40a983334
@@ -93,7 +93,7 @@ Resolver and Forwarding Resolver
|
||||
can be used by rogue actors to cause all kinds of problems including
|
||||
**Denial of Service (DoS)** attacks. Resolvers should always be configured
|
||||
to limit the IP addresses that can use their services. BIND 9 provides a
|
||||
number of statements and clauses to simplify defining these IP limits and
|
||||
number of statements and blocks to simplify defining these IP limits and
|
||||
configuring a **closed resolver**. The resolver samples given here all
|
||||
configure closed resolvers using a variety of techniques.
|
||||
|
||||
@@ -264,7 +264,7 @@ It is therefore a **closed** resolver and cannot be used in wider network attack
|
||||
notify no;
|
||||
};
|
||||
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
|
||||
:ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
|
||||
:ref:`file<file>`, :ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and
|
||||
:ref:`type<type>` statements are described in detail in the appropriate
|
||||
@@ -383,7 +383,7 @@ provided<selective_forward_sample>`.
|
||||
notify no;
|
||||
};
|
||||
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
|
||||
:ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
|
||||
:ref:`file<file>`, :ref:`forward<forward>`, :ref:`forwarders<forwarders>`,
|
||||
:ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and :ref:`type<type>`
|
||||
@@ -511,7 +511,7 @@ those IPs from which it will accept recursive queries.
|
||||
};
|
||||
|
||||
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
|
||||
The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
|
||||
:ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
|
||||
:ref:`file<file>`, :ref:`forward<forward>`, :ref:`forwarders<forwarders>`,
|
||||
:ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and :ref:`type<type>`
|
||||
@@ -567,4 +567,4 @@ and discard the rest.
|
||||
|
||||
For more detail on ordering responses, refer to the
|
||||
:ref:`rrset-order<rrset_ordering>` statement in the
|
||||
:ref:`options<options_grammar>` clause.
|
||||
:ref:`options<options_grammar>` block.
|
||||
|
Reference in New Issue
Block a user