mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
15 lines
184 B
Text
15 lines
184 B
Text
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";
|
|
};
|
|
|