BIND Configuration File Guide--
includeStatement
Syntax
include path_name;
Definition and Usage
The
includestatement inserts the specified file at the point that theincludestatement is encountered. It cannot be used within another statement, though, so a line such asacl internal_hosts { include "internal_hosts.acl"; };is not allowed.Use
includeto break the configuration up into easily-managed chunks. For example:include "/etc/security/keys.bind"; include "/etc/acls.bind";could be used at the top of a BIND configuration file in order to include any ACL or key information.
Be careful not to type "
#include", like you would in a C program, because "#" is used to start a comment.
[ BIND Config. File | BIND Home | ISC ]
Last Updated: $Id: include.html,v 1.7 1999/09/15 20:28:01 cyarnell Exp $