Adding missing files for RT22771.

This commit is contained in:
Scott Mann
2011-03-04 14:43:58 +00:00
parent b467780aa0
commit be59d1eb72
9 changed files with 501 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
options {
default-server localhost;
};
server localhost {
key "rndc-key";
addresses { localhost port 9593; };
};
key "rndc-key" {
algorithm hmac-md5;
secret "Am9vCg==";
};