2000-06-21 21:27:11 -04:00
|
|
|
/*
|
2016-06-27 00:56:38 -04:00
|
|
|
* Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2000-07-31 21:33:37 -04:00
|
|
|
*
|
2016-06-27 00:56:38 -04:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2000-06-21 21:27:11 -04:00
|
|
|
*/
|
|
|
|
|
|
2007-06-19 19:47:24 -04:00
|
|
|
/* $Id: ndc.conf,v 1.11 2007/06/19 23:46:59 tbox Exp $ */
|
2000-06-22 18:00:42 -04:00
|
|
|
|
2000-03-14 21:12:22 -05:00
|
|
|
options {
|
|
|
|
|
default-server "velo.jab.fr" ;
|
|
|
|
|
# [ default-key key_name; ]
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
server "velo.jab.fr" {
|
|
|
|
|
key "akey";
|
|
|
|
|
host "1.2.3.4";
|
|
|
|
|
};
|
|
|
|
|
|
2001-01-23 08:13:29 -05:00
|
|
|
include "ndc.conf-include";
|
|
|
|
|
|
2000-03-14 21:12:22 -05:00
|
|
|
key "akey" {
|
|
|
|
|
algorithm "algo";
|
2001-01-24 10:17:36 -05:00
|
|
|
secret "c2Vj";
|
2000-03-14 21:12:22 -05:00
|
|
|
};
|
|
|
|
|
|