mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:30:00 -04:00
Sample ndc config file.
This commit is contained in:
parent
c0536aa152
commit
67ac79ed04
1 changed files with 15 additions and 0 deletions
15
bin/tests/ndc.conf
Normal file
15
bin/tests/ndc.conf
Normal 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";
|
||||
};
|
||||
|
||||
Loading…
Reference in a new issue