bind9/bin/tests/ndc.conf

28 lines
575 B
Text
Raw Normal View History

2000-06-21 21:27:11 -04:00
/*
* Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* 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";
};
include "ndc.conf-include";
2000-03-14 21:12:22 -05:00
key "akey" {
algorithm "algo";
secret "c2Vj";
2000-03-14 21:12:22 -05:00
};