mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Add link to glob definition for include directive
This commit is contained in:
@@ -173,13 +173,15 @@ the following examples:
|
|||||||
``include`` Directive Definition and Usage
|
``include`` Directive Definition and Usage
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The include directive inserts the specified file (or files if a valid glob
|
The include directive inserts the specified file (or files if a valid `glob
|
||||||
expression is detected) at the point where the include directive is
|
expression`_ is detected) at the point where the include directive is
|
||||||
encountered. The include directive facilitates the administration of
|
encountered. The include directive facilitates the administration of
|
||||||
configuration files by permitting the reading or writing of some things but not
|
configuration files by permitting the reading or writing of some things but not
|
||||||
others. For example, the statement could include private keys that are readable
|
others. For example, the statement could include private keys that are readable
|
||||||
only by the name server.
|
only by the name server.
|
||||||
|
|
||||||
|
.. _`glob expression`: https://man7.org/linux/man-pages/man7/glob.7.html
|
||||||
|
|
||||||
.. _address_match_lists:
|
.. _address_match_lists:
|
||||||
.. _address_match_list:
|
.. _address_match_list:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user