mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +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.
|
* 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 {
|
options {
|
||||||
default-server "velo.jab.fr" ;
|
default-server "velo.jab.fr" ;
|
||||||
@@ -27,6 +27,8 @@ server "velo.jab.fr" {
|
|||||||
host "1.2.3.4";
|
host "1.2.3.4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
include "ndc.conf-include";
|
||||||
|
|
||||||
key "akey" {
|
key "akey" {
|
||||||
algorithm "algo";
|
algorithm "algo";
|
||||||
secret "sec";
|
secret "sec";
|
||||||
|
Reference in New Issue
Block a user