mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
use new include statement to include ndc.conf-include
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: ndc.conf,v 1.6 2001/01/09 21:41:24 bwelling Exp $ */
|
||||
/* $Id: ndc.conf,v 1.7 2001/01/23 13:13:29 brister Exp $ */
|
||||
|
||||
options {
|
||||
default-server "velo.jab.fr" ;
|
||||
@@ -27,6 +27,8 @@ server "velo.jab.fr" {
|
||||
host "1.2.3.4";
|
||||
};
|
||||
|
||||
include "ndc.conf-include";
|
||||
|
||||
key "akey" {
|
||||
algorithm "algo";
|
||||
secret "sec";
|
||||
|
Reference in New Issue
Block a user