Add ns5, a configuration with a bad trusted key.

This commit is contained in:
Brian Wellington
2000-06-08 02:01:07 +00:00
parent 12a4b33723
commit 8463f40039
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// NS4
options {
port 5300;
directory ".";
pid-file "named.pid";
listen-on { 10.53.0.5; };
recursion yes;
};
zone "." {
type hint;
file "root.hint";
};
include "trusted.conf";