Sample ndc config file.

This commit is contained in:
James Brister 2000-03-15 02:12:22 +00:00
parent c0536aa152
commit 67ac79ed04

15
bin/tests/ndc.conf Normal file
View file

@ -0,0 +1,15 @@
options {
default-server "velo.jab.fr" ;
# [ default-key key_name; ]
};
server "velo.jab.fr" {
key "akey";
host "1.2.3.4";
};
key "akey" {
algorithm "algo";
secret "sec";
};